isNullOrEmpty method

bool isNullOrEmpty()

是否为空或长度为0

Implementation

bool isNullOrEmpty() => this == null || this!.isEmpty;