Map<String, dynamic> toMap() { return { 'callbackUrl': this.callbackUrl, 'purpose': this.purpose, 'data': this.data, }; }