LicenseUsecase.custom constructor Null safety
- String customUsecase
Add a custom usecase using the format of custom:
Implementation
LicenseUsecase.custom(String customUsecase)
: _value = "custom:$customUsecase";
Add a custom usecase using the format of custom:
LicenseUsecase.custom(String customUsecase)
: _value = "custom:$customUsecase";