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