Skip to main content

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 :::

  1. talawa
  2. event_model
  3. Attendee class
event_model library