MapDrawing constructor
MapDrawing({})
Implementation
MapDrawing({
super.id,
required this.path,
required this.pathType,
this.author,
super.created,
super.deleting,
}) : super(type: dbType, location: path.nodes[path.nodes.length >> 1]);