oneRequest class
Properties
-
hashCode
→ int
-
The hash code for this object.
read-onlyinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
file({required File file, String? filename})
→ MultipartFile
-
-
fileFormString({required String filestring})
→ MultipartFile
-
-
fileFromByte({required List<int> filebyte})
→ MultipartFile
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
send({Map<String, dynamic>? body, Map<String, dynamic>? queryParameters, bool formData = false, String? responsetype = 'json', required String url, required String method, int? maxRedirects = 1, String contentType = 'application/json', int timeout = 60, bool innderData = false})
→ Future<Either<dynamic, CustomExceptionHandlers>>
-
-
toString()
→ String
-
A string representation of this object.
inherited