resources property

TfRef<List<String>> get resources

Reference to resources attribute.

Implementation

TfRef<List<String>> get resources =>
    TfRef.attribute<List<String>>(this, 'resources');