listSupported property - NetworkInterface class - dart:io library (original) (raw)

description

  1. @Deprecated("listSupported is always true.")

bool getlistSupported

Whether the list method is supported.

The list method is supported on all platforms supported by Dart so this property is always true.

Implementation

@Deprecated("listSupported is always true.")
external static bool get listSupported;