$Shared08 constructor

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

Implementation

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