ScaleEndInfo.fromDetails constructor

ScaleEndInfo.fromDetails(
  1. Game _game,
  2. ScaleEndDetails raw
)

Implementation

ScaleEndInfo.fromDetails(
  this._game,
  ScaleEndDetails raw,
) : super(raw);