trySetField method

bool trySetField(
  1. K key,
  2. V value
)

Implementation

bool trySetField(K key, V value) => data.trySetField(key, value);