Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'client_id'] = this.clientId; return json; }