isLibraryLoaded property

bool get isLibraryLoaded

Is the libusb library loaded?

Implementation

bool get isLibraryLoaded => _libusb != null;