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