MoFishGame.from constructor

MoFishGame.from(
  1. Map data
)

Implementation

MoFishGame.from(Map data)
    : userName = data['userName'] ?? '',
      stage = data['stage'] ?? '',
      time = data['time'] ?? 0;