$Shared07 constructor

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

Implementation

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