isExternal property
bool
get
isExternal
Whether this microphone is an external device.
Implementation
bool get isExternal => type.isExternal;
Whether this microphone is an external device.
bool get isExternal => type.isExternal;