id property

ValueNotifier<int?> id
final

The id of the player. It should be unique and never change again after the player is initialized, or null otherwise.

Implementation

final id = ValueNotifier<int?>(null);