domain property Null safety
final
Creating a reactive variable called domain
that is initialized to the value test.snr/
.
Implementation
final domain = 'test.snr/'.obs;
Creating a reactive variable called domain
that is initialized to the value test.snr/
.
final domain = 'test.snr/'.obs;