fromMap static method
Implementation
static CellShuffled fromMap(Map<String, dynamic> map) {
return ensureInitialized().decodeMap<CellShuffled>(map);
}
static CellShuffled fromMap(Map<String, dynamic> map) {
return ensureInitialized().decodeMap<CellShuffled>(map);
}