fromValue static method

SignatureImageBitsPerPixel fromValue(
  1. String value
)

Implementation

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