EmbedAttribute class

Inheritance

Properties

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

Methods

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