@override String get photoPath { _$photoPathAtom.reportRead(); return super.photoPath; }
@override set photoPath(String value) { _$photoPathAtom.reportWrite(value, super.photoPath, () { super.photoPath = value; }); }