GuildScheduledEvent constructor

GuildScheduledEvent(
  1. Snowflake _id,
  2. Snowflake? _guildId,
  3. GuildChannel? _channel,
  4. GuildMember? _creator,
  5. String _name,
  6. String? _description,
  7. String _startTime,
  8. String? _endTime,
  9. int _status,
  10. int _entityType,
  11. Snowflake? _entityId,
  12. String? _image,
  13. String? _location,
)

Implementation

GuildScheduledEvent(
  this._id,
  this._guildId,
  this._channel,
  this._creator,
  this._name,
  this._description,
  this._startTime,
  this._endTime,
  this._status,
  this._entityType,
  this._entityId,
  this._image,
  this._location,
);