DownloadModelResponse class

The response for downloading a model to device.

Constructors

DownloadModelResponse({String? downloadUri, String? expireTime, String? modelFormat, String? sizeBytes})
DownloadModelResponse.fromJson(Map _json)

Properties

downloadUri String?
A download URI for the model/zip file.
getter/setter pair
expireTime String?
The time that the download URI link expires.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
modelFormat String?
The format of the model being downloaded.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeBytes String?
The size of the file(s), if this information is available.
getter/setter pair

Methods

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