data property

ByteStruct<K> get data
override

Proxy to allow the same keys Object as Structure<K, V> data passed to Keys

Implementation

ByteStruct<K> get data => byteData as ByteStruct<K>;