hasEthernetLink property
bool
get
hasEthernetLink
Returns if this router has an ethernet link
Implementation
bool get hasEthernetLink => _wanEthernetLinkService != null;
Returns if this router has an ethernet link
bool get hasEthernetLink => _wanEthernetLinkService != null;