menu
Dart
dart:core
AssertionError
AssertionError constructor
AssertionError
brightness_4
brightness_5
description
AssertionError
constructor
AssertionError
(
[
Object
?
message
]
)
Creates an assertion error with the provided
message
.
Implementation
AssertionError([this.message]);
Dart
dart:core
AssertionError
AssertionError constructor
AssertionError class
Constructors
AssertionError
Properties
hashCode
message
runtimeType
stackTrace
Methods
noSuchMethod
toString
Operators
operator ==