menu
dropinity package
documentation
helpers/extensions/object.dart
NullChecker
isNull property
isNull property
dark_mode
light_mode
isNull
property
bool
get
isNull
isNull function to show if this
object
is null or not
Implementation
bool get isNull{ return this == null; }
dropinity package
documentation
helpers/extensions/object
NullChecker
isNull property
NullChecker extension on
Object
?