DHUObjectConvert extension

on

Methods

convertToBigInt({dynamic mapKey, int? listIndex}) BigInt

Available on Object, provided by the DHUObjectConvert extension

Attempting to convert this object into a BigInt using the ConvertObject class.
convertToBool({dynamic mapKey, int? listIndex}) bool

Available on Object, provided by the DHUObjectConvert extension

Attempting to convert this object into a bool using the ConvertObject class.
convertToDateTime({dynamic mapKey, int? listIndex, String? format, String? locale, bool autoDetectFormat = false, bool useCurrentLocale = false, bool utc = false}) DateTime

Available on Object, provided by the DHUObjectConvert extension

Attempting to convert this object into a DateTime using the ConvertObject class.
convertToDouble({dynamic mapKey, int? listIndex, String? format, String? locale}) double

Available on Object, provided by the DHUObjectConvert extension

Attempting to convert this object into a double using the ConvertObject class.
convertToInt({dynamic mapKey, int? listIndex, String? format, String? locale}) int

Available on Object, provided by the DHUObjectConvert extension

Attempting to convert this object into an int using the ConvertObject class.
convertToList<T>({dynamic mapKey, int? listIndex}) List<T>

Available on Object, provided by the DHUObjectConvert extension

Attempting to convert this object into a List using the ConvertObject class.
convertToMap<K, V>({dynamic mapKey, int? listIndex}) Map<K, V>

Available on Object, provided by the DHUObjectConvert extension

Attempting to convert this object into a Map using the ConvertObject class.
convertToNum({dynamic mapKey, int? listIndex, String? format, String? locale}) num

Available on Object, provided by the DHUObjectConvert extension

Attempting to convert this object into a num using the ConvertObject class.
convertToSet<T>({dynamic mapKey, int? listIndex}) Set<T>

Available on Object, provided by the DHUObjectConvert extension

Attempting to convert this object into a Set using the ConvertObject class.
convertToString({dynamic mapKey, int? listIndex}) String

Available on Object, provided by the DHUObjectConvert extension

Converting this string into a String using the ConvertObject class.
convertToUri({dynamic mapKey, int? listIndex}) Uri

Available on Object, provided by the DHUObjectConvert extension

Attempting to convert this object into a Uri using the ConvertObject class.