Line

inline fun Line(id: String, title: String, description: String? = null, points: MutableList<MutableMap<String, Any?>> = mutableListOf(), deleted: Boolean = false): Line