Map<String, dynamic> toJson() { return { 'id': id, 'points': points.map((e) => e.toJson()).toList(), 'color': color?.toHex(), 'width': width, 'alpha': alpha, }; }