copyWith method
Implementation
SetLocation copyWith({
Location? location,
}) =>
SetLocation(
location: location ?? this.location,
);
SetLocation copyWith({
Location? location,
}) =>
SetLocation(
location: location ?? this.location,
);