isCompleted property
Whether the content item is fully downloaded.
Returns
truewhen the download is complete, otherwisefalse.
Implementation
bool get isCompleted {
final OperationResult resultString = objectMethod(
pointerId,
'ContentStoreItem',
'isCompleted',
);
return resultString['result'];
}