EmbedFieldBuilder class
Builder for embed Field.
Constructors
- EmbedFieldBuilder([Object? name, Object? content, bool? inline])
- Constructs new instance of Field
- EmbedFieldBuilder.named({Object? name, Object? content, bool? inline})
- Constructs new instance of Field
Properties
- content ↔ Object?
-
Field content
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- inline ↔ bool?
-
Whether or not this field should display inline
read / write
- length → int
-
Length of current field
read-only
- name ↔ Object?
-
Field name/title
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
build(
) → RawApiMap -
Builds object to Map() instance;
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited