checkNullOrEmpty method

bool checkNullOrEmpty()

null or Empty returns true

Implementation

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