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