Map<String, dynamic> toJson() { final items = this.items; return { if (items != null) 'Items': items, }; }