fromJson static method

LedTestMode? fromJson(
  1. dynamic value
)

Implementation

static LedTestMode? fromJson(dynamic value) =>
    LedTestModeTypeTransformer().decode(value);