notNull function

bool notNull(
  1. dynamic x
)

Implementation

bool notNull(dynamic x) => x != null;