getArray abstract method

List<DataAttributeValue>? getArray()

Gets the array value or null if the type doesn't match.

Returns List<DataAttributeValue>?. Attribute value.

Implementation

List<DataAttributeValue>? getArray();