addArray abstract method

void addArray(
  1. Array? value
)

Adds an Array at the end of this array.

Implementation

void addArray(Array? value);