keys property

  1. @override
Iterable<String> keys
override

Returns map keys.

Implementation

@override
Iterable<String> get keys => map.keys;