isNotNullAndEmpty property

bool get isNotNullAndEmpty

Implementation

bool get isNotNullAndEmpty =>
    this != null && this != 'null' && this!.trim().isNotEmpty;