notNull function

bool notNull(
  1. dynamic data
)

Implementation

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