UserResponse class

Available Extensions

Constructors

UserResponse({int? id, String? username, String? email, String? provider, bool? confirmed, bool? blocked, String? createdAt, String? updatedAt})
UserResponse.fromMap(Map<String, dynamic> map)

Properties

blocked bool?
getter/setter pair
confirmed bool?
getter/setter pair
createdAt String?
getter/setter pair
email String?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
id int?
getter/setter pair
provider String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt String?
getter/setter pair
username String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(covariant UserResponse other) bool
The equality operator.
override