errorCode property

  1. @JsonKey(name: 'ErrorCode', fromJson: decodePlatformErrorCodes, toJson: encodePlatformErrorCodes)
PlatformErrorCodes? errorCode
getter/setter pair

Implementation

@JsonKey(name: 'ErrorCode', fromJson: decodePlatformErrorCodes, toJson: encodePlatformErrorCodes)
PlatformErrorCodes? errorCode;