notifier top-level property

ValueNotifier<LaunchInfo> notifier
getter/setter pair

Implementation

ValueNotifier<LaunchInfo> notifier = ValueNotifier(LaunchInfo(0, '', ''));