OLD | NEW |
1 DO NOT EDIT -- this file is autogenerated --- | 1 DO NOT EDIT -- this file is autogenerated --- |
2 Tree-shaker preserved the following: | 2 Tree-shaker preserved the following: |
3 | 3 |
4 library dart:async: | 4 library dart:async: |
5 - member dart.async::_asyncThenWrapperHelper | 5 - member dart.async::_asyncThenWrapperHelper |
6 - member dart.async::_asyncErrorWrapperHelper | 6 - member dart.async::_asyncErrorWrapperHelper |
7 - member dart.async::_awaitHelper | 7 - member dart.async::_awaitHelper |
| 8 - typedef ControllerCallback |
| 9 - typedef ControllerCancelCallback |
8 - class _AsyncStarStreamController | 10 - class _AsyncStarStreamController |
9 - (default constructor) | 11 - controller |
| 12 - asyncStarBody |
| 13 - isAdding |
| 14 - onListenReceived |
| 15 - isScheduled |
| 16 - isSuspendedAtYield |
| 17 - cancellationCompleter |
| 18 - (default constructor) |
| 19 - stream |
| 20 - runBody |
| 21 - scheduleGenerator |
| 22 - add |
| 23 - addStream |
| 24 - addError |
| 25 - close |
| 26 - onListen |
| 27 - onResume |
| 28 - onCancel |
10 - class FutureOr | 29 - class FutureOr |
11 - class Future | 30 - class Future |
12 - microtask | 31 - microtask |
| 32 - then |
| 33 - catchError |
| 34 - whenComplete |
| 35 - asStream |
| 36 - timeout |
13 - class Completer | 37 - class Completer |
14 - sync | 38 - sync |
| 39 - future |
| 40 - complete |
| 41 - completeError |
| 42 - isCompleted |
15 - class Stream | 43 - class Stream |
| 44 - isBroadcast |
| 45 - asBroadcastStream |
| 46 - listen |
| 47 - where |
| 48 - map |
| 49 - asyncMap |
| 50 - asyncExpand |
| 51 - handleError |
| 52 - expand |
| 53 - pipe |
| 54 - transform |
| 55 - reduce |
| 56 - fold |
| 57 - join |
| 58 - contains |
| 59 - forEach |
| 60 - every |
| 61 - any |
| 62 - length |
| 63 - isEmpty |
| 64 - toList |
| 65 - toSet |
| 66 - drain |
| 67 - take |
| 68 - takeWhile |
| 69 - skip |
| 70 - skipWhile |
| 71 - distinct |
| 72 - first |
| 73 - last |
| 74 - single |
| 75 - firstWhere |
| 76 - lastWhere |
| 77 - singleWhere |
| 78 - elementAt |
| 79 - timeout |
| 80 - class StreamSubscription |
| 81 - cancel |
| 82 - onData |
| 83 - onError |
| 84 - onDone |
| 85 - pause |
| 86 - resume |
| 87 - isPaused |
| 88 - asFuture |
| 89 - class EventSink |
| 90 - add |
| 91 - addError |
| 92 - close |
| 93 - class StreamConsumer |
| 94 - addStream |
| 95 - close |
| 96 - class StreamSink |
| 97 - close |
| 98 - done |
| 99 - class StreamTransformer |
| 100 - bind |
16 - class StreamIterator | 101 - class StreamIterator |
| 102 - moveNext |
| 103 - current |
| 104 - cancel |
| 105 - class StreamController |
| 106 - stream |
| 107 - onListen |
| 108 - onListen |
| 109 - onPause |
| 110 - onPause |
| 111 - onResume |
| 112 - onResume |
| 113 - onCancel |
| 114 - onCancel |
| 115 - sink |
| 116 - isClosed |
| 117 - isPaused |
| 118 - hasListener |
| 119 - add |
| 120 - addError |
| 121 - close |
| 122 - addStream |
17 - class _StreamIterator | 123 - class _StreamIterator |
18 - (default constructor) | 124 - (default constructor) |
| 125 - current |
| 126 - moveNext |
| 127 - cancel |
19 | 128 |
20 library dart:collection: | 129 library dart:collection: |
21 - class IterableBase | 130 - class IterableBase |
22 | 131 |
23 library dart:_internal: | 132 library dart:_internal: |
24 - class ExternalName | 133 - class ExternalName |
| 134 - name |
25 - (default constructor) | 135 - (default constructor) |
26 - class EfficientLengthIterable | 136 - class EfficientLengthIterable |
| 137 - length |
27 - class Symbol | 138 - class Symbol |
| 139 - == |
| 140 - hashCode |
| 141 - toString |
| 142 |
| 143 library dart:math: |
| 144 - class Random |
| 145 - nextInt |
| 146 - nextDouble |
| 147 - nextBool |
28 | 148 |
29 library dart:core: | 149 library dart:core: |
30 - member print | 150 - member print |
31 - typedef _SyncGeneratorCallback | 151 - typedef _SyncGeneratorCallback |
32 - class _SyncIterable | 152 - class _SyncIterable |
33 - (default constructor) | 153 - (default constructor) |
| 154 - iterator |
34 - class _InvocationMirror | 155 - class _InvocationMirror |
35 - (default constructor) | 156 - (default constructor) |
| 157 - memberName |
| 158 - typeArguments |
| 159 - positionalArguments |
| 160 - namedArguments |
| 161 - isMethod |
| 162 - isAccessor |
| 163 - isGetter |
| 164 - isSetter |
36 - class bool | 165 - class bool |
| 166 - hashCode |
| 167 - toString |
37 - class Comparable | 168 - class Comparable |
| 169 - compareTo |
38 - class double | 170 - class double |
| 171 - remainder |
| 172 - + |
| 173 - - |
| 174 - * |
| 175 - % |
| 176 - / |
| 177 - ~/ |
| 178 - unary- |
| 179 - abs |
| 180 - sign |
| 181 - round |
| 182 - floor |
| 183 - ceil |
| 184 - truncate |
| 185 - roundToDouble |
| 186 - floorToDouble |
| 187 - ceilToDouble |
| 188 - truncateToDouble |
| 189 - toString |
| 190 - class Duration |
| 191 - + |
| 192 - - |
| 193 - * |
| 194 - ~/ |
| 195 - < |
| 196 - > |
| 197 - <= |
| 198 - >= |
| 199 - inDays |
| 200 - inHours |
| 201 - inMinutes |
| 202 - inSeconds |
| 203 - inMilliseconds |
| 204 - inMicroseconds |
| 205 - == |
| 206 - hashCode |
| 207 - compareTo |
| 208 - toString |
| 209 - isNegative |
| 210 - abs |
| 211 - unary- |
39 - class Function | 212 - class Function |
| 213 - hashCode |
| 214 - == |
40 - class int | 215 - class int |
| 216 - & |
| 217 - | |
| 218 - ^ |
| 219 - ~ |
| 220 - << |
| 221 - >> |
| 222 - modPow |
| 223 - modInverse |
| 224 - gcd |
| 225 - isEven |
| 226 - isOdd |
| 227 - bitLength |
| 228 - toUnsigned |
| 229 - toSigned |
| 230 - unary- |
| 231 - abs |
| 232 - sign |
| 233 - round |
| 234 - floor |
| 235 - ceil |
| 236 - truncate |
| 237 - roundToDouble |
| 238 - floorToDouble |
| 239 - ceilToDouble |
| 240 - truncateToDouble |
| 241 - toString |
| 242 - toRadixString |
41 - class Invocation | 243 - class Invocation |
| 244 - memberName |
| 245 - positionalArguments |
| 246 - namedArguments |
| 247 - isMethod |
| 248 - isGetter |
| 249 - isSetter |
| 250 - isAccessor |
42 - class Iterable | 251 - class Iterable |
| 252 - iterator |
| 253 - map |
| 254 - where |
| 255 - expand |
| 256 - contains |
| 257 - forEach |
| 258 - reduce |
| 259 - fold |
| 260 - every |
| 261 - join |
| 262 - any |
| 263 - toList |
| 264 - toSet |
| 265 - length |
| 266 - isEmpty |
| 267 - isNotEmpty |
| 268 - take |
| 269 - takeWhile |
| 270 - skip |
| 271 - skipWhile |
| 272 - first |
| 273 - last |
| 274 - single |
| 275 - firstWhere |
| 276 - lastWhere |
| 277 - singleWhere |
| 278 - elementAt |
| 279 - toString |
| 280 - class BidirectionalIterator |
| 281 - movePrevious |
43 - class Iterator | 282 - class Iterator |
| 283 - moveNext |
| 284 - current |
44 - class List | 285 - class List |
45 - from | 286 - from |
| 287 - [] |
| 288 - []= |
| 289 - length |
| 290 - length |
| 291 - add |
| 292 - addAll |
| 293 - reversed |
| 294 - sort |
| 295 - shuffle |
| 296 - indexOf |
| 297 - lastIndexOf |
| 298 - clear |
| 299 - insert |
| 300 - insertAll |
| 301 - setAll |
| 302 - remove |
| 303 - removeAt |
| 304 - removeLast |
| 305 - removeWhere |
| 306 - retainWhere |
| 307 - sublist |
| 308 - getRange |
| 309 - setRange |
| 310 - removeRange |
| 311 - fillRange |
| 312 - replaceRange |
| 313 - asMap |
46 - class Map | 314 - class Map |
| 315 - containsValue |
| 316 - containsKey |
| 317 - [] |
| 318 - []= |
| 319 - putIfAbsent |
| 320 - addAll |
| 321 - remove |
| 322 - clear |
| 323 - forEach |
| 324 - keys |
| 325 - values |
| 326 - length |
| 327 - isEmpty |
| 328 - isNotEmpty |
47 - class Null | 329 - class Null |
| 330 - hashCode |
| 331 - toString |
48 - class num | 332 - class num |
| 333 - == |
| 334 - hashCode |
| 335 - compareTo |
| 336 - + |
| 337 - - |
| 338 - * |
| 339 - % |
| 340 - / |
| 341 - ~/ |
| 342 - unary- |
| 343 - remainder |
| 344 - < |
| 345 - <= |
| 346 - > |
| 347 - >= |
| 348 - isNaN |
| 349 - isNegative |
| 350 - isInfinite |
| 351 - isFinite |
| 352 - abs |
| 353 - sign |
| 354 - round |
| 355 - floor |
| 356 - ceil |
| 357 - truncate |
| 358 - roundToDouble |
| 359 - floorToDouble |
| 360 - ceilToDouble |
| 361 - truncateToDouble |
| 362 - clamp |
| 363 - toInt |
| 364 - toDouble |
| 365 - toStringAsFixed |
| 366 - toStringAsExponential |
| 367 - toStringAsPrecision |
| 368 - toString |
49 - class Object | 369 - class Object |
50 - dart.core::_hashCodeRnd | 370 - dart.core::_hashCodeRnd |
51 - (default constructor) | 371 - (default constructor) |
52 - == | 372 - == |
53 - hashCode | 373 - hashCode |
54 - toString | 374 - toString |
55 - noSuchMethod | 375 - noSuchMethod |
56 - runtimeType | 376 - runtimeType |
57 - dart.core::_objectHashCode | 377 - dart.core::_objectHashCode |
58 - dart.core::_identityHashCode | 378 - dart.core::_identityHashCode |
59 - dart.core::_toString | 379 - dart.core::_toString |
60 - dart.core::_noSuchMethod | 380 - dart.core::_noSuchMethod |
61 - dart.core::_haveSameRuntimeType | 381 - dart.core::_haveSameRuntimeType |
62 - dart.core::_instanceOf | 382 - dart.core::_instanceOf |
63 - dart.core::_simpleInstanceOf | 383 - dart.core::_simpleInstanceOf |
64 - dart.core::_simpleInstanceOfTrue | 384 - dart.core::_simpleInstanceOfTrue |
65 - dart.core::_simpleInstanceOfFalse | 385 - dart.core::_simpleInstanceOfFalse |
66 - dart.core::_as | 386 - dart.core::_as |
67 - dart.core::_symbolMapToStringMap | 387 - dart.core::_symbolMapToStringMap |
68 - class Pattern | 388 - class Pattern |
| 389 - allMatches |
| 390 - matchAsPrefix |
| 391 - class Match |
| 392 - start |
| 393 - end |
| 394 - group |
| 395 - [] |
| 396 - groups |
| 397 - groupCount |
| 398 - input |
| 399 - pattern |
| 400 - class Set |
| 401 - iterator |
| 402 - contains |
| 403 - add |
| 404 - addAll |
| 405 - remove |
| 406 - lookup |
| 407 - removeAll |
| 408 - retainAll |
| 409 - removeWhere |
| 410 - retainWhere |
| 411 - containsAll |
| 412 - intersection |
| 413 - union |
| 414 - difference |
| 415 - clear |
| 416 - toSet |
| 417 - class Sink |
| 418 - add |
| 419 - close |
| 420 - class StackTrace |
| 421 - toString |
69 - class String | 422 - class String |
| 423 - [] |
| 424 - codeUnitAt |
| 425 - length |
| 426 - hashCode |
| 427 - == |
| 428 - endsWith |
| 429 - startsWith |
| 430 - indexOf |
| 431 - lastIndexOf |
| 432 - isEmpty |
| 433 - isNotEmpty |
| 434 - + |
| 435 - substring |
| 436 - trim |
| 437 - trimLeft |
| 438 - trimRight |
| 439 - * |
| 440 - padLeft |
| 441 - padRight |
| 442 - contains |
| 443 - replaceFirst |
| 444 - replaceFirstMapped |
| 445 - replaceAll |
| 446 - replaceAllMapped |
| 447 - replaceRange |
| 448 - split |
| 449 - splitMapJoin |
| 450 - codeUnits |
| 451 - runes |
| 452 - toLowerCase |
| 453 - toUpperCase |
| 454 - class Runes |
| 455 - string |
| 456 - iterator |
| 457 - last |
| 458 - class RuneIterator |
| 459 - string |
| 460 - rawIndex |
| 461 - rawIndex |
| 462 - reset |
| 463 - current |
| 464 - currentSize |
| 465 - currentAsString |
| 466 - moveNext |
| 467 - movePrevious |
70 - class Symbol | 468 - class Symbol |
| 469 - hashCode |
| 470 - == |
71 - class Type | 471 - class Type |
OLD | NEW |