isNull method

bool isNull(
  1. dynamic value
)

Implementation

bool isNull(dynamic value) => value == null;