SupportedStock constructor

SupportedStock({
  1. required String stockName,
  2. required String supportsColor,
  3. required String stockWidth,
  4. required String stockHeight,
  5. required String leftMargin,
  6. required String rightMargin,
  7. required String topMargin,
  8. required String bottomMargin,
  9. required String perforationLeft,
})

Implementation

SupportedStock(
    {required this.stockName,
    required this.supportsColor,
    required this.stockWidth,
    required this.stockHeight,
    required this.leftMargin,
    required this.rightMargin,
    required this.topMargin,
    required this.bottomMargin,
    required this.perforationLeft});