endpoints property

Iterable<Endpoint>? endpoints

Gets the endpoints this resource is bound to.

Implementation

Iterable<Endpoint>? get endpoints => _endpoints;