photoSource property
Implementation
@override
PhotoSource get photoSource {
_$photoSourceAtom.reportRead();
return super.photoSource;
}
Implementation
@override
set photoSource(PhotoSource value) {
_$photoSourceAtom.reportWrite(value, super.photoSource, () {
super.photoSource = value;
});
}