LicenseUsageException constructor

LicenseUsageException({
  1. String? type,
  2. String? message,
})

Implementation

LicenseUsageException({String? type, String? message})
    : super(type: type, code: 'LicenseUsageException', message: message);