photoReference property

String? get photoReference

Implementation

String? get photoReference => _$this._photoReference;
set photoReference (String? photoReference)

Implementation

set photoReference(String? photoReference) =>
    _$this._photoReference = photoReference;