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