add abstract method

  1. @override
void add(
  1. N element
)
override

Append element to this List.

Implementation

@override
void add(N element);