RemoteFile constructor
RemoteFile({})
Implementation
RemoteFile({
super.extra,
super.client_id,
this.id,
this.unique_id,
this.is_uploading_active,
this.is_uploading_completed,
this.uploaded_size,
});
RemoteFile({
super.extra,
super.client_id,
this.id,
this.unique_id,
this.is_uploading_active,
this.is_uploading_completed,
this.uploaded_size,
});