GatedAPIFeatures.fromJson constructor

GatedAPIFeatures.fromJson(
  1. String value
)

Implementation

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