LicenseCommand constructor

LicenseCommand(
  1. String licenseType, [
  2. String? author
])

Implementation

LicenseCommand(this.licenseType, [this.author]);