scope_writePhotosAlbum property

bool? get scope_writePhotosAlbum

Implementation

bool? get scope_writePhotosAlbum {
  return $$context$$["scope.writePhotosAlbum"];
}
set scope_writePhotosAlbum (bool? value)

Implementation

set scope_writePhotosAlbum(bool? value) {
  $$context$$["scope_writePhotosAlbum"] = value;
}