getMap static method

Map? getMap(
  1. Object? dict
)

Shallow unwrap dict value.

Implementation

static Map? getMap(Object? dict) =>
    wrapper.getMap(dict);