isNullOrBlank method

bool isNullOrBlank()

Implementation

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