UserProfile constructor

UserProfile({
  1. String? accountId,
  2. String? accountName,
  3. String? etag,
  4. String? kind,
  5. String? profileId,
  6. String? subAccountId,
  7. String? subAccountName,
  8. String? userName,
})

Implementation

UserProfile({
  this.accountId,
  this.accountName,
  this.etag,
  this.kind,
  this.profileId,
  this.subAccountId,
  this.subAccountName,
  this.userName,
});