structRequiresOriginalPointer property
Whether this struct requires an originalPointer to function correctly.
true for resource structs; false for value-type structs (literals).
Implementation
@override
bool get structRequiresOriginalPointer => false;