isDepositsPublished property

  1. @TagNumber(25)
bool get isDepositsPublished

Implementation

@$pb.TagNumber(25)
$core.bool get isDepositsPublished => $_getBF(24);
  1. @TagNumber(25)
set isDepositsPublished (bool v)

Implementation

@$pb.TagNumber(25)
set isDepositsPublished($core.bool v) { $_setBool(24, v); }