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