MapHasMismatch<T> constructor

MapHasMismatch<T>(
  1. T key, {
  2. CustomMismatchMessage<MapHasMismatch<T>>? customMessage,
})

Implementation

MapHasMismatch(this.key, {this.customMessage});