valueIsNotNull function

bool valueIsNotNull(
  1. dynamic o
)

Implementation

bool valueIsNotNull(o) => o != null;