valueOf static method

ShapeType valueOf(
  1. String name
)

Implementation

static ShapeType valueOf(String name) => _$shapeTypeValueOf(name);