IsobusShape constructor
IsobusShape(
- int id,
- IsobusObjectType type,
- List<
Macro> macros, - LineAttributes lineAttributes,
- int width,
- int height,
Implementation
IsobusShape(super.id, super.type, super.macros, this.lineAttributes,
this.width, this.height);