ApiErrorsCode.fromJson constructor
ApiErrorsCode.fromJson(
- Object? json
Implementation
ApiErrorsCode.fromJson(Object? json) : _ = (json as String);
ApiErrorsCode.fromJson(Object? json) : _ = (json as String);