$Shared13 constructor

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

Implementation

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