SMapCapeVerdeColors constructor

SMapCapeVerdeColors({
  1. Color? cvBR,
  2. Color? cvBV,
  3. Color? cvCA,
  4. Color? cvCF,
  5. Color? cvCR,
  6. Color? cvMA,
  7. Color? cvMO,
  8. Color? cvPA,
  9. Color? cvPN,
  10. Color? cvPR,
  11. Color? cvRB,
  12. Color? cvRG,
  13. Color? cvRS,
  14. Color? cvSD,
  15. Color? cvSF,
  16. Color? cvSL,
  17. Color? cvSM,
  18. Color? cvSO,
  19. Color? cvSS,
  20. Color? cvSV,
  21. Color? cvTA,
  22. Color? cvTS,
})

Implementation

SMapCapeVerdeColors({
  this.cvBR,
  this.cvBV,
  this.cvCA,
  this.cvCF,
  this.cvCR,
  this.cvMA,
  this.cvMO,
  this.cvPA,
  this.cvPN,
  this.cvPR,
  this.cvRB,
  this.cvRG,
  this.cvRS,
  this.cvSD,
  this.cvSF,
  this.cvSL,
  this.cvSM,
  this.cvSO,
  this.cvSS,
  this.cvSV,
  this.cvTA,
  this.cvTS,
});