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