Dart
dart:core
AssertionError
toString method
toString
Dart
dart:core
AssertionError
toString method
AssertionError class
Constructors
AssertionError
Properties
message
hashCode
runtimeType
stackTrace
Methods
toString
noSuchMethod
Operators
operator ==
description
toString
method
String
toString
(
)
override
Returns a string representation of this object.
Implementation
String toString() => "Assertion failed";