TableOptional constructor

TableOptional({
  1. String? keys,
  2. String? values,
})

Implementation

TableOptional({
  super.keys,
  super.values,
});