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