installationType property

  1. @JsonKey(name: 'installationType', toJson: installationTypeDTONullableToJson, fromJson: installationTypeDTONullableFromJson)
InstallationTypeDTO? installationType
final

Implementation

@JsonKey(
  name: 'installationType',
  toJson: installationTypeDTONullableToJson,
  fromJson: installationTypeDTONullableFromJson,
)
final enums.InstallationTypeDTO? installationType;