UsersUpdate class

Constructors

UsersUpdate({String? fullName, String? email, String? displayName, Gender? gender, String? nameColor, DateTime? dateOfBirth, BDayPrivacy? bDayPrivacy, int? countryId, Relationship? relationship, String? about, int? creature, int? creatureSpecial, FilterPorn? filterPorn, FilterAnonymous? filterAnonymous, List<String>? filterKeywords, int? pinnedPlurkId, FriendListPrivacy? friendListPrivacy, AcceptGift? acceptGift, Privacy? privacy})

Properties

about String?
getter/setter pair
acceptGift AcceptGift?
getter/setter pair
bDayPrivacy BDayPrivacy?
getter/setter pair
countryId int?
getter/setter pair
creature int?
getter/setter pair
creatureSpecial int?
getter/setter pair
dateOfBirth DateTime?
getter/setter pair
displayName String?
getter/setter pair
email String?
getter/setter pair
filterAnonymous FilterAnonymous?
getter/setter pair
filterKeywords List<String>?
getter/setter pair
filterPorn FilterPorn?
getter/setter pair
friendListPrivacy FriendListPrivacy?
getter/setter pair
fullName String?
getter/setter pair
gender Gender?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nameColor String?
getter/setter pair
pinnedPlurkId int?
getter/setter pair
privacy Privacy?
getter/setter pair
relationship Relationship?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBody() Map<String, String?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited