isEmptyOrNull property

bool isEmptyOrNull

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

Implementation

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