getMap method

  1. @override
ConstMap? getMap(
  1. String key
)
override

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

@override
ConstMap? getMap(String key) => _getTyped<ConstMap>(key);