ContextState.fromJson constructor

ContextState.fromJson(
  1. String value
)

Implementation

factory ContextState.fromJson(String value) =>
    ContextState.values.firstWhere((e) => e.value == value);