isImagePreviewAvailable property
Whether a preview image for this content item is available on the client.
Returns
truewhen a preview image exists locally, otherwisefalse.
Implementation
bool get isImagePreviewAvailable {
final OperationResult resultString = objectMethod(
pointerId,
'ContentStoreItem',
'isImagePreviewAvailable',
);
return resultString['result'];
}