withBrief method

AccountBuilder withBrief(
  1. String brief
)

Implementation

AccountBuilder withBrief(String brief) {
  _brief = brief;
  return this;
}