isVideoInput property
bool
get
isVideoInput
Whether this device can provide video input.
Implementation
bool get isVideoInput => kind == 'videoinput';
Whether this device can provide video input.
bool get isVideoInput => kind == 'videoinput';