done property
If the value is false, it means the operation is still in progress.
If true, the operation is completed, and either error or response is
available.
Implementation
final bool? done;
If the value is false, it means the operation is still in progress.
If true, the operation is completed, and either error or response is
available.
final bool? done;