equipStatus property
- @JsonKey(name: 'equipStatus', fromJson: decodePlatformErrorCodes, toJson: encodePlatformErrorCodes)
getter/setter pair
A PlatformErrorCodes enum indicating whether it succeeded, and if it failed why.
Implementation
@JsonKey(name:'equipStatus',fromJson:decodePlatformErrorCodes,toJson:encodePlatformErrorCodes)
PlatformErrorCodes? equipStatus;