@doc Whether to allow picking past dates.
@$pb.TagNumber(2) $core.bool get allowPast => $_getBF(1);
@$pb.TagNumber(2) set allowPast($core.bool value) => $_setBool(1, value);