DatabaseTables constructor

DatabaseTables(
  1. {Map<String, Other>? woocommerce,
  2. Map<String, Other>? other}
)

Implementation

DatabaseTables({
  this.woocommerce,
  this.other,
});