isNotNull function

bool isNotNull(
  1. dynamic value
)

Implementation

bool isNotNull(dynamic value) => value != null;