menu
tdlib2 package
documentation
td_api.dart
StoryAreaTypeVenueExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
StoryAreaTypeVenue
copyWith
(
{
Venue
?
venue
,
})
Implementation
StoryAreaTypeVenue copyWith({Venue? venue}) => StoryAreaTypeVenue(venue: venue ?? this.venue);
tdlib2 package
documentation
td_api
StoryAreaTypeVenueExtensions
copyWith method
StoryAreaTypeVenueExtensions extension on
StoryAreaTypeVenue