keys method Null safety

Iterable<String> keys()

Enumerates the property names in an object, returns an empty iterable for all other types.

Implementation

Iterable<String> keys() => [];