add_Unsafe abstract method Null safety
- T element
Internal implementation of add, which does not do any safety checks regarding sorting. Only to be overridden in children.
Implementation
@protected
// ignore: non_constant_identifier_names
void add_Unsafe(T element);