effectiveNativeViewId property
String?
get
effectiveNativeViewId
Get effective native view ID (may be from rendered content)
Implementation
String? get effectiveNativeViewId {
// For component nodes, the native view ID is the ID of their rendered content
return contentViewId ?? nativeViewId;
}