@override Map<String, dynamic> toJson() { return { 'id': id, 'controller_id': controllerID, 'group': group, 'type': type, 'index': index, }; }