isSDKInstance property
bool
get
isSDKInstance
Whether this DataSource is backed by a real SDK instance.
Returns
- bool: True if the interface is an SDK instance, false otherwise.
Implementation
bool get isSDKInstance {
final OperationResult resultString = objectMethod(
pointerId,
'DataSourceContainer',
'isSDKInstance',
);
return resultString['result'];
}