isEmulated property
bool
get
isEmulated
Emulated by the backend if true.
Implementation
bool get isEmulated => _wrapped.isEmulated;
set
isEmulated
(bool v)
Implementation
set isEmulated(bool v) {
_wrapped.isEmulated = v;
}