EventAgendaItem class
Model for Event Agenda Item.
Constructors
[EventAgendaItem][]
:
[EventAgendaItem.fromJson][([[Map[<[String], dynamic>]] json])]
: ::: factory :::
Properties
[attachments] [→ List[<[String]>]?] : Optional array of attachment URLs. ::: features final :::
[categories] [→ List[<[AgendaCategory]>]?] : Optional array of agenda categories. ::: features final :::
[createdBy] [→ User?] : Reference to the user who created the agenda item. ::: features final :::
[description] [→ String?] : Optional description. ::: features final :::
[duration] [→ String?] : Duration of the agenda item. ::: features final :::
[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::
[id] [→ String?] : Unique identifier for the agenda item. ::: features final :::
[organization] [→ OrgInfo?] : Reference to the organization associated with the agenda item. ::: features final :::
[relatedEvent] [→ Event?] : Reference to the event associated with the agenda item. ::: features final :::
[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::
[sequence] [→ int?] : Sequence number of the agenda item. ::: features final :::
[title] [→ String?] : Title of the agenda item. ::: features final :::
[urls] [→ List[<[String]>]?] : Optional array of URLs related to the agenda item. ::: features final :::
Methods
[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::
[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::
Operators
[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features inherited :::
- talawa
- event_agenda_item
- EventAgendaItem class