menu
s_extensions package
documentation
extensions/object_ext.dart
ObjectExt extension
ObjectExt extension
dark_mode
light_mode
ObjectExt
extension
on
Object
?
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
s_extensions package
documentation
extensions/object_ext
ObjectExt extension
object_ext library