MeasureUnitApiController class

Inheritance

Constructors

MeasureUnitApiController({required Dio dio, required MeasureUnitDbSet dbSet, Set<MeasureUnitModel> rows = const {}, String name = "MeasureUnits"})

Properties

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

Operators

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

Static Properties

instance MeasureUnitApiController?
getter/setter pair