Cell constructor

const Cell(
  1. Data? data
)

Implementation

const Cell(this.data);