photoPath property

  1. @override
String get photoPath
inherited

Implementation

@override
String get photoPath {
  _$photoPathAtom.reportRead();
  return super.photoPath;
}
  1. @override
set photoPath (String value)
inherited

Implementation

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