grantedState property

  1. @TagNumber.new(14)
GrantedProjectState get grantedState

Describes the current state of the granted project.

Implementation

@$pb.TagNumber(14)
GrantedProjectState get grantedState => $_getN(12);
  1. @TagNumber.new(14)
set grantedState (GrantedProjectState value)

Implementation

@$pb.TagNumber(14)
set grantedState(GrantedProjectState value) => $_setField(14, value);