toEvent method
Implementation
VrInputEvent toEvent() => VrInputEvent(
type: type,
source: source,
targetId: targetId,
data: data,
active: active,
timestamp: DateTime.fromMicrosecondsSinceEpoch(
timestampMicrosecondsSinceEpoch,
),
);