TableOptions constructor

TableOptions({
  1. required List<List<String>> table,
})

Implementation

TableOptions({required this.table});