TableF constructor

TableF({
  1. required String name,
  2. List<Attr> attributes = const [],
})

Implementation

TableF({
  required this.name,
  this.attributes = const [],
}) {}