UserProfileList constructor
UserProfileList({
- String? etag,
- List<
UserProfile> ? items, - String? kind,
Implementation
UserProfileList({
this.etag,
this.items,
this.kind,
});