fromJson static method

IoTProtocol? fromJson(
  1. dynamic value
)

Implementation

static IoTProtocol? fromJson(dynamic value) =>
    IoTProtocolTypeTransformer().decode(value);