OrbitMutation constructor
OrbitMutation({})
Implementation
OrbitMutation({
required this.store,
required this.timestamp,
required this.listenerCount,
this.action,
this.before,
this.after,
this.error,
this.errorStackTrace,
});