fromValue static method

GPUBlendOperation fromValue(
  1. String value
)

Implementation

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