AccountApiController class

Inheritance

Constructors

AccountApiController({required Dio dio, required AccountDbSet dbSet, Set<AccountModel> rows = const {}, String name = "Accounts"})

Properties

dbSet AccountDbSet
finalinherited
dio → Dio
finalinherited
fromMap AccountModel Function(Map<String, dynamic> data)
finalinherited
hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
rows Set<AccountModel>
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<AccountModel?>
inherited
get({Map<String, dynamic>? queryParameters, Options? options, CancelToken? cancelToken, void onReceiveProgress(int total, int finish)?, bool caching = false}) Future<List<AccountModel>>
inherited
getById(Object id, {Options? options, CancelToken? cancelToken, void onReceiveProgress(int total, int finish)?, bool caching = false}) Future<AccountModel?>
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<AccountModel?>
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<AccountModel?>
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance AccountApiController?
getter/setter pair