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