SQLMasterModel constructor

SQLMasterModel({
  1. String? name,
  2. int? rootPage,
  3. String? sql,
  4. String? tableName,
  5. String? type,
})

Implementation

SQLMasterModel({
  this.name,
  this.rootPage,
  this.sql,
  this.tableName,
  this.type,
});