synchronization property
SynchronizationType?
get
synchronization
Transfer synchronization mode (isochronous only).
Implementation
SynchronizationType? get synchronization =>
_wrapped.synchronization?.let(SynchronizationType.fromJS);
set
synchronization
(SynchronizationType? v)
Implementation
set synchronization(SynchronizationType? v) {
_wrapped.synchronization = v?.toJS;
}