PlateCategory constructor

const PlateCategory(
  1. int value,
  2. Color backgroundColor,
  3. Color borderColor,
  4. Color textColor,
  5. String name,
)

Implementation

const PlateCategory(this.value, this.backgroundColor, this.borderColor, this.textColor, this.name);