facingMode property

List<String>? get facingMode

Implementation

_i2.List<_i2.String>? get facingMode => ((_i4.getProperty(
      this,
      'facingMode',
    )) as _i2.List?)
        ?.cast();
set facingMode (List<String>? value)

Implementation

set facingMode(_i2.List<_i2.String>? value) {
  _i4.setProperty(
    this,
    'facingMode',
    value ?? _i6.undefined,
  );
}