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 readable');
Read this RType from a p at given offset.
@override
V? read<V>(MemoryPointer p, int offset)
=> throw UnsupportedError('$this is not readable');