getAsString abstract method

String? getAsString(
  1. String name
)

Gets the value of an attribute as a string or null if it is not contained.

  • name Attribute name.

Returns String?. Attribute value.

Implementation

String? getAsString(String name);