menu
tdlib2 package
documentation
td_api.dart
JsonValueBooleanExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
JsonValueBoolean
copyWith
(
{
bool
?
value
,
})
Implementation
JsonValueBoolean copyWith({bool? value}) => JsonValueBoolean(value: value ?? this.value);
tdlib2 package
documentation
td_api
JsonValueBooleanExtensions
copyWith method
JsonValueBooleanExtensions extension on
JsonValueBoolean