replicaNames property

TfRef<List<String>> get replicaNames

Reference to replica_names attribute.

Implementation

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