EmbedField constructor

EmbedField({
  1. required String name,
  2. required String value,
  3. bool? inline,
})

Implementation

EmbedField({ required this.name, required this.value, this.inline });