playerId property

int? get playerId

The player ID (same as textureId). Null until initialized.

Implementation

int? get playerId => _playerId;