advanced property
List<MediaTrackConstraintSet> ?
get
advanced
Implementation
_i2.List<_i3.MediaTrackConstraintSet>? get advanced => ((_i4.getProperty(
this,
'advanced',
)) as _i2.List?)
?.cast();
set
advanced
(List<MediaTrackConstraintSet> ? value)
Implementation
set advanced(_i2.List<_i3.MediaTrackConstraintSet>? value) {
_i4.setProperty(
this,
'advanced',
value ?? _i6.undefined,
);
}