field method

StructField<K, V> field(
  1. K key
)

Implementation

StructField<K, V> field(K key) => (key: key, value: this[key]);