menu
trxact_io package
documentation
ui/common/utils.dart
Utils
notNull static method
notNull static method
dark_mode
light_mode
notNull
static method
bool
notNull
(
Object
?
o
)
Implementation
static bool notNull(Object? o) => o != null;
trxact_io package
documentation
ui/common/utils
Utils
notNull static method
Utils class