errorCode property
- @JsonKey(name: 'ErrorCode', fromJson: decodePlatformErrorCodes, toJson: encodePlatformErrorCodes)
getter/setter pair
Implementation
@JsonKey(name: 'ErrorCode', fromJson: decodePlatformErrorCodes, toJson: encodePlatformErrorCodes)
PlatformErrorCodes? errorCode;