core.Map<core.String, core.dynamic> toJson() => { if (items != null) 'items': items!, if (subtitle != null) 'subtitle': subtitle!, if (title != null) 'title': title!, };