facingMode property
dynamic
get
facingMode
Implementation
dynamic get facingMode => js_util.getProperty(this, 'facingMode');
set
facingMode
(dynamic newValue)
Implementation
set facingMode(dynamic newValue) {
js_util.setProperty(this, 'facingMode', newValue);
}