EvntalyUser class
User information model for events
Constructors
-
EvntalyUser({String? id, String? email, String? fullName, String? organization, Map<
String, dynamic> ? data}) -
const
-
EvntalyUser.fromMap(Map<
String, dynamic> map) -
Create from Map
factory
Properties
-
data
→ Map<
String, dynamic> ? -
Additional user data
final
- email → String?
-
User email
final
- fullName → String?
-
User full name
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
User ID
final
- organization → String?
-
User organization
final
- 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
-
toMap(
) → Map< String, dynamic> - Convert to Map
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited