LMapExtension extension

on

Methods

getBoolVal(dynamic key) bool

Available on Map, provided by the LMapExtension extension

getBoolValOr(dynamic key) bool?

Available on Map, provided by the LMapExtension extension

getIntVal(dynamic key, [int defaultVal = 0]) int

Available on Map, provided by the LMapExtension extension

getIntValOr(dynamic key) int?

Available on Map, provided by the LMapExtension extension

getListVal<T>(dynamic key, [List defaultVal = const []]) List<T>

Available on Map, provided by the LMapExtension extension

getListValOr<T>(dynamic key) List<T>?

Available on Map, provided by the LMapExtension extension

getMapVal(dynamic key, [Map defaultVal = const {}]) Map

Available on Map, provided by the LMapExtension extension

getMapValOr(dynamic key) Map?

Available on Map, provided by the LMapExtension extension

getNumVal(dynamic key, [num defaultVal = 0]) num

Available on Map, provided by the LMapExtension extension

getNumValOr(dynamic key) num?

Available on Map, provided by the LMapExtension extension

getStringVal(dynamic key, [String defaultVal = '']) String

Available on Map, provided by the LMapExtension extension

getStringValOr(dynamic key) String?

Available on Map, provided by the LMapExtension extension

getVal<T>(dynamic key, T defaultVal) → T

Available on Map, provided by the LMapExtension extension

getValOr<T>(dynamic key) → T?

Available on Map, provided by the LMapExtension extension