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