type property

  1. @JsonKey(name: 'type', toJson: deviceMigrationRequestTypeDTONullableToJson, fromJson: deviceMigrationRequestTypeDTONullableFromJson)
DeviceMigrationRequestTypeDTO? type
final

Implementation

@JsonKey(
  name: 'type',
  toJson: deviceMigrationRequestTypeDTONullableToJson,
  fromJson: deviceMigrationRequestTypeDTONullableFromJson,
)
final enums.DeviceMigrationRequestTypeDTO? type;