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