Depot constructor
const
Depot({})
Implementation
const factory Depot({
int? id,
String? name,
String? location,
double? latitude,
double? longitude,
int? businessUnitId,
int? depotTypeId,
int? depotStatus,
BusinessUnit? businessUnit,
DepotType? depotType,
InternalArea? internalArea,
int? internalAreaId,
DateTime? createdDate,
String? cluster,
String? internalRegion,
}) = _Depot;