fromJson static method

LedTestColor? fromJson(
  1. dynamic value
)

Implementation

static LedTestColor? fromJson(dynamic value) =>
    LedTestColorTypeTransformer().decode(value);