fields property

Iterable<StructField<K, V>> get fields

Implementation

Iterable<StructField<K, V>> get fields => StructForm(keys)(data).fields;