UtilsExtension extension

on

Methods

equals(Object? other, {bool ignoreCase = true}) bool

Available on Object?, provided by the UtilsExtension extension

Check equals with optional case-insensitive check
isNullOrEmpty() bool

Available on Object?, provided by the UtilsExtension extension

Check null or empty for any type
isNullOrEmptyOrZero() bool

Available on Object?, provided by the UtilsExtension extension

Check null or empty or zero for any type
parseBool() bool

Available on Object?, provided by the UtilsExtension extension

parseDouble({int? decimalDigits}) double

Available on Object?, provided by the UtilsExtension extension

parseInt() int

Available on Object?, provided by the UtilsExtension extension

toSafeString({String defaultValue = ""}) String

Available on Object?, provided by the UtilsExtension extension