DynamicExtension extension

on
  • dynamic

Methods

coalesce<T>(T defaultValue) → T

Available on dynamic, provided by the DynamicExtension extension

replace null with default value
toDouble() double

Available on dynamic, provided by the DynamicExtension extension

parse dynamic to int used when parsing json
toInt() int

Available on dynamic, provided by the DynamicExtension extension

parse dynamic to int used when parsing json