LicenseUsecase.custom constructor

LicenseUsecase.custom(
  1. String customUsecase
)

Add a custom usecase using the format of custom:

Implementation

LicenseUsecase.custom(String customUsecase)
    : _value = "custom:$customUsecase";