isNullOrZero property

bool get isNullOrZero

是否为空或0

Implementation

bool get isNullOrZero => this == null || this == 0;