operator []= method

void operator []=(
  1. String type,
  2. DataTypeSamplingScheme schema
)

Associates the type with the given schema.

Implementation

void operator []=(String type, DataTypeSamplingScheme schema) =>
    _map[type] = schema;