isPayoutPublished property

  1. @TagNumber(30)
bool get isPayoutPublished

Implementation

@$pb.TagNumber(30)
$core.bool get isPayoutPublished => $_getBF(29);
  1. @TagNumber(30)
set isPayoutPublished (bool v)

Implementation

@$pb.TagNumber(30)
set isPayoutPublished($core.bool v) { $_setBool(29, v); }