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