add abstract method

  1. @override
bool add(
  1. T element
)
override

Adds the specified element to the end of this list.

@return true because the list is always modified as the result of this operation.

Implementation

@override
bool add(T element);