ReplayAction constructor
const
ReplayAction({})
Implementation
const ReplayAction({
required this.type,
this.repeat = 1,
this.ms = 0,
this.value = '',
this.key = '',
this.direction = 'down',
this.x = 0,
this.y = 0,
this.x2 = 0,
this.y2 = 0,
this.steps = 8,
this.eventType = '',
this.eventFields = const <String, Object?>{},
});