CollectiveValueProperties<V> constructor
CollectiveValueProperties<V> ({
- Cell? bind,
- TestCollective<
dynamic, Collective> test, - CollectiveReceptor<
dynamic, Signal, Signal> receptor,
Creates basic properties for a CollectiveValue.
Parameters:
bind
: Cell to bind to for reactive updatestest
: Validation rules for the value
Implementation
factory CollectiveValueProperties({
Cell? bind,
TestCollective test,
CollectiveReceptor receptor,
}) = _CollectiveValueProperties<V,List<V>>;