value property
AST
get
value
Returns the value of the attribute.
Implementation
AST get value => AST.from(getAttribute("value"));
Returns the value of the attribute.
AST get value => AST.from(getAttribute("value"));