AssertionError constructor - AssertionError - dart:core library (original) (raw)
AssertionError([
- Object? message ])
Creates an assertion error with the provided message
.
Implementation
AssertionError([this.message]);
AssertionError([
Creates an assertion error with the provided message
.
AssertionError([this.message]);