thrown property

Builder thrown

Returns this prefixed with throw.

throw this

Implementation

Builder get thrown {
  return builder.thrown(this);
}