deputy abstract method

CollectiveProperties<E> deputy({
  1. required Cell bind,
  2. covariant TestCollective<dynamic, Collective>? test,
  3. covariant MapObject? mapObject,
})

Creates a delegated properties instance with overrides.

Used to create modified views without altering original configuration.

Parameters:

  • bind: Required parent Cell for the deputy
  • test: Optional override validation rules
  • map: Optional element transformation overrides

Implementation

CollectiveProperties<E> deputy({required Cell bind, covariant TestCollective? test, covariant MapObject? mapObject});