EmbedAttribute class

Inheritance

Constructors

EmbedAttribute.horizontalRule()
EmbedAttribute.image(String source)

Properties

hashCode int
The hash code for this object.
read-onlyoverride
isInline bool
Returns true if this is an inline-scoped attribute.
read-onlyinherited
isUnset bool
Returns true if this attribute is an unset attribute.
read-onlyinherited
key String
Unique key of this attribute.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
scope NotusAttributeScope
Scope of this attribute.
finalinherited
type EmbedType
Type of this embed.
read-only
unset NotusAttribute<Map<String, dynamic>>
Returns special "unset" version of this attribute.
read-onlyoverride
value Map<String, dynamic>
Value of this attribute.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited
withValue(Map<String, dynamic> value) NotusAttribute<Map<String, dynamic>>
inherited

Operators

operator ==(Object other) bool
The equality operator.
override