Line constructor
Line({
- String? lineCategory,
- LineProperties? lineProperties,
- String? lineType,
Implementation
Line({
this.lineCategory,
this.lineProperties,
this.lineType,
});