EmbedFieldBuilder.named constructor

EmbedFieldBuilder.named(
  1. {Object? name,
  2. Object? content,
  3. bool? inline}
)

Constructs new instance of Field

Implementation

EmbedFieldBuilder.named({this.name, this.content, this.inline});