SupportedStock constructor
SupportedStock({})
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});