withField method

S withField(
  1. Field key,
  2. Object? value
)

Implementation

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