fromJson static method

MetricModbusMemoryAreaEnum? fromJson(
  1. dynamic value
)

Implementation

static MetricModbusMemoryAreaEnum? fromJson(dynamic value) =>
    MetricModbusMemoryAreaEnumTypeTransformer().decode(value);