is_null library Null safety
For some reason, checking if something is null is rather hard and requires a lot of boilerplate.
This library solves that problem
Functions
-
BigNull(
Object? oof) → bool -
This
oof
is null? -
IsItNotNull(
Object? it) → bool -
Tells if
it
is not null or not? -
IsItNull(
Object? it) → bool -
Tells if
it
is null or not -
IsNotNull(
Object? something) → bool -
Tells if
something
is not null -
IsNull(
Object? something) → bool -
Tells if
something
is null -
IsThisNotNull(
Object? This) → bool -
Tells if
This
isn't null -
IsThisNull(
Object? This) → bool -
Tells if
This
is null -
NotNullEh(
Object? thing) → bool - Mate, this thing ain't null right?
-
NullEh(
Object? thing) → bool - This thing null mate ?
-
SmallNull(
Object? oof) → bool -
This
oof
is not null?