firexcode
laravel
ControllerFunction
<
T
>
ControllerFunction constructor
ControllerFunction
firexcode
laravel
ControllerFunction
<
T
>
ControllerFunction constructor
ControllerFunction class
Constructors
ControllerFunction
Properties
functionCreate
hashCode
importModel
runtimeType
tableName
Methods
noSuchMethod
toString
Operators
operator ==
ControllerFunction<
T
>
constructor
ControllerFunction<
T
>
(
T
tableName
,
T
functionCreate
,
List
<
String
>
importModel
)
Implementation
ControllerFunction(this.tableName, this.functionCreate, this.importModel);