toAndroidAudioAttributesContentType method

AndroidAudioAttributesContentType toAndroidAudioAttributesContentType()

Implementation

AndroidAudioAttributesContentType toAndroidAudioAttributesContentType() =>
    AndroidAudioAttributesContentType.values
        .firstWhere((d) => d.name == toLowerCase());