StreamFormat.fromJson constructor

StreamFormat.fromJson(
  1. String value
)

Implementation

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