toBoolean property

bool toBoolean

Implementation

bool get toBoolean {
  if (this!.isNotEmpty) {
    return true;
  } else {
    return false;
  }
}