EmbedField class Null safety
Single instance of Embed's field. Can contain null elements.
- Implemented types
Properties
- content ↔ String
-
Contents of field (aka value)
read / write, final, late
- hashCode → int
-
The hash code for this object. [...]
read-only, override
- inline ↔ bool?
-
Indicates of field is inlined in embed
read / write, final, late
- name ↔ String
-
Field name
read / write, final, late
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toBuilder(
) → EmbedFieldBuilder -
Returns instance of Builder with current data
override
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
override