SummaryData constructor

SummaryData({
  1. String hash = "",
  2. String custom = "",
  3. double balance = 0,
  4. int score = 0,
  5. int lastOP = 0,
})

Implementation

SummaryData({
  this.hash = "",
  this.custom = "",
  this.balance = 0,
  this.score = 0,
  this.lastOP = 0,
});