ErrorCode.fromJson constructor
ErrorCode.fromJson(
- Object? json
Decodes a wire number.
Implementation
factory ErrorCode.fromJson(Object? json) => ErrorCode(decodeAcpInteger(json));
Decodes a wire number.
factory ErrorCode.fromJson(Object? json) => ErrorCode(decodeAcpInteger(json));