LaravelCreateRestApi class
Constructors
- LaravelCreateRestApi({String path, String tableName, LaravelTableCreate table, LaravelModel model, LaravelTableController controller})
Properties
- controller → LaravelTableController
-
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- model → LaravelModel
-
final
- path → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- table → LaravelTableCreate
-
final
- tableName → String
-
final
Methods
-
create(
) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited