Cell constructor

Cell({
  1. required List<Object?> value,
  2. required String range,
})

Implementation

Cell({required this.value, required this.range});