getValue abstract method

DataAttributeValue? getValue(
  1. String name
)

Gets the DataAttributeValue or null if it is not contained.

  • name Attribute name.

Returns DataAttributeValue?. Attribute value.

Implementation

DataAttributeValue? getValue(String name);