isNullOrEmpty property

bool get isNullOrEmpty

判断是否为空

Implementation

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