IllegalArgumentException constructor

const IllegalArgumentException([
  1. String? message
])

Implementation

const IllegalArgumentException([this.message]);