allowFuture property

  1. @TagNumber(4)
bool get allowFuture

@doc Whether to allow picking future dates.

Implementation

@$pb.TagNumber(4)
$core.bool get allowFuture => $_getBF(3);
  1. @TagNumber(4)
set allowFuture (bool value)

Implementation

@$pb.TagNumber(4)
set allowFuture($core.bool value) => $_setBool(3, value);