EmbedField class

Single instance of Embed's field. Can contain null elements.

Implemented types

Properties

content String
Contents of field (aka value)
latefinal
hashCode int
The hash code for this object.
no setteroverride
inline bool?
Indicates of field is inlined in embed
latefinal
name String
Field name
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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