UploadMetadata class

Upload Meta data

Constructors

UploadMetadata({required String url, required String token, required String authorization, required String fileId, required String cosFileId})
UploadMetadata({...})
UploadMetadata.fromMap(Map<String, dynamic> map)
UploadMetadata.fromMap({...})

Properties

authorization String
authorization
getter/setter pair
cosFileId String
cosFileId
getter/setter pair
fileId String
fileId
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
token
getter/setter pair
url String
url
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → dynamic
to json
toString() String
A string representation of this object.
override

Operators

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