set method
Sets a given value for this atom
Implementation
@override
void set(T value) {
if (_disposed) return;
this.value = value;
}
Sets a given value for this atom
@override
void set(T value) {
if (_disposed) return;
this.value = value;
}