allowPast property

  1. @TagNumber(2)
bool get allowPast

@doc Whether to allow picking past dates.

Implementation

@$pb.TagNumber(2)
$core.bool get allowPast => $_getBF(1);
  1. @TagNumber(2)
set allowPast (bool value)

Implementation

@$pb.TagNumber(2)
set allowPast($core.bool value) => $_setBool(1, value);