Event class

Constructors

Event.new({required int eventID, bool? status, String? name, String? eventType, String? eventDate, String? gameImage, String? image, String? detailImage, String? banner, List<User>? eventorganizer, String? eventPlace, String? description, String? rules, int? participantsLimit, int? participantsCurrent, int? participantsgroupplayerlimit, String? location})

Properties

getter/setter pair
description String?
getter/setter pair
detailImage String?
getter/setter pair
eventDate String?
getter/setter pair
eventID int
getter/setter pair
eventorganizer List<User>?
getter/setter pair
eventPlace String?
getter/setter pair
eventType String?
getter/setter pair
gameImage String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
image String?
getter/setter pair
location String?
getter/setter pair
name String?
getter/setter pair
participantgroupsList List<Group>?
getter/setter pair
participantpeopleList List<User>?
getter/setter pair
participantsCurrent int?
getter/setter pair
participantsgroupplayerlimit int?
getter/setter pair
participantsLimit int?
getter/setter pair
rules String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status bool?
getter/setter pair

Methods

eventListWidget(dynamic context, {required User currentUser}) Widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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