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