isValid property Null safety

bool isValid

Implementation

bool get isValid {
  return data.address != nullptr.address;
}