addAll method

  1. @internal
  2. @override
int addAll(
  1. Iterable<Component> components
)
override

Marked as internal, because the users shouldn't be able to add elements into the ComponentSet directly, bypassing the normal lifecycle handling.

Implementation

@internal
@override
int addAll(Iterable<Component> components) => super.addAll(components);