operator [] method

DataTypeSamplingScheme? operator [](
  1. String? type
)

The configuration for the data type type, or null if type is not in the map.

Implementation

DataTypeSamplingScheme? operator [](String? type) => _map[type];