menu
codable_dart package
documentation
json.dart
NullableJsonConsumer<T>
onValue property
onValue property
dark_mode
light_mode
onValue
property
void Function
(
T?
value
)
onValue
final
Implementation
final void Function(T? value) onValue;
codable_dart package
documentation
json
NullableJsonConsumer<T>
onValue property
NullableJsonConsumer class