disableTripleClick property
Disables the triple-press of user button to enable or disable GPS
Implementation
@$pb.TagNumber(10)
$core.bool get disableTripleClick => $_getBF(8);
Implementation
@$pb.TagNumber(10)
set disableTripleClick($core.bool value) => $_setBool(8, value);