withContext method

VisitorBuilder withContext(
  1. Map<String, Object> context
)

Implementation

VisitorBuilder withContext(Map<String, Object> context) {
  _context = context;
  return this;
}