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