DataCell constructor

const DataCell(
  1. String value
)

Creates a DataCell with the given string value.

Implementation

const DataCell(this.value);