acceptedLegal property
If false, the user should not be able to use the application.
Implementation
@$pb.TagNumber(1)
$core.bool get acceptedLegal => $_getBF(0);
Implementation
@$pb.TagNumber(1)
set acceptedLegal($core.bool v) { $_setBool(0, v); }