requiresPrimaryDevice property
- @JsonKey(includeFromJson: false, includeToJson: false)
getter/setter pair
Determines whether the trigger needs to be evaluated on a primary device (PrimaryDeviceConfiguration). For example, this is the case when the trigger is time bound and needs to be evaluated by a task scheduler running on a primary device.
Implementation
@JsonKey(includeFromJson: false, includeToJson: false)
bool? requiresPrimaryDevice;