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