SafetyTipStatus.fromJson constructor

SafetyTipStatus.fromJson(
  1. String value
)

Implementation

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