ErrorCode.fromJson constructor

ErrorCode.fromJson(
  1. Object? json
)

Decodes a wire number.

Implementation

factory ErrorCode.fromJson(Object? json) => ErrorCode(decodeAcpInteger(json));