deputy abstract method

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

Creates an deputy for this CollectiveValue.

Parameters:

  • test: Additional validation rules
  • mapObject: Value transformations to apply

Implementation

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