exclude method

MemberBuilder exclude(
  1. bool value
)

Implementation

MemberBuilder exclude(bool value) {
  isExcluded = value;
  return this;
}