table property

MTable get table

Implementation

MTable get table => MTable(
      name: tableName,
      fields: [],
    );