map property

Map<String, dynamic>? map
getter/setter pair

For async sources these start as null and are filled after load.

Implementation

Map<String, dynamic>? map;