fromMap static method

CellRollRequest fromMap(
  1. Map<String, dynamic> map
)

Implementation

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