type static method

FeatureValueType? type(
  1. String name
)

Implementation

static FeatureValueType? type(String name) => fromMap[name];