menu
codable_dart package
documentation
standard.dart
StandardMappedDecoder
keys property
keys property
dark_mode
light_mode
keys
property
@
override
Iterable
<
Object
>
get
keys
override
Returns the keys (or ids) of the collection.
Implementation
@override Iterable<Object> get keys => _value.keys;
codable_dart package
documentation
standard
StandardMappedDecoder
keys property
StandardMappedDecoder class