HistoryChanged constructor

const HistoryChanged(
  1. bool changed,
  2. int? len
)

Implementation

const HistoryChanged(
  this.changed,
  this.len,
);