acceptedLegal property

  1. @TagNumber(1)
bool get acceptedLegal

If false, the user should not be able to use the application.

Implementation

@$pb.TagNumber(1)
$core.bool get acceptedLegal => $_getBF(0);
  1. @TagNumber(1)
set acceptedLegal (bool v)

Implementation

@$pb.TagNumber(1)
set acceptedLegal($core.bool v) { $_setBool(0, v); }