copyWith method

StoryAreaTypeVenue copyWith({
  1. Venue? venue,
})

Implementation

StoryAreaTypeVenue copyWith({Venue? venue}) =>
    StoryAreaTypeVenue(venue: venue ?? this.venue);