BackendRule_PathTranslation.fromJson constructor
BackendRule_PathTranslation.fromJson(
- Object? json
Implementation
factory BackendRule_PathTranslation.fromJson(Object? json) =>
BackendRule_PathTranslation(json as String);