fromJson static method

GetIotResponseProtocolEnum? fromJson(
  1. dynamic value
)

Implementation

static GetIotResponseProtocolEnum? fromJson(dynamic value) =>
    GetIotResponseProtocolEnumTypeTransformer().decode(value);