Dart
dart:core
UnsupportedError
UnsupportedError constructor
UnsupportedError
Dart
dart:core
UnsupportedError
UnsupportedError constructor
UnsupportedError class
Constructors
UnsupportedError
Properties
message
hashCode
runtimeType
stackTrace
Methods
toString
noSuchMethod
Operators
operator ==
description
UnsupportedError
constructor
UnsupportedError
(
String
message
)
Implementation
@pragma("vm:entry-point") UnsupportedError(this.message);