valueOf static method

Scope valueOf(
  1. String name
)

Parse scope from string

Implementation

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