ProjectType constructor

ProjectType({
  1. String? color,
  2. String? descriptionI18nKey,
  3. String? formattedKey,
  4. String? icon,
  5. String? key,
})

Implementation

ProjectType(
    {this.color,
    this.descriptionI18nKey,
    this.formattedKey,
    this.icon,
    this.key});