fromValue static method

AudioSampleFormat fromValue(
  1. String value
)

Implementation

static AudioSampleFormat fromValue(String value) =>
    values.firstWhere((e) => e.value == value);