GuildScheduledEvent class Null safety

Constructors

GuildScheduledEvent({required Snowflake id, required GuildChannel? channel, required GuildMember? creator, required String name, required String? description, required DateTime startTime, required DateTime? endTime, required ScheduledEventStatus status, required ScheduledEventEntityType entityType, required Snowflake? entityId, required String? image, required String? location})
GuildScheduledEvent.from({required ChannelManager channelManager, required MemberManager memberManager, required dynamic payload})
factory

Properties

channel GuildChannel?
read / write
creator GuildMember?
read / write
description String?
read / write
endTime DateTime?
read / write
entityId Snowflake?
read / write
entityType ScheduledEventEntityType
read / write
hashCode int
The hash code for this object.
read-only, inherited
id Snowflake
read / write
image String?
read / write
location String?
read / write
name String
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
startTime DateTime
read / write
status ScheduledEventStatus
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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