children property

Iterable<CoapResource>? children

Gets all child resources.

Implementation

Iterable<CoapResource>? get children => _children;