IsobusShape constructor

IsobusShape(
  1. int id,
  2. IsobusObjectType type,
  3. List<Macro> macros,
  4. LineAttributes lineAttributes,
  5. int width,
  6. int height,
)

Implementation

IsobusShape(super.id, super.type, super.macros, this.lineAttributes,
    this.width, this.height);