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