ownedNames property

Iterable<String> ownedNames

Gets the names owned by this connection.

Implementation

Iterable<String> get ownedNames => _ownedNames.map((name) => name.value);