GetAccountInfoResponse constructor

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

Implementation

GetAccountInfoResponse({
  this.kind,
  this.users,
});