isNullOrEmpty property

bool get isNullOrEmpty

检查是否为空或null

Implementation

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