MRestEngine class

Constructors

MRestEngine({required MRestService config})

Properties

config MRestService
final
dio → Dio
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete() Future
get() Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post() Future
put() Future
toString() String
A string representation of this object.
inherited
upload<T>({required MContext context, required String path, required String filePath, String authorization = ""}) Future<Response<T>>

Operators

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