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