InvalidArgumentError constructor

const InvalidArgumentError(
  1. String message, {
  2. String? details,
})

Creates an InvalidArgumentError instance.

Implementation

const InvalidArgumentError(super.message, {super.details});