client property

ValueNotifier<Client?> client
final

Implementation

final client = ValueNotifier<Client?>(null);