operator [] abstract method

String? operator [](
  1. String name
)

Returns the value of attribute 'name'.

Implementation

String? operator [](String name);