fromValue static method
Implementation
static ContentType fromValue(String value) => values
.firstWhere((e) => e.value == value, orElse: () => ContentType._(value));
static ContentType fromValue(String value) => values
.firstWhere((e) => e.value == value, orElse: () => ContentType._(value));