InvalidIdException constructor

const InvalidIdException([
  1. String? message
])

Creates a InvalidIdException object.

Implementation

const InvalidIdException([this.message]) : value = null;