Mark constructor
Mark({})
Implementation
Mark({
required this.position,
this.endPosition,
required this.type,
this.isFocus = false,
this.imagePaths,
this.imageLinks,
this.isNew = false,
});
Mark({
required this.position,
this.endPosition,
required this.type,
this.isFocus = false,
this.imagePaths,
this.imageLinks,
this.isNew = false,
});