fieldOrNull method

V? fieldOrNull(
  1. K key
)

Implementation

V? fieldOrNull(K key) => data.fieldOrNull(key);