valueOf static method

TapticType valueOf(
  1. String name
)

Parse type from string

Implementation

static TapticType valueOf(String name) => _$valueOf(name);