fieldsAs method

Iterable<StructField<K, V>> fieldsAs(
  1. StructForm<K, V> type
)

Implementation

Iterable<StructField<K, V>> fieldsAs(StructForm<K, V> type) => type(this).fields;