isNull method

bool isNull()

判断是否为 null

Implementation

bool isNull() => this == null;