Region_Status.fromJson constructor

Region_Status.fromJson(
  1. Object? json
)

Implementation

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