isNotEmpty property

bool isNotEmpty

Implementation

bool get isNotEmpty =>
    (value?.isNotEmpty ?? false) && (type?.isNotEmpty ?? false);