copyWith method
Implementation
TruckPassZonePassId copyWith({
int? value
}) {
return TruckPassZonePassId(
value ?? this.value
);
}
TruckPassZonePassId copyWith({
int? value
}) {
return TruckPassZonePassId(
value ?? this.value
);
}