photoSource property

  1. @override
PhotoSource get photoSource
inherited

Implementation

@override
PhotoSource get photoSource {
  _$photoSourceAtom.reportRead();
  return super.photoSource;
}
  1. @override
set photoSource (PhotoSource value)
inherited

Implementation

@override
set photoSource(PhotoSource value) {
  _$photoSourceAtom.reportWrite(value, super.photoSource, () {
    super.photoSource = value;
  });
}