valueIsNull function

bool valueIsNull(
  1. dynamic o
)

Implementation

bool valueIsNull(o) => o == null;