any constant

List<ChangeRecord> const any

Signifies a change occurred, but without details of the specific change.

May be used to produce lower-GC-pressure records where more verbose change records will not be used directly.

Implementation

static const List<ChangeRecord> any = <ChangeRecord>[ChangeRecord()];