fromJson static method

LicenseFileTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static LicenseFileTypeEnum? fromJson(dynamic value) => LicenseFileTypeEnumTypeTransformer().decode(value);