UploadRecivedModel class

Constructors

UploadRecivedModel({String fieldname = '', String originalname = '', String encoding = '', String mimetype = '', String destination = '', String filename = '', String path = '', String size = ''})
UploadRecivedModel.fromJson(Map<String, dynamic> json)
factory

Properties

destination String
final
encoding String
final
fieldname String
final
filename String
final
hashCode int
The hash code for this object.
no setterinherited
mimetype String
final
originalname String
final
path String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size String
final

Methods

copyWith({String? fieldname, String? originalname, String? encoding, String? mimetype, String? destination, String? filename, String? path, String? size}) UploadRecivedModel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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