Map<String, dynamic> toJson() { return { 'data': { 'id': this.id.toString(), 'token': this.token, } }; }