CollectiveProperties<E>.fromRecord constructor

CollectiveProperties<E>.fromRecord(
  1. Record record
)

Creates properties from an existing record.

Parameters:

  • record: Existing configuration record

Implementation

factory CollectiveProperties.fromRecord(Record record) = CollectiveCellProperties<E, Iterable<E>>.fromRecord;