UnknownARMODIDError constructor

UnknownARMODIDError(
  1. int id, [
  2. Object? message
])

Creates an assertion error with the provided id and optional message.

Implementation

UnknownARMODIDError(this.id, [this.message]);