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