EmbedFieldBuilder constructor

EmbedFieldBuilder([
  1. Object? name,
  2. Object? content,
  3. bool? inline
])

Constructs new instance of Field

Implementation

EmbedFieldBuilder([this.name, this.content, this.inline]);