getContext method

Map<String, Object> getContext()

Get context

Implementation

Map<String, Object> getContext() {
  return _context;
}