Event class

Annotations
  • @JsonSerializable.new()

Constructors

Event(int id, String title, String idName, String endTime, String fullInfo, String info, String siteUrl, String startTime, int defaultRoleId, String fullInfoEmbeddedUrl, String? logoSource, bool visibleOnMain, List<EventPlace>? places)

Properties

defaultRoleId int
getter/setter pair
endTime String
getter/setter pair
fullInfo String
getter/setter pair
fullInfoEmbeddedUrl String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int
getter/setter pair
idName String
getter/setter pair
info String
getter/setter pair
isPlaceEmpty → dynamic
no setter
logoSource String?
getter/setter pair
places List<EventPlace>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
siteUrl String
getter/setter pair
startTime String
getter/setter pair
title String
getter/setter pair
visibleOnMain bool
getter/setter pair

Methods

dateFormatted() String
getPlaceName() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
timeFormatted() String
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromJson(Map<String, dynamic> json) Event