fromValue static method

GPUSamplerBindingType fromValue(
  1. String value
)

Implementation

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