map property

Map<String, dynamic> get map

returns a non null map

Implementation

Map<String, dynamic> get map {
  return _map ?? {};
}