CollectiveCellProperties<E, I extends Iterable<E>>.fromRecord constructor

CollectiveCellProperties<E, I extends Iterable<E>>.fromRecord(
  1. Record record
)

Creates properties from an existing configuration record.

Implementation

CollectiveCellProperties.fromRecord(super.record) : super.fromRecord();