stdlib/core library
Provides dart:core bridge classes and wrappers
Classes
- $bool
- dart_eval $Instance representation of a bool
-
$Comparable<
T> - Wrapper for Comparable
- $DateTime
- dart_eval $Instance wrapper of a DateTime
- $double
- dart_eval wrapper for double
- $Duration
- dart_eval bimodal wrapper for Duration
-
$Future<
T> - Wrapper for Future
- $int
- dart_eval wrapper for int
-
$Iterable<
E> - dart_eval bimodal wrapper for Iterable
-
$Iterator<
E> -
$List<
E> - dart_eval bimodal wrapper for List
-
$Map<
K, V> - dart_eval bimodal wrapper for Map
-
$MapEntry<
K, V> - dart_eval bimodal wrapper for MapEntry
- $Match
- dart_eval wrapper for Match
- $null
-
dart_eval $Value representation of
null
-
$num<
T extends num> - dart_eval wrapper for num
- $Object
- dart_eval $Instance representation of an Object
- $Pattern
- dart_eval wrapper for Pattern
- $Pattern$bridge
- $RegExp
- dart_eval wrapper for RegExp
- $RegExpMatch
- $StackTrace
- dart_eval bimodal wrapper for StackTrace
- $String
- dart_eval $Instance representation of a String
- $StringBuffer
- dart_eval wrapper for StringBuffer
- $Uri
- dart_eval wrapper for Uri
Constants
- $dynamicCls → const BridgeClassDef
- $neverCls → const BridgeClassDef
- $voidCls → const BridgeClassDef
Exceptions / Errors
- $ArgumentError
- dart_eval wrapper for ArgumentError
- $AssertionError
- dart_eval wrapper for AssertionError
- $Error
- dart_eval bimodal wrapper for Error
- $Exception
- dart_eval wrapper for Exception
- $FormatException
- dart_eval wrapper for FormatException
- $RangeError
- dart_eval wrapper for RangeError
- $StateError
- dart_eval wrapper for StateError
- $UnimplementedError
- dart_eval bimodal wrapper for UnimplementedError
- $UnsupportedError
- dart_eval bimodal wrapper for UnsupportedError