MapDoesNotExistError constructor

MapDoesNotExistError(
  1. Type destination,
  2. Type source
)

Creates an instance of MapDoesNotExistError.

Implementation

MapDoesNotExistError(this.destination, this.source);