UnknownMapObjectIdError constructor

UnknownMapObjectIdError(
  1. String objectType,
  2. MapsObjectId<Object> objectId, [
  3. String? context
])

Creates an assertion error with the provided message.

Implementation

UnknownMapObjectIdError(this.objectType, this.objectId, [this.context]);