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