utils/utils library
Extensions
Functions
-
deepCastMap(
Map map) → Map< String, dynamic> -
Recursively converts a map produced by
dart:js_interop'sdartify()(typedMap<Object?, Object?>) into theMap<String, dynamic>shape used throughout the plugin. Nested maps and lists are converted as well. -
deepCastValue(
dynamic value) → dynamic - See deepCastMap.