ReceiptTypeApiController class

Inheritance

Constructors

ReceiptTypeApiController({required Dio dio, required ReceiptTypeDbSet dbSet, Set<ReceiptTypeModel> rows = const {}, String name = "ReceiptTypes"})

Properties

dbSet ReceiptTypeDbSet
finalinherited
dio → Dio
finalinherited
fromMap ReceiptTypeModel Function(Map<String, dynamic> data)
finalinherited
hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
rows Set<ReceiptTypeModel>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(Map<String, Object> primaryKeys, {Options? options, CancelToken? cancelToken, bool caching = false}) Future<ReceiptTypeModel?>
inherited
get({Map<String, dynamic>? queryParameters, Options? options, CancelToken? cancelToken, void onReceiveProgress(int total, int finish)?, bool caching = false}) Future<List<ReceiptTypeModel>>
inherited
getById(Object id, {Options? options, CancelToken? cancelToken, void onReceiveProgress(int total, int finish)?, bool caching = false}) Future<ReceiptTypeModel?>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pathBuild([String? methodPath]) String
inherited
post(Map<String, dynamic> data, {Options? options, CancelToken? cancelToken, void onReceiveProgress(int total, int finish)?, void onSendProgress(int total, int finish)?, bool caching = false}) Future<ReceiptTypeModel?>
inherited
put(Map<String, Object> primaryKeys, Map<String, dynamic> data, {Options? options, CancelToken? cancelToken, void onReceiveProgress(int total, int finish)?, void onSendProgress(int total, int finish)?, bool caching = false}) Future<ReceiptTypeModel?>
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance ReceiptTypeApiController?
getter/setter pair