DisplayFeatureOrientation.fromJson constructor

DisplayFeatureOrientation.fromJson(
  1. String value
)

Implementation

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