deputy abstract method
CollectiveProperties<E>
deputy({
- required Cell bind,
- covariant TestCollective<
dynamic, Collective> ? test, - 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});