menu
tdlib2 package
documentation
td_api.dart
PageBlockAnchorExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
PageBlockAnchor
copyWith
(
{
String
?
name
,
})
Implementation
PageBlockAnchor copyWith({String? name}) => PageBlockAnchor(name: name ?? this.name);
tdlib2 package
documentation
td_api
PageBlockAnchorExtensions
copyWith method
PageBlockAnchorExtensions extension on
PageBlockAnchor