createContext method

MappingContext createContext()

Implementation

MappingContext createContext() {
  return MappingContext(mapper: this);
}