valueOf static method

StatsType valueOf(
  1. String name
)

Parse StatsType from string

Implementation

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