AxelorImpl class

Inheritance
Available Extensions

Properties

client → Dio
final
domain String?
final
hashCode int
The hash code for this object.
no setterinherited
logger ErrorLogger?
final
pageSize int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildAxelorEndPoint({required bool baseDomain, required String model, required int? id, required AxelorApiAction? action}) String
buildHeaders({required bool withAuth, required Map<String, dynamic>? headers}) → Options
handleResponse<T>(Response response, AxelorMapper<T>? mapper) AxelorResult<T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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