MessageBuilder constructor Null safety

MessageBuilder(
  1. {String? content,
  2. List<EmbedBuilder>? embeds,
  3. List<Component>? components,
  4. List<MessageStickerItem>? stickers}
)

Implementation

MessageBuilder({ this.content, this.embeds, this.components, this.stickers });