Attendee class
This class creates an attendee model and returns an Attendee instance.
Annotations
: - @HiveType(typeId: 11)
Constructors
[Attendee][]
:
[Attendee.fromJson][([[Map[<[String], dynamic>]] json])]
:
Properties
[firstName] [↔ String?] : The first name of the attendee. ::: features getter/setter pair :::
[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::
[id] [↔ String?] : Unique identifier for the attendee. ::: features getter/setter pair :::
[image] [↔ String?] : The image URL of the attendee. ::: features getter/setter pair :::
[lastName] [↔ String?] : The last name of the attendee. ::: features getter/setter pair :::
[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::
Methods
[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::
[toJson][ [→ Map[<[String], dynamic>]] ] : Converts the Attendee instance to a map structure..
[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::
Operators
[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features inherited :::
- talawa
- event_model
- Attendee class