read<V> method
Read this RType from a p at given offset.
Implementation
@override
V? read<V>(MemoryPointer p, int offset)
=> throw UnsupportedError('$this is not directly readable. Use appropriate field, not `StructField`.');
Read this RType from a p at given offset.
@override
V? read<V>(MemoryPointer p, int offset)
=> throw UnsupportedError('$this is not directly readable. Use appropriate field, not `StructField`.');