ReplayFrame constructor

const ReplayFrame({
  1. required int timestampMs,
  2. required String action,
})

Implementation

const ReplayFrame({required this.timestampMs, required this.action});