Method.fromValue constructor

Method.fromValue(
  1. String value
)

Returns the method class from the name of the method

Implementation

factory Method.fromValue(final String value) => values[value]!;