$Shared10 constructor

$Shared10({
  1. double? magnitude,
  2. double? score,
})

Implementation

$Shared10({
  this.magnitude,
  this.score,
});