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