fromJson static method

LicenseTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static LicenseTypeEnum? fromJson(dynamic value) => LicenseTypeEnumTypeTransformer().decode(value);