isValid property

bool get isValid

Implementation

bool get isValid {
  return pointer != null && bytes != null && pointer!.address != nullptr.address;
}