LineAttributes constructor

LineAttributes(
  1. int id,
  2. IsobusColor lineColor,
  3. int lineWidth,
  4. List<bool> lineArt,
  5. List<Macro> macros,
)

Implementation

LineAttributes(
    int id, this.lineColor, this.lineWidth, this.lineArt, List<Macro> macros)
    : super(id, IsobusObjectType.lineAttributes, macros);