data property
Proxy to allow the same keys Object as StructData<K, V> data passed to Keys
Implementation
StructData<SerializableField, dynamic> get data => this as StructData<SerializableField, dynamic>;
Proxy to allow the same keys Object as StructData<K, V> data passed to Keys
StructData<SerializableField, dynamic> get data => this as StructData<SerializableField, dynamic>;