fromJson static method

LicenseType? fromJson(
  1. dynamic value
)

Implementation

static LicenseType? fromJson(dynamic value) =>
    LicenseTypeTypeTransformer().decode(value);