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