routeData property

List<Map<String, dynamic>> routeData

Routes. Each item will contain at least 'dest' and 'prefix'. Some routes may include 'next-hop' and 'metric'.

Implementation

List<Map<String, dynamic>> get routeData =>
    _object.getDataListProperty(_ip4ConfigInterfaceName, 'RouteData') ?? [];