getMap abstract method

ConstMap? getMap(
  1. String key
)

Gets a map property by name.

@param key The property name @return The map value, or null if not found or not a map

Implementation

ConstMap? getMap(String key);