LicenseDescriptor<T> constructor

LicenseDescriptor<T>({
  1. required T key,
  2. required String label,
  3. required Color color,
})

Implementation

LicenseDescriptor({required this.key, required this.label, required this.color});