FillingStrategy.fromJson constructor

FillingStrategy.fromJson(
  1. String value
)

Implementation

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