isNotNull function

bool isNotNull(
  1. dynamic it
)

Implementation

bool isNotNull(final dynamic it) => it != null;