cloudIdentifier property

bool get cloudIdentifier

Set to true if cloudIdentifier value is requested.

Implementation

bool get cloudIdentifier => _wrapped.cloudIdentifier;
set cloudIdentifier (bool v)

Implementation

set cloudIdentifier(bool v) {
  _wrapped.cloudIdentifier = v;
}