rejection property

  1. @TagNumber.new(10)
RejectionEventContext get rejection

Implementation

@$pb.TagNumber(10)
RejectionEventContext get rejection => $_getN(8);
  1. @TagNumber.new(10)
set rejection (RejectionEventContext v)

Implementation

@$pb.TagNumber(10)
set rejection(RejectionEventContext v) { setField(10, v); }