keys method Null safety
Enumerates the property names in an object, returns an empty iterable for all other types.
Implementation
Iterable<String> keys() => [];
Enumerates the property names in an object, returns an empty iterable for all other types.
Iterable<String> keys() => [];