from static method
Implementation
static PresentationSpread? from(String? value) =>
_values.firstOrNullWhere((element) => element.value == value);
static PresentationSpread? from(String? value) =>
_values.firstOrNullWhere((element) => element.value == value);