AssertionException constructor

const AssertionException([
  1. String? message
])

Implementation

const AssertionException([this.message]);