ChangeRecords<RecordType extends ChangeRecord>.none constructor

const ChangeRecords<RecordType extends ChangeRecord>.none()

Represents a null change where nothing happened.

Implementation

const ChangeRecords.none() : this._(const [], false);