result property

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

Implementation

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