getMap static method

Map? getMap(
  1. Object? dict
)

Get inner Map

Remove first wrapper

Implementation

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