isOnDevice property

  1. @TagNumber.new(2)
bool get isOnDevice

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);
  1. @TagNumber.new(2)
set isOnDevice (bool value)

Implementation

@$pb.TagNumber(2)
set isOnDevice($core.bool value) => $_setBool(1, value);