fromJson static method
Implementation
static ReasoningEffort fromJson(String value) =>
ReasoningEffort.values.firstWhere((item) => item.wireValue == value);
static ReasoningEffort fromJson(String value) =>
ReasoningEffort.values.firstWhere((item) => item.wireValue == value);