logpush property

  1. @JsonKey.new(name: 'logpush', defaultValue: false)
bool logpush
getter/setter pair

Whether Logpush is turned on for the Worker.

Implementation

@JsonKey(name: 'logpush', defaultValue: false)
late bool logpush;