Rollback constructor

Rollback({
  1. required int timestamp,
  2. required int epochFrom,
  3. required int epochTo,
  4. required int length,
})

Implementation

Rollback(
    {required this.timestamp,
    required this.epochFrom,
    required this.epochTo,
    required this.length});