includeChildAccounts property

  1. @TagNumber(5)
bool includeChildAccounts

Implementation

@$pb.TagNumber(5)
$core.bool get includeChildAccounts => $_getBF(3);
  1. @TagNumber(5)
void includeChildAccounts=(bool v)

Implementation

@$pb.TagNumber(5)
set includeChildAccounts($core.bool v) { $_setBool(3, v); }