deputy abstract method
CollectiveList<E>
deputy({
- covariant TestCollective<
dynamic, Collective> ? test, - covariant MapObject? mapObject,
override
Creates an Deputy from this CollectiveList with either test or map or both properties.
The new CollectiveList
Implementation
@override
CollectiveList<E> deputy({covariant TestCollective? test, covariant MapObject? mapObject});