BackendRule_PathTranslation.fromJson constructor

BackendRule_PathTranslation.fromJson(
  1. String json
)

Implementation

factory BackendRule_PathTranslation.fromJson(String json) =>
    BackendRule_PathTranslation(json);