s390Subchannels property

List<String> s390Subchannels

Array of S/390 subchannels for S/390 or z/Architecture devices.

Implementation

List<String> get s390Subchannels =>
    _object.getStringArrayProperty(
        _wiredDeviceInterfaceName, 'S390Subchannels') ??
    [];