TxLog constructor

TxLog(
  1. double msg_index,
  2. String log,
  3. List<Event> events
)

Implementation

TxLog(this.msg_index, this.log, this.events) {
  //eventsByType = EventsTypeExtensions.parse(events);
}