EmbedAttribute class
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