effectiveAnnotations property

TfRef<Map<String, String>> get effectiveAnnotations

Reference to effective_annotations attribute.

Implementation

TfRef<Map<String, String>> get effectiveAnnotations =>
    TfRef.attribute<Map<String, String>>(this, 'effective_annotations');