data property
Proxy to allow the same keys Object as StructData<K, V> data passed to Keys
Implementation
@override
BitStruct<K> get data => bitData as BitStruct<K>;
Proxy to allow the same keys Object as StructData<K, V> data passed to Keys
@override
BitStruct<K> get data => bitData as BitStruct<K>;