notNull function

bool notNull(
  1. dynamic e
)

Implementation

bool notNull(e) => e != null;