startArguments property

ValueNotifier<MobileScannerArguments?> startArguments
final

A notifier that provides several arguments about the MobileScanner

Implementation

final ValueNotifier<MobileScannerArguments?> startArguments =
    ValueNotifier(null);