menu
app_essentials
utils
Utils
isNotNull method
isNotNull
brightness_4
brightness_5
isNotNull
method
bool
isNotNull
(
dynamic
object
)
Implementation
bool isNotNull(dynamic object) { return object != null ? true : false; }
app_essentials
utils
Utils
isNotNull method
Utils class
Constructors
Utils
Properties
hashCode
runtimeType
Methods
clearKeyboardFocus
isNotNull
noSuchMethod
toString
Operators
operator ==