EmbedFieldBuilder constructor

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

Constructs new instance of Field

Implementation

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