commandType property

  1. @JsonKey(name: 'commandType', toJson: hubCommandTypeNullableToJson, fromJson: hubCommandTypeNullableFromJson)
HubCommandType? commandType
final

Implementation

@JsonKey(
  name: 'commandType',
  toJson: hubCommandTypeNullableToJson,
  fromJson: hubCommandTypeNullableFromJson,
)
final enums.HubCommandType? commandType;