menu
codable_dart package
documentation
core.dart
MappedDecoder
keys property
keys property
dark_mode
light_mode
keys
property
Iterable
<
Object
>
get
keys
Returns the keys (or ids) of the collection.
Implementation
Iterable<Object /*String | int */ > get keys;
codable_dart package
documentation
core
MappedDecoder
keys property
MappedDecoder class