ObjectExt extension

on

Properties

isNotNull → bool

Available on Object?, provided by the ObjectExt extension

Check if the object is not null
no setter
isNull → bool

Available on Object?, provided by the ObjectExt extension

Check if the object is null
no setter

Methods

isInList<T>(List<T> list) → bool

Available on Object?, provided by the ObjectExt extension

Check if the object is in a list
isInListWithValidation<T>(List<T> list, bool validator(T)) → bool

Available on Object?, provided by the ObjectExt extension

Check if the object is in a list with validation