isDeviceNotFound property
bool
get
isDeviceNotFound
Implementation
bool get isDeviceNotFound => status == 'error' && error == 'device not found';
bool get isDeviceNotFound => status == 'error' && error == 'device not found';