StringMapExtensions extension
Extension methods for String-keyed dynamic maps.
Methods
-
formatMap(
) → String -
Available on Map<
Formats this map as a human-readable string with indentation.String, dynamic> , provided by the StringMapExtensions extension -
getChildString(
String childKey) → String? -
Available on Map<
Gets a child value as String.String, dynamic> , provided by the StringMapExtensions extension -
getGrandchild(
String childKey, String grandChildKey) → dynamic -
Available on Map<
Gets a grandchild value.String, dynamic> , provided by the StringMapExtensions extension -
getGrandchildString(
String childKey, String grandChildKey) → String? -
Available on Map<
Gets a grandchild value as String.String, dynamic> , provided by the StringMapExtensions extension -
getGreatGrandchild(
String childKey, String grandChildKey, String greatGrandChildKey) → dynamic -
Available on Map<
Gets a great-grandchild value.String, dynamic> , provided by the StringMapExtensions extension -
getGreatGrandchildString(
String childKey, String grandChildKey, String greatGrandChildKey) → String? -
Available on Map<
Gets a great-grandchild value as String.String, dynamic> , provided by the StringMapExtensions extension -
getValue(
String? key) → Map< String, dynamic> ? -
Available on Map<
Gets a child as MapString, dynamic> , provided by the StringMapExtensions extension<String, dynamic>. -
removeKeys(
List< String> ? removeKeysList, {bool recurseChildValues = true}) → bool -
Available on Map<
Removes specified keys from this map.String, dynamic> , provided by the StringMapExtensions extension -
toKeySorted(
) → Map< String, dynamic> -
Available on Map<
Returns a new map with keys sorted alphabetically.String, dynamic> , provided by the StringMapExtensions extension