fromJson static method

MachineTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static MachineTypeEnum? fromJson(dynamic value) => MachineTypeEnumTypeTransformer().decode(value);