isValidData property

bool get isValidData

Implementation

bool get isValidData {
  return data != null;
}