DownloadAccountResponse constructor

DownloadAccountResponse({
  1. String? kind,
  2. String? nextPageToken,
  3. List<UserInfo>? users,
})

Implementation

DownloadAccountResponse({this.kind, this.nextPageToken, this.users});