RepositoryCRUD class abstract

Constructors

RepositoryCRUD()

Properties

api String
no setter
credentials Future<String>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

datatables(Map<String, String> params) Future<Response>
delete(int id, {Map<String, String>? params}) Future<Response>
index(Map<String, String> params) Future<Response>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
select(Map<String, String> params) Future<Response>
show(int id, {Map<String, String>? params}) Future<Response>
store(Map<String, String> datas, {List<MultipartFile>? files}) Future<Response>
toString() String
A string representation of this object.
inherited
update(int id, Map<String, String> datas, {List<MultipartFile>? files}) Future<Response>

Operators

operator ==(Object other) bool
The equality operator.
inherited