WpUser class

Inheritance

Constructors

WpUser({int? id, String? token, String? email, String? username, String? firstName, String? lastName, String? avatar, String? createdAt})
WpUser.fromJson(Map<String, dynamic> json)
Creates a WpUser from a JSON object
WpUser.fromWPUserLoginResponse(WPUserLoginResponse wpUserLoginResponse)
Creates a WpUser from a WPUserLoginResponse
WpUser.fromWPUserRegisterResponse(WPUserRegisterResponse wpUserRegisterResponse)
Creates a WpUser from a WPUserRegisterResponse

Properties

avatar String?
getter/setter pair
createdAt String?
getter/setter pair
email String?
getter/setter pair
firstName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
lastName String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String?
getter/setter pair
username String?
getter/setter pair

Methods

auth({String? key}) Future<void>
Authenticate the model.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save(String key, {bool inBackpack = false}) Future
Save the object to secure storage using a unique key. E.g. User class
inherited
saveToCollection<T>(String key, {bool inBackpack = false}) Future
Save an item to a collection E.g. List of numbers
inherited
toJson() → dynamic
Converts the WpUser to a JSON object
override
toString() String
A string representation of this object.
inherited

Operators

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