fromValue static method

Implementation

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