Status.parse constructor

Status.parse(
  1. String name
)

Implementation

factory Status.parse(String name) => Status.values.byName(name);