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