staked property Null safety
final
Creating a reactive variable called staked
that is initialized to the value 0
.
Implementation
final staked = '0'.obs;
Creating a reactive variable called staked
that is initialized to the value 0
.
final staked = '0'.obs;