withField<V> method

S withField<V>(
  1. Field<V> key,
  2. V value
)

Implementation

S withField<V>(Field<V> key, V value) => copyWithMap(_bufferCopy()..[key] = value);