MapExtensions extension
- on
-
- dynamic
Methods
-
toDouble(
) → double -
Available on dynamic, provided by the MapExtensions extension
Converts the value to a double. -
toInt(
) → int -
Available on dynamic, provided by the MapExtensions extension
Converts the value to an int. -
toNum(
) → num? -
Available on dynamic, provided by the MapExtensions extension
Converts the value to a num if possible.