fromJson static method

MachineFileTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static MachineFileTypeEnum? fromJson(dynamic value) => MachineFileTypeEnumTypeTransformer().decode(value);