isOnDevice property
True = this candidate runs ON DEVICE (and is exempt from the network and battery filters). False = it runs IN CLOUD. Firebase/Android vocabulary.
Implementation
@$pb.TagNumber(2)
$core.bool get isOnDevice => $_getBF(1);
Implementation
@$pb.TagNumber(2)
set isOnDevice($core.bool value) => $_setBool(1, value);