isPaymentSent property

  1. @TagNumber(28)
bool get isPaymentSent

Implementation

@$pb.TagNumber(28)
$core.bool get isPaymentSent => $_getBF(27);
  1. @TagNumber(28)
set isPaymentSent (bool v)

Implementation

@$pb.TagNumber(28)
set isPaymentSent($core.bool v) { $_setBool(27, v); }