upload property

Rx<Completer<Attachment>?> upload
final

Completer resolving once this LocalAttachment's uploading is finished.

Implementation

final Rx<Completer<Attachment>?> upload = Rx<Completer<Attachment>?>(null);