valueOf<TValue> method

TValue? valueOf<TValue>(
  1. TKey key
)

Implementation

TValue? valueOf<TValue>(TKey key) => fields[key]!.value as TValue?;