fromJson static method

ProtocolEnum? fromJson(
  1. dynamic value
)

Implementation

static ProtocolEnum? fromJson(dynamic value) =>
    ProtocolEnumTypeTransformer().decode(value);