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