deputy abstract method

  1. @override
CollectiveQueue<E> deputy({
  1. covariant TestCollective<dynamic, Collective>? test,
  2. covariant MapObject? mapObject,
})
override

Creates an Deputy from this CollectiveQueue with either test or map or both properties. The new CollectiveQueue

Implementation

@override
CollectiveQueue<E> deputy({covariant TestCollective? test, covariant MapObject? mapObject});