BackendRule_PathTranslation.fromJson constructor

BackendRule_PathTranslation.fromJson(
  1. Object? json
)

Implementation

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