AccountsLinkResponse constructor

AccountsLinkResponse({
  1. String? kind,
})

Implementation

AccountsLinkResponse({
  this.kind,
});