RelativeRotaryLastEvent constructor
RelativeRotaryLastEvent({
- required String action,
- required RelativeRotaryRotation rotation,
Creates a RelativeRotaryLastEvent object.
Implementation
RelativeRotaryLastEvent({
required this.action,
required this.rotation,
});