deputy abstract method

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

Creates a delegated view with modified behavior.

Parameters:

  • test: Optional override validation rules
  • map: Optional element transformations

Implementation

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