getConstraints property
MediaTrackConstraints Function()
get
getConstraints
Implementation
_i3.MediaTrackConstraints Function() get getConstraints =>
() => _i4.callMethod(
_i4.getProperty(
this,
'getConstraints',
),
r'call',
[this],
);
set
getConstraints
(MediaTrackConstraints value())
Implementation
set getConstraints(_i3.MediaTrackConstraints Function() value) {
_i4.setProperty(
this,
'getConstraints',
_i4.allowInterop(value),
);
}