addNumber abstract method

void addNumber(
  1. num? value
)

Adds a num at the end of this array.

Implementation

void addNumber(num? value);