getMap method

Map? getMap(
  1. dynamic key
)

get map

Implementation

Map? getMap(dynamic key) => getObject<Map>(key);