Map<String, dynamic> toJson() { return {'statusCode': this.statusCode, 'accessToken': this.accessToken, 'refreshToken': this.refreshToken}; }