done method

Namefully done()

Returns the final state of the changing name.

Implementation

Namefully done() {
  if (_done) throw _builderException(_context, 'done');
  close();
  return _context;
}