empty property

bool get empty

null || isEmpty

Implementation

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