UserEntity class

Inheritance

Constructors

UserEntity({String id = "", String email = "", String name = "", String password = "", String phone = "", String photo = "", String provider = ""})
const
UserEntity.from(dynamic data)
factory

Properties

email String
final
hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
name String
final
password String
final
phone String
final
photo String
final
provider String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source Map<String, dynamic>
no setteroverride
timeMills int
finalinherited

Methods

copy({String? id, String? email, String? name, String? password, String? phone, String? photo, String? provider}) UserEntity
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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