CellMapping constructor

CellMapping(
  1. dynamic name
)

Implementation

factory CellMapping(name) {
  debugPrint(name);
  return _instance;
}