LaravelCreateRestApi constructor

LaravelCreateRestApi(
  1. {String path,
  2. String tableName,
  3. LaravelTableCreate table,
  4. LaravelModel model,
  5. LaravelTableController controller}
)

Implementation

LaravelCreateRestApi(
    {this.path, this.tableName, this.table, this.model, this.controller});