checkPhotoEmbedding property

bool? checkPhotoEmbedding

Implementation

bool? get checkPhotoEmbedding => _checkPhotoEmbedding;
void checkPhotoEmbedding=(bool? val)

Implementation

set checkPhotoEmbedding(bool? val) {
  _checkPhotoEmbedding = val;
  _set({"checkPhotoEmbedding": val});
}