Event class

Inheritance

Constructors

Event(HttpClient client)

Properties

client HttpClient
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

chengeRole(int participantId, int newRoleId) Future
getEventByAlias(String idName) Future<Event>
getEventParticipant(int eventId, int? runetId) Future<EventParticipant?>
getEventParticipants({int? eventId, int? runetId, int? userId, String? email, String? username, int limit = 10, int offset = 0}) Future<List<EventParticipant>?>
getEventPodcasts(int eventIid, int limit, int offset) Future<List<Podcast>?>
getList(int limit, int offset, {EventListType type = model.EventListType.all}) Future<List<Event>>
getRoles(int eventId) Future<List<EventRole>?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setParticipantData(int participantId, Map<String, dynamic> data) Future<EventParticipant?>
toString() String
A string representation of this object.
inherited
updateParticipant(EventParticipant participant) Future<EventParticipant?>

Operators

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