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