isNotNull function Null safety
- dynamic value
True if the dynamic value
is not null
since 0.0.1
Implementation
bool isNotNull(final dynamic value) => isFalse(isNull(value));
True if the dynamic value
is not null
since 0.0.1
bool isNotNull(final dynamic value) => isFalse(isNull(value));