sublayerId property
Non-negative integer id number of the AnnotationSublayer within its AnnotationLayer.
Implementation
int get sublayerId {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_AnnotationSublayer_getSublayerId(
_handle,
errorHandler,
);
});
}