CollectiveValue<V>.fromProperties constructor
CollectiveValue<V>.fromProperties (
- CollectiveValueProperties<
V> properties, { - V? value,
Creates from properties with optional initial value.
Parameters:
properties
: Configuration propertiesvalue
: Optional initial value
Implementation
factory CollectiveValue.fromProperties(CollectiveValueProperties<V> properties, {V? value}) = _CollectiveValue<V>.fromProperties;