MoFishGame constructor

MoFishGame({
  1. String userName = '',
  2. String stage = '',
  3. int time = 0,
})

Implementation

MoFishGame({
  this.userName = '',
  this.stage = '',
  this.time = 0,
});