CollectiveProperties<E>.fromRecord constructor
CollectiveProperties<E>.fromRecord (
- Record record
Creates properties from an existing record.
Parameters:
- record: Existing configuration record
Implementation
factory CollectiveProperties.fromRecord(Record record) = CollectiveCellProperties<E, Iterable<E>>.fromRecord;