isEmptyOrNull property

bool isEmptyOrNull

null ζˆ–θ€… empty θΏ”ε›ž true

Implementation

bool get isEmptyOrNull => this == null || this!.isEmpty;