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