$Shared12 constructor

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

Implementation

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