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