equipStatus property

  1. @JsonKey(name: 'equipStatus', fromJson: decodePlatformErrorCodes, toJson: encodePlatformErrorCodes)
PlatformErrorCodes? equipStatus
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;