@override Map<String, dynamic> toMap() { var json = super.toMap(); json.addAll({ 'selectionStrategy': selectionStrategy.toMap(), }); return json; }