fromValue static method

PredefinedColorSpace fromValue(
  1. String value
)

Implementation

static PredefinedColorSpace fromValue(String value) =>
    values.firstWhere((e) => e.value == value);