UserProfileList constructor

UserProfileList({
  1. String? etag,
  2. List<UserProfile>? items,
  3. String? kind,
})

Implementation

UserProfileList({
  this.etag,
  this.items,
  this.kind,
});