notNull static method

bool notNull(
  1. Object? o
)

Implementation

static bool notNull(Object? o) => o != null;