ChangedBlock constructor

ChangedBlock({
  1. int? blockIndex,
  2. String? firstBlockToken,
  3. String? secondBlockToken,
})

Implementation

ChangedBlock({
  this.blockIndex,
  this.firstBlockToken,
  this.secondBlockToken,
});