field method

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

Implementation

StructField<K, V> field(K key) => data.field(key);