getValueOrNull method

V? getValueOrNull(
  1. Object? key
)

Implementation

V? getValueOrNull(Object? key) => value[key];