XapptorUser class

Constructors

XapptorUser.new({required String id, required String firstname, required String lastname, required String email, required String birthday, required int gender, required String country, required bool admin, required bool owner})
XapptorUser.from_snapshot(String id, String email, Map<String, dynamic> snapshot)

Properties

admin bool
getter/setter pair
birthday String
getter/setter pair
country String
getter/setter pair
email String
getter/setter pair
firstname String
getter/setter pair
gender int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
lastname String
getter/setter pair
owner bool
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
to_json() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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