canApply property
Check if content update can be applied.
Returns
- True if content update can be applied, false otherwise.
Throws
- An exception if it fails.
Implementation
bool get canApply {
final OperationResult resultString = objectMethod(
_pointerId,
'ContentUpdater',
'canApply',
);
return resultString['result'];
}