currentGrants property

  1. @TagNumber(1)
CallGrants currentGrants

Implementation

@$pb.TagNumber(1)
$0.CallGrants get currentGrants => $_getN(0);
  1. @TagNumber(1)
void currentGrants=(CallGrants v)

Implementation

@$pb.TagNumber(1)
set currentGrants($0.CallGrants v) { setField(1, v); }