Cell constructor

Cell({
  1. String? value,
})

Implementation

Cell({this.value});