TXPlayerValue constructor
TXPlayerValue({
- TXPlayerState state = TXPlayerState.stopped,
- int degree = 0,
Implementation
TXPlayerValue({
this.state = TXPlayerState.stopped,
this.degree = 0,
});