OLD | NEW |
1 // START_OF_CACHED_PATCHES | 1 // START_OF_CACHED_PATCHES |
2 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 2 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
3 // for details. All rights reserved. Use of this source code is governed by a | 3 // for details. All rights reserved. Use of this source code is governed by a |
4 // BSD-style license that can be found in the LICENSE file. | 4 // BSD-style license that can be found in the LICENSE file. |
5 | 5 |
6 // DO NOT EDIT GENERATED FILE. | 6 // DO NOT EDIT GENERATED FILE. |
7 | 7 |
8 library cached_patches; | 8 library cached_patches; |
9 | 9 |
10 var cached_patches = {"dart:html": ["dart:html", "dart:html_js_interop_patch.dar
t", """import 'dart:js' as js_library; | 10 var cached_patches = {"dart:html": ["dart:html", "dart:html_js_interop_patch.dar
t", """import 'dart:js' as js_library; |
11 | 11 |
12 /** | 12 /** |
13 * Placeholder object for cases where we need to determine exactly how many | 13 * Placeholder object for cases where we need to determine exactly how many |
14 * args were passed to a function. | 14 * args were passed to a function. |
15 */ | 15 */ |
16 const _UNDEFINED_JS_CONST = const Object(); | 16 const _UNDEFINED_JS_CONST = const Object(); |
17 | 17 |
| 18 patch class AbstractWorker { |
| 19 static Type get instanceRuntimeType => AbstractWorkerImpl; |
| 20 |
| 21 } |
| 22 class AbstractWorkerImpl extends AbstractWorker implements js_library.JSObjectIn
terfacesDom { |
| 23 AbstractWorkerImpl.internal_() : super.internal_(); |
| 24 get runtimeType => AbstractWorker; |
| 25 toString() => super.toString(); |
| 26 } |
| 27 patch class AnchorElement { |
| 28 static Type get instanceRuntimeType => AnchorElementImpl; |
| 29 |
| 30 } |
| 31 class AnchorElementImpl extends AnchorElement implements js_library.JSObjectInte
rfacesDom { |
| 32 AnchorElementImpl.internal_() : super.internal_(); |
| 33 get runtimeType => AnchorElement; |
| 34 toString() => super.toString(); |
| 35 } |
| 36 patch class Animation { |
| 37 static Type get instanceRuntimeType => AnimationImpl; |
| 38 |
| 39 } |
| 40 class AnimationImpl extends Animation implements js_library.JSObjectInterfacesDo
m { |
| 41 AnimationImpl.internal_() : super.internal_(); |
| 42 get runtimeType => Animation; |
| 43 toString() => super.toString(); |
| 44 } |
| 45 patch class AnimationEffectReadOnly { |
| 46 static Type get instanceRuntimeType => AnimationEffectReadOnlyImpl; |
| 47 |
| 48 } |
| 49 class AnimationEffectReadOnlyImpl extends AnimationEffectReadOnly implements js_
library.JSObjectInterfacesDom { |
| 50 AnimationEffectReadOnlyImpl.internal_() : super.internal_(); |
| 51 get runtimeType => AnimationEffectReadOnly; |
| 52 toString() => super.toString(); |
| 53 } |
| 54 patch class AnimationEffectTiming { |
| 55 static Type get instanceRuntimeType => AnimationEffectTimingImpl; |
| 56 |
| 57 } |
| 58 class AnimationEffectTimingImpl extends AnimationEffectTiming implements js_libr
ary.JSObjectInterfacesDom { |
| 59 AnimationEffectTimingImpl.internal_() : super.internal_(); |
| 60 get runtimeType => AnimationEffectTiming; |
| 61 toString() => super.toString(); |
| 62 } |
| 63 patch class AnimationEvent { |
| 64 static Type get instanceRuntimeType => AnimationEventImpl; |
| 65 |
| 66 } |
| 67 class AnimationEventImpl extends AnimationEvent implements js_library.JSObjectIn
terfacesDom { |
| 68 AnimationEventImpl.internal_() : super.internal_(); |
| 69 get runtimeType => AnimationEvent; |
| 70 toString() => super.toString(); |
| 71 } |
| 72 patch class AnimationPlayerEvent { |
| 73 static Type get instanceRuntimeType => AnimationPlayerEventImpl; |
| 74 |
| 75 } |
| 76 class AnimationPlayerEventImpl extends AnimationPlayerEvent implements js_librar
y.JSObjectInterfacesDom { |
| 77 AnimationPlayerEventImpl.internal_() : super.internal_(); |
| 78 get runtimeType => AnimationPlayerEvent; |
| 79 toString() => super.toString(); |
| 80 } |
| 81 patch class AnimationTimeline { |
| 82 static Type get instanceRuntimeType => AnimationTimelineImpl; |
| 83 |
| 84 } |
| 85 class AnimationTimelineImpl extends AnimationTimeline implements js_library.JSOb
jectInterfacesDom { |
| 86 AnimationTimelineImpl.internal_() : super.internal_(); |
| 87 get runtimeType => AnimationTimeline; |
| 88 toString() => super.toString(); |
| 89 } |
| 90 patch class AppBannerPromptResult { |
| 91 static Type get instanceRuntimeType => AppBannerPromptResultImpl; |
| 92 |
| 93 } |
| 94 class AppBannerPromptResultImpl extends AppBannerPromptResult implements js_libr
ary.JSObjectInterfacesDom { |
| 95 AppBannerPromptResultImpl.internal_() : super.internal_(); |
| 96 get runtimeType => AppBannerPromptResult; |
| 97 toString() => super.toString(); |
| 98 } |
| 99 patch class ApplicationCache { |
| 100 static Type get instanceRuntimeType => ApplicationCacheImpl; |
| 101 |
| 102 } |
| 103 class ApplicationCacheImpl extends ApplicationCache implements js_library.JSObje
ctInterfacesDom { |
| 104 ApplicationCacheImpl.internal_() : super.internal_(); |
| 105 get runtimeType => ApplicationCache; |
| 106 toString() => super.toString(); |
| 107 } |
| 108 patch class ApplicationCacheErrorEvent { |
| 109 static Type get instanceRuntimeType => ApplicationCacheErrorEventImpl; |
| 110 |
| 111 } |
| 112 class ApplicationCacheErrorEventImpl extends ApplicationCacheErrorEvent implemen
ts js_library.JSObjectInterfacesDom { |
| 113 ApplicationCacheErrorEventImpl.internal_() : super.internal_(); |
| 114 get runtimeType => ApplicationCacheErrorEvent; |
| 115 toString() => super.toString(); |
| 116 } |
| 117 patch class AreaElement { |
| 118 static Type get instanceRuntimeType => AreaElementImpl; |
| 119 |
| 120 } |
| 121 class AreaElementImpl extends AreaElement implements js_library.JSObjectInterfac
esDom { |
| 122 AreaElementImpl.internal_() : super.internal_(); |
| 123 get runtimeType => AreaElement; |
| 124 toString() => super.toString(); |
| 125 } |
| 126 patch class AudioElement { |
| 127 static Type get instanceRuntimeType => AudioElementImpl; |
| 128 |
| 129 } |
| 130 class AudioElementImpl extends AudioElement implements js_library.JSObjectInterf
acesDom { |
| 131 AudioElementImpl.internal_() : super.internal_(); |
| 132 get runtimeType => AudioElement; |
| 133 toString() => super.toString(); |
| 134 } |
| 135 patch class AudioTrack { |
| 136 static Type get instanceRuntimeType => AudioTrackImpl; |
| 137 |
| 138 } |
| 139 class AudioTrackImpl extends AudioTrack implements js_library.JSObjectInterfaces
Dom { |
| 140 AudioTrackImpl.internal_() : super.internal_(); |
| 141 get runtimeType => AudioTrack; |
| 142 toString() => super.toString(); |
| 143 } |
| 144 patch class AudioTrackList { |
| 145 static Type get instanceRuntimeType => AudioTrackListImpl; |
| 146 |
| 147 } |
| 148 class AudioTrackListImpl extends AudioTrackList implements js_library.JSObjectIn
terfacesDom { |
| 149 AudioTrackListImpl.internal_() : super.internal_(); |
| 150 get runtimeType => AudioTrackList; |
| 151 toString() => super.toString(); |
| 152 } |
| 153 patch class AutocompleteErrorEvent { |
| 154 static Type get instanceRuntimeType => AutocompleteErrorEventImpl; |
| 155 |
| 156 } |
| 157 class AutocompleteErrorEventImpl extends AutocompleteErrorEvent implements js_li
brary.JSObjectInterfacesDom { |
| 158 AutocompleteErrorEventImpl.internal_() : super.internal_(); |
| 159 get runtimeType => AutocompleteErrorEvent; |
| 160 toString() => super.toString(); |
| 161 } |
| 162 patch class BRElement { |
| 163 static Type get instanceRuntimeType => BRElementImpl; |
| 164 |
| 165 } |
| 166 class BRElementImpl extends BRElement implements js_library.JSObjectInterfacesDo
m { |
| 167 BRElementImpl.internal_() : super.internal_(); |
| 168 get runtimeType => BRElement; |
| 169 toString() => super.toString(); |
| 170 } |
| 171 patch class BarProp { |
| 172 static Type get instanceRuntimeType => BarPropImpl; |
| 173 |
| 174 } |
| 175 class BarPropImpl extends BarProp implements js_library.JSObjectInterfacesDom { |
| 176 BarPropImpl.internal_() : super.internal_(); |
| 177 get runtimeType => BarProp; |
| 178 toString() => super.toString(); |
| 179 } |
| 180 patch class BaseElement { |
| 181 static Type get instanceRuntimeType => BaseElementImpl; |
| 182 |
| 183 } |
| 184 class BaseElementImpl extends BaseElement implements js_library.JSObjectInterfac
esDom { |
| 185 BaseElementImpl.internal_() : super.internal_(); |
| 186 get runtimeType => BaseElement; |
| 187 toString() => super.toString(); |
| 188 } |
| 189 patch class BatteryManager { |
| 190 static Type get instanceRuntimeType => BatteryManagerImpl; |
| 191 |
| 192 } |
| 193 class BatteryManagerImpl extends BatteryManager implements js_library.JSObjectIn
terfacesDom { |
| 194 BatteryManagerImpl.internal_() : super.internal_(); |
| 195 get runtimeType => BatteryManager; |
| 196 toString() => super.toString(); |
| 197 } |
| 198 patch class BeforeInstallPromptEvent { |
| 199 static Type get instanceRuntimeType => BeforeInstallPromptEventImpl; |
| 200 |
| 201 } |
| 202 class BeforeInstallPromptEventImpl extends BeforeInstallPromptEvent implements j
s_library.JSObjectInterfacesDom { |
| 203 BeforeInstallPromptEventImpl.internal_() : super.internal_(); |
| 204 get runtimeType => BeforeInstallPromptEvent; |
| 205 toString() => super.toString(); |
| 206 } |
| 207 patch class BeforeUnloadEvent { |
| 208 static Type get instanceRuntimeType => BeforeUnloadEventImpl; |
| 209 |
| 210 } |
| 211 class BeforeUnloadEventImpl extends BeforeUnloadEvent implements js_library.JSOb
jectInterfacesDom { |
| 212 BeforeUnloadEventImpl.internal_() : super.internal_(); |
| 213 get runtimeType => BeforeUnloadEvent; |
| 214 toString() => super.toString(); |
| 215 } |
| 216 patch class Blob { |
| 217 static Type get instanceRuntimeType => BlobImpl; |
| 218 |
| 219 } |
| 220 class BlobImpl extends Blob implements js_library.JSObjectInterfacesDom { |
| 221 BlobImpl.internal_() : super.internal_(); |
| 222 get runtimeType => Blob; |
| 223 toString() => super.toString(); |
| 224 } |
| 225 patch class Bluetooth { |
| 226 static Type get instanceRuntimeType => BluetoothImpl; |
| 227 |
| 228 } |
| 229 class BluetoothImpl extends Bluetooth implements js_library.JSObjectInterfacesDo
m { |
| 230 BluetoothImpl.internal_() : super.internal_(); |
| 231 get runtimeType => Bluetooth; |
| 232 toString() => super.toString(); |
| 233 } |
| 234 patch class BluetoothDevice { |
| 235 static Type get instanceRuntimeType => BluetoothDeviceImpl; |
| 236 |
| 237 } |
| 238 class BluetoothDeviceImpl extends BluetoothDevice implements js_library.JSObject
InterfacesDom { |
| 239 BluetoothDeviceImpl.internal_() : super.internal_(); |
| 240 get runtimeType => BluetoothDevice; |
| 241 toString() => super.toString(); |
| 242 } |
| 243 patch class BluetoothGattCharacteristic { |
| 244 static Type get instanceRuntimeType => BluetoothGattCharacteristicImpl; |
| 245 |
| 246 } |
| 247 class BluetoothGattCharacteristicImpl extends BluetoothGattCharacteristic implem
ents js_library.JSObjectInterfacesDom { |
| 248 BluetoothGattCharacteristicImpl.internal_() : super.internal_(); |
| 249 get runtimeType => BluetoothGattCharacteristic; |
| 250 toString() => super.toString(); |
| 251 } |
| 252 patch class BluetoothGattRemoteServer { |
| 253 static Type get instanceRuntimeType => BluetoothGattRemoteServerImpl; |
| 254 |
| 255 } |
| 256 class BluetoothGattRemoteServerImpl extends BluetoothGattRemoteServer implements
js_library.JSObjectInterfacesDom { |
| 257 BluetoothGattRemoteServerImpl.internal_() : super.internal_(); |
| 258 get runtimeType => BluetoothGattRemoteServer; |
| 259 toString() => super.toString(); |
| 260 } |
| 261 patch class BluetoothGattService { |
| 262 static Type get instanceRuntimeType => BluetoothGattServiceImpl; |
| 263 |
| 264 } |
| 265 class BluetoothGattServiceImpl extends BluetoothGattService implements js_librar
y.JSObjectInterfacesDom { |
| 266 BluetoothGattServiceImpl.internal_() : super.internal_(); |
| 267 get runtimeType => BluetoothGattService; |
| 268 toString() => super.toString(); |
| 269 } |
| 270 patch class BluetoothUuid { |
| 271 static Type get instanceRuntimeType => BluetoothUuidImpl; |
| 272 |
| 273 } |
| 274 class BluetoothUuidImpl extends BluetoothUuid implements js_library.JSObjectInte
rfacesDom { |
| 275 BluetoothUuidImpl.internal_() : super.internal_(); |
| 276 get runtimeType => BluetoothUuid; |
| 277 toString() => super.toString(); |
| 278 } |
| 279 patch class Body { |
| 280 static Type get instanceRuntimeType => BodyImpl; |
| 281 |
| 282 } |
| 283 class BodyImpl extends Body implements js_library.JSObjectInterfacesDom { |
| 284 BodyImpl.internal_() : super.internal_(); |
| 285 get runtimeType => Body; |
| 286 toString() => super.toString(); |
| 287 } |
| 288 patch class BodyElement { |
| 289 static Type get instanceRuntimeType => BodyElementImpl; |
| 290 |
| 291 } |
| 292 class BodyElementImpl extends BodyElement implements js_library.JSObjectInterfac
esDom { |
| 293 BodyElementImpl.internal_() : super.internal_(); |
| 294 get runtimeType => BodyElement; |
| 295 toString() => super.toString(); |
| 296 } |
| 297 patch class ButtonElement { |
| 298 static Type get instanceRuntimeType => ButtonElementImpl; |
| 299 |
| 300 } |
| 301 class ButtonElementImpl extends ButtonElement implements js_library.JSObjectInte
rfacesDom { |
| 302 ButtonElementImpl.internal_() : super.internal_(); |
| 303 get runtimeType => ButtonElement; |
| 304 toString() => super.toString(); |
| 305 } |
| 306 patch class CDataSection { |
| 307 static Type get instanceRuntimeType => CDataSectionImpl; |
| 308 |
| 309 } |
| 310 class CDataSectionImpl extends CDataSection implements js_library.JSObjectInterf
acesDom { |
| 311 CDataSectionImpl.internal_() : super.internal_(); |
| 312 get runtimeType => CDataSection; |
| 313 toString() => super.toString(); |
| 314 } |
| 315 patch class CacheStorage { |
| 316 static Type get instanceRuntimeType => CacheStorageImpl; |
| 317 |
| 318 } |
| 319 class CacheStorageImpl extends CacheStorage implements js_library.JSObjectInterf
acesDom { |
| 320 CacheStorageImpl.internal_() : super.internal_(); |
| 321 get runtimeType => CacheStorage; |
| 322 toString() => super.toString(); |
| 323 } |
| 324 patch class CanvasElement { |
| 325 static Type get instanceRuntimeType => CanvasElementImpl; |
| 326 |
| 327 } |
| 328 class CanvasElementImpl extends CanvasElement implements js_library.JSObjectInte
rfacesDom { |
| 329 CanvasElementImpl.internal_() : super.internal_(); |
| 330 get runtimeType => CanvasElement; |
| 331 toString() => super.toString(); |
| 332 } |
| 333 patch class CanvasGradient { |
| 334 static Type get instanceRuntimeType => CanvasGradientImpl; |
| 335 |
| 336 } |
| 337 class CanvasGradientImpl extends CanvasGradient implements js_library.JSObjectIn
terfacesDom { |
| 338 CanvasGradientImpl.internal_() : super.internal_(); |
| 339 get runtimeType => CanvasGradient; |
| 340 toString() => super.toString(); |
| 341 } |
| 342 patch class CanvasPattern { |
| 343 static Type get instanceRuntimeType => CanvasPatternImpl; |
| 344 |
| 345 } |
| 346 class CanvasPatternImpl extends CanvasPattern implements js_library.JSObjectInte
rfacesDom { |
| 347 CanvasPatternImpl.internal_() : super.internal_(); |
| 348 get runtimeType => CanvasPattern; |
| 349 toString() => super.toString(); |
| 350 } |
| 351 patch class CanvasRenderingContext2D { |
| 352 static Type get instanceRuntimeType => CanvasRenderingContext2DImpl; |
| 353 |
| 354 } |
| 355 class CanvasRenderingContext2DImpl extends CanvasRenderingContext2D implements j
s_library.JSObjectInterfacesDom { |
| 356 CanvasRenderingContext2DImpl.internal_() : super.internal_(); |
| 357 get runtimeType => CanvasRenderingContext2D; |
| 358 toString() => super.toString(); |
| 359 } |
| 360 patch class CharacterData { |
| 361 static Type get instanceRuntimeType => CharacterDataImpl; |
| 362 |
| 363 } |
| 364 class CharacterDataImpl extends CharacterData implements js_library.JSObjectInte
rfacesDom { |
| 365 CharacterDataImpl.internal_() : super.internal_(); |
| 366 get runtimeType => CharacterData; |
| 367 toString() => super.toString(); |
| 368 } |
| 369 patch class ChildNode { |
| 370 static Type get instanceRuntimeType => ChildNodeImpl; |
| 371 |
| 372 } |
| 373 class ChildNodeImpl extends ChildNode implements js_library.JSObjectInterfacesDo
m { |
| 374 ChildNodeImpl.internal_() : super.internal_(); |
| 375 get runtimeType => ChildNode; |
| 376 toString() => super.toString(); |
| 377 } |
| 378 patch class ChromiumValuebuffer { |
| 379 static Type get instanceRuntimeType => ChromiumValuebufferImpl; |
| 380 |
| 381 } |
| 382 class ChromiumValuebufferImpl extends ChromiumValuebuffer implements js_library.
JSObjectInterfacesDom { |
| 383 ChromiumValuebufferImpl.internal_() : super.internal_(); |
| 384 get runtimeType => ChromiumValuebuffer; |
| 385 toString() => super.toString(); |
| 386 } |
| 387 patch class CircularGeofencingRegion { |
| 388 static Type get instanceRuntimeType => CircularGeofencingRegionImpl; |
| 389 |
| 390 } |
| 391 class CircularGeofencingRegionImpl extends CircularGeofencingRegion implements j
s_library.JSObjectInterfacesDom { |
| 392 CircularGeofencingRegionImpl.internal_() : super.internal_(); |
| 393 get runtimeType => CircularGeofencingRegion; |
| 394 toString() => super.toString(); |
| 395 } |
| 396 patch class Client { |
| 397 static Type get instanceRuntimeType => ClientImpl; |
| 398 |
| 399 } |
| 400 class ClientImpl extends Client implements js_library.JSObjectInterfacesDom { |
| 401 ClientImpl.internal_() : super.internal_(); |
| 402 get runtimeType => Client; |
| 403 toString() => super.toString(); |
| 404 } |
| 405 patch class Clients { |
| 406 static Type get instanceRuntimeType => ClientsImpl; |
| 407 |
| 408 } |
| 409 class ClientsImpl extends Clients implements js_library.JSObjectInterfacesDom { |
| 410 ClientsImpl.internal_() : super.internal_(); |
| 411 get runtimeType => Clients; |
| 412 toString() => super.toString(); |
| 413 } |
| 414 patch class ClipboardEvent { |
| 415 static Type get instanceRuntimeType => ClipboardEventImpl; |
| 416 |
| 417 } |
| 418 class ClipboardEventImpl extends ClipboardEvent implements js_library.JSObjectIn
terfacesDom { |
| 419 ClipboardEventImpl.internal_() : super.internal_(); |
| 420 get runtimeType => ClipboardEvent; |
| 421 toString() => super.toString(); |
| 422 } |
| 423 patch class CloseEvent { |
| 424 static Type get instanceRuntimeType => CloseEventImpl; |
| 425 |
| 426 } |
| 427 class CloseEventImpl extends CloseEvent implements js_library.JSObjectInterfaces
Dom { |
| 428 CloseEventImpl.internal_() : super.internal_(); |
| 429 get runtimeType => CloseEvent; |
| 430 toString() => super.toString(); |
| 431 } |
| 432 patch class Comment { |
| 433 static Type get instanceRuntimeType => CommentImpl; |
| 434 |
| 435 } |
| 436 class CommentImpl extends Comment implements js_library.JSObjectInterfacesDom { |
| 437 CommentImpl.internal_() : super.internal_(); |
| 438 get runtimeType => Comment; |
| 439 toString() => super.toString(); |
| 440 } |
| 441 patch class CompositionEvent { |
| 442 static Type get instanceRuntimeType => CompositionEventImpl; |
| 443 |
| 444 } |
| 445 class CompositionEventImpl extends CompositionEvent implements js_library.JSObje
ctInterfacesDom { |
| 446 CompositionEventImpl.internal_() : super.internal_(); |
| 447 get runtimeType => CompositionEvent; |
| 448 toString() => super.toString(); |
| 449 } |
| 450 patch class CompositorProxy { |
| 451 static Type get instanceRuntimeType => CompositorProxyImpl; |
| 452 |
| 453 } |
| 454 class CompositorProxyImpl extends CompositorProxy implements js_library.JSObject
InterfacesDom { |
| 455 CompositorProxyImpl.internal_() : super.internal_(); |
| 456 get runtimeType => CompositorProxy; |
| 457 toString() => super.toString(); |
| 458 } |
| 459 patch class CompositorWorker { |
| 460 static Type get instanceRuntimeType => CompositorWorkerImpl; |
| 461 |
| 462 } |
| 463 class CompositorWorkerImpl extends CompositorWorker implements js_library.JSObje
ctInterfacesDom { |
| 464 CompositorWorkerImpl.internal_() : super.internal_(); |
| 465 get runtimeType => CompositorWorker; |
| 466 toString() => super.toString(); |
| 467 } |
| 468 patch class CompositorWorkerGlobalScope { |
| 469 static Type get instanceRuntimeType => CompositorWorkerGlobalScopeImpl; |
| 470 |
| 471 } |
| 472 class CompositorWorkerGlobalScopeImpl extends CompositorWorkerGlobalScope implem
ents js_library.JSObjectInterfacesDom { |
| 473 CompositorWorkerGlobalScopeImpl.internal_() : super.internal_(); |
| 474 get runtimeType => CompositorWorkerGlobalScope; |
| 475 toString() => super.toString(); |
| 476 } |
| 477 patch class Console { |
| 478 static Type get instanceRuntimeType => ConsoleImpl; |
| 479 |
| 480 } |
| 481 class ConsoleImpl extends Console implements js_library.JSObjectInterfacesDom { |
| 482 ConsoleImpl.internal_() : super.internal_(); |
| 483 get runtimeType => Console; |
| 484 toString() => super.toString(); |
| 485 } |
| 486 patch class ConsoleBase { |
| 487 static Type get instanceRuntimeType => ConsoleBaseImpl; |
| 488 |
| 489 } |
| 490 class ConsoleBaseImpl extends ConsoleBase implements js_library.JSObjectInterfac
esDom { |
| 491 ConsoleBaseImpl.internal_() : super.internal_(); |
| 492 get runtimeType => ConsoleBase; |
| 493 toString() => super.toString(); |
| 494 } |
| 495 patch class ContentElement { |
| 496 static Type get instanceRuntimeType => ContentElementImpl; |
| 497 |
| 498 } |
| 499 class ContentElementImpl extends ContentElement implements js_library.JSObjectIn
terfacesDom { |
| 500 ContentElementImpl.internal_() : super.internal_(); |
| 501 get runtimeType => ContentElement; |
| 502 toString() => super.toString(); |
| 503 } |
| 504 patch class Coordinates { |
| 505 static Type get instanceRuntimeType => CoordinatesImpl; |
| 506 |
| 507 } |
| 508 class CoordinatesImpl extends Coordinates implements js_library.JSObjectInterfac
esDom { |
| 509 CoordinatesImpl.internal_() : super.internal_(); |
| 510 get runtimeType => Coordinates; |
| 511 toString() => super.toString(); |
| 512 } |
| 513 patch class Credential { |
| 514 static Type get instanceRuntimeType => CredentialImpl; |
| 515 |
| 516 } |
| 517 class CredentialImpl extends Credential implements js_library.JSObjectInterfaces
Dom { |
| 518 CredentialImpl.internal_() : super.internal_(); |
| 519 get runtimeType => Credential; |
| 520 toString() => super.toString(); |
| 521 } |
| 522 patch class CredentialsContainer { |
| 523 static Type get instanceRuntimeType => CredentialsContainerImpl; |
| 524 |
| 525 } |
| 526 class CredentialsContainerImpl extends CredentialsContainer implements js_librar
y.JSObjectInterfacesDom { |
| 527 CredentialsContainerImpl.internal_() : super.internal_(); |
| 528 get runtimeType => CredentialsContainer; |
| 529 toString() => super.toString(); |
| 530 } |
| 531 patch class CrossOriginConnectEvent { |
| 532 static Type get instanceRuntimeType => CrossOriginConnectEventImpl; |
| 533 |
| 534 } |
| 535 class CrossOriginConnectEventImpl extends CrossOriginConnectEvent implements js_
library.JSObjectInterfacesDom { |
| 536 CrossOriginConnectEventImpl.internal_() : super.internal_(); |
| 537 get runtimeType => CrossOriginConnectEvent; |
| 538 toString() => super.toString(); |
| 539 } |
| 540 patch class CrossOriginServiceWorkerClient { |
| 541 static Type get instanceRuntimeType => CrossOriginServiceWorkerClientImpl; |
| 542 |
| 543 } |
| 544 class CrossOriginServiceWorkerClientImpl extends CrossOriginServiceWorkerClient
implements js_library.JSObjectInterfacesDom { |
| 545 CrossOriginServiceWorkerClientImpl.internal_() : super.internal_(); |
| 546 get runtimeType => CrossOriginServiceWorkerClient; |
| 547 toString() => super.toString(); |
| 548 } |
| 549 patch class Crypto { |
| 550 static Type get instanceRuntimeType => CryptoImpl; |
| 551 |
| 552 } |
| 553 class CryptoImpl extends Crypto implements js_library.JSObjectInterfacesDom { |
| 554 CryptoImpl.internal_() : super.internal_(); |
| 555 get runtimeType => Crypto; |
| 556 toString() => super.toString(); |
| 557 } |
| 558 patch class CryptoKey { |
| 559 static Type get instanceRuntimeType => CryptoKeyImpl; |
| 560 |
| 561 } |
| 562 class CryptoKeyImpl extends CryptoKey implements js_library.JSObjectInterfacesDo
m { |
| 563 CryptoKeyImpl.internal_() : super.internal_(); |
| 564 get runtimeType => CryptoKey; |
| 565 toString() => super.toString(); |
| 566 } |
| 567 patch class Css { |
| 568 static Type get instanceRuntimeType => CssImpl; |
| 569 |
| 570 } |
| 571 class CssImpl extends Css implements js_library.JSObjectInterfacesDom { |
| 572 CssImpl.internal_() : super.internal_(); |
| 573 get runtimeType => Css; |
| 574 toString() => super.toString(); |
| 575 } |
| 576 patch class CssCharsetRule { |
| 577 static Type get instanceRuntimeType => CssCharsetRuleImpl; |
| 578 |
| 579 } |
| 580 class CssCharsetRuleImpl extends CssCharsetRule implements js_library.JSObjectIn
terfacesDom { |
| 581 CssCharsetRuleImpl.internal_() : super.internal_(); |
| 582 get runtimeType => CssCharsetRule; |
| 583 toString() => super.toString(); |
| 584 } |
| 585 patch class CssFontFaceRule { |
| 586 static Type get instanceRuntimeType => CssFontFaceRuleImpl; |
| 587 |
| 588 } |
| 589 class CssFontFaceRuleImpl extends CssFontFaceRule implements js_library.JSObject
InterfacesDom { |
| 590 CssFontFaceRuleImpl.internal_() : super.internal_(); |
| 591 get runtimeType => CssFontFaceRule; |
| 592 toString() => super.toString(); |
| 593 } |
| 594 patch class CssGroupingRule { |
| 595 static Type get instanceRuntimeType => CssGroupingRuleImpl; |
| 596 |
| 597 } |
| 598 class CssGroupingRuleImpl extends CssGroupingRule implements js_library.JSObject
InterfacesDom { |
| 599 CssGroupingRuleImpl.internal_() : super.internal_(); |
| 600 get runtimeType => CssGroupingRule; |
| 601 toString() => super.toString(); |
| 602 } |
| 603 patch class CssImportRule { |
| 604 static Type get instanceRuntimeType => CssImportRuleImpl; |
| 605 |
| 606 } |
| 607 class CssImportRuleImpl extends CssImportRule implements js_library.JSObjectInte
rfacesDom { |
| 608 CssImportRuleImpl.internal_() : super.internal_(); |
| 609 get runtimeType => CssImportRule; |
| 610 toString() => super.toString(); |
| 611 } |
| 612 patch class CssKeyframeRule { |
| 613 static Type get instanceRuntimeType => CssKeyframeRuleImpl; |
| 614 |
| 615 } |
| 616 class CssKeyframeRuleImpl extends CssKeyframeRule implements js_library.JSObject
InterfacesDom { |
| 617 CssKeyframeRuleImpl.internal_() : super.internal_(); |
| 618 get runtimeType => CssKeyframeRule; |
| 619 toString() => super.toString(); |
| 620 } |
| 621 patch class CssKeyframesRule { |
| 622 static Type get instanceRuntimeType => CssKeyframesRuleImpl; |
| 623 |
| 624 } |
| 625 class CssKeyframesRuleImpl extends CssKeyframesRule implements js_library.JSObje
ctInterfacesDom { |
| 626 CssKeyframesRuleImpl.internal_() : super.internal_(); |
| 627 get runtimeType => CssKeyframesRule; |
| 628 toString() => super.toString(); |
| 629 } |
| 630 patch class CssMediaRule { |
| 631 static Type get instanceRuntimeType => CssMediaRuleImpl; |
| 632 |
| 633 } |
| 634 class CssMediaRuleImpl extends CssMediaRule implements js_library.JSObjectInterf
acesDom { |
| 635 CssMediaRuleImpl.internal_() : super.internal_(); |
| 636 get runtimeType => CssMediaRule; |
| 637 toString() => super.toString(); |
| 638 } |
| 639 patch class CssPageRule { |
| 640 static Type get instanceRuntimeType => CssPageRuleImpl; |
| 641 |
| 642 } |
| 643 class CssPageRuleImpl extends CssPageRule implements js_library.JSObjectInterfac
esDom { |
| 644 CssPageRuleImpl.internal_() : super.internal_(); |
| 645 get runtimeType => CssPageRule; |
| 646 toString() => super.toString(); |
| 647 } |
| 648 patch class CssRule { |
| 649 static Type get instanceRuntimeType => CssRuleImpl; |
| 650 |
| 651 } |
| 652 class CssRuleImpl extends CssRule implements js_library.JSObjectInterfacesDom { |
| 653 CssRuleImpl.internal_() : super.internal_(); |
| 654 get runtimeType => CssRule; |
| 655 toString() => super.toString(); |
| 656 } |
| 657 patch class CssStyleDeclaration { |
| 658 static Type get instanceRuntimeType => CssStyleDeclarationImpl; |
| 659 |
| 660 } |
| 661 class CssStyleDeclarationImpl extends CssStyleDeclaration implements js_library.
JSObjectInterfacesDom { |
| 662 CssStyleDeclarationImpl.internal_() : super.internal_(); |
| 663 get runtimeType => CssStyleDeclaration; |
| 664 toString() => super.toString(); |
| 665 } |
| 666 patch class CssStyleRule { |
| 667 static Type get instanceRuntimeType => CssStyleRuleImpl; |
| 668 |
| 669 } |
| 670 class CssStyleRuleImpl extends CssStyleRule implements js_library.JSObjectInterf
acesDom { |
| 671 CssStyleRuleImpl.internal_() : super.internal_(); |
| 672 get runtimeType => CssStyleRule; |
| 673 toString() => super.toString(); |
| 674 } |
| 675 patch class CssStyleSheet { |
| 676 static Type get instanceRuntimeType => CssStyleSheetImpl; |
| 677 |
| 678 } |
| 679 class CssStyleSheetImpl extends CssStyleSheet implements js_library.JSObjectInte
rfacesDom { |
| 680 CssStyleSheetImpl.internal_() : super.internal_(); |
| 681 get runtimeType => CssStyleSheet; |
| 682 toString() => super.toString(); |
| 683 } |
| 684 patch class CssSupportsRule { |
| 685 static Type get instanceRuntimeType => CssSupportsRuleImpl; |
| 686 |
| 687 } |
| 688 class CssSupportsRuleImpl extends CssSupportsRule implements js_library.JSObject
InterfacesDom { |
| 689 CssSupportsRuleImpl.internal_() : super.internal_(); |
| 690 get runtimeType => CssSupportsRule; |
| 691 toString() => super.toString(); |
| 692 } |
| 693 patch class CssViewportRule { |
| 694 static Type get instanceRuntimeType => CssViewportRuleImpl; |
| 695 |
| 696 } |
| 697 class CssViewportRuleImpl extends CssViewportRule implements js_library.JSObject
InterfacesDom { |
| 698 CssViewportRuleImpl.internal_() : super.internal_(); |
| 699 get runtimeType => CssViewportRule; |
| 700 toString() => super.toString(); |
| 701 } |
| 702 patch class CustomEvent { |
| 703 static Type get instanceRuntimeType => CustomEventImpl; |
| 704 |
| 705 } |
| 706 class CustomEventImpl extends CustomEvent implements js_library.JSObjectInterfac
esDom { |
| 707 CustomEventImpl.internal_() : super.internal_(); |
| 708 get runtimeType => CustomEvent; |
| 709 toString() => super.toString(); |
| 710 } |
| 711 patch class DListElement { |
| 712 static Type get instanceRuntimeType => DListElementImpl; |
| 713 |
| 714 } |
| 715 class DListElementImpl extends DListElement implements js_library.JSObjectInterf
acesDom { |
| 716 DListElementImpl.internal_() : super.internal_(); |
| 717 get runtimeType => DListElement; |
| 718 toString() => super.toString(); |
| 719 } |
| 720 patch class DataListElement { |
| 721 static Type get instanceRuntimeType => DataListElementImpl; |
| 722 |
| 723 } |
| 724 class DataListElementImpl extends DataListElement implements js_library.JSObject
InterfacesDom { |
| 725 DataListElementImpl.internal_() : super.internal_(); |
| 726 get runtimeType => DataListElement; |
| 727 toString() => super.toString(); |
| 728 } |
| 729 patch class DataTransfer { |
| 730 static Type get instanceRuntimeType => DataTransferImpl; |
| 731 |
| 732 } |
| 733 class DataTransferImpl extends DataTransfer implements js_library.JSObjectInterf
acesDom { |
| 734 DataTransferImpl.internal_() : super.internal_(); |
| 735 get runtimeType => DataTransfer; |
| 736 toString() => super.toString(); |
| 737 } |
| 738 patch class DataTransferItem { |
| 739 static Type get instanceRuntimeType => DataTransferItemImpl; |
| 740 |
| 741 } |
| 742 class DataTransferItemImpl extends DataTransferItem implements js_library.JSObje
ctInterfacesDom { |
| 743 DataTransferItemImpl.internal_() : super.internal_(); |
| 744 get runtimeType => DataTransferItem; |
| 745 toString() => super.toString(); |
| 746 } |
| 747 patch class DataTransferItemList { |
| 748 static Type get instanceRuntimeType => DataTransferItemListImpl; |
| 749 |
| 750 } |
| 751 class DataTransferItemListImpl extends DataTransferItemList implements js_librar
y.JSObjectInterfacesDom { |
| 752 DataTransferItemListImpl.internal_() : super.internal_(); |
| 753 get runtimeType => DataTransferItemList; |
| 754 toString() => super.toString(); |
| 755 } |
| 756 patch class DedicatedWorkerGlobalScope { |
| 757 static Type get instanceRuntimeType => DedicatedWorkerGlobalScopeImpl; |
| 758 |
| 759 } |
| 760 class DedicatedWorkerGlobalScopeImpl extends DedicatedWorkerGlobalScope implemen
ts js_library.JSObjectInterfacesDom { |
| 761 DedicatedWorkerGlobalScopeImpl.internal_() : super.internal_(); |
| 762 get runtimeType => DedicatedWorkerGlobalScope; |
| 763 toString() => super.toString(); |
| 764 } |
| 765 patch class DefaultSessionStartEvent { |
| 766 static Type get instanceRuntimeType => DefaultSessionStartEventImpl; |
| 767 |
| 768 } |
| 769 class DefaultSessionStartEventImpl extends DefaultSessionStartEvent implements j
s_library.JSObjectInterfacesDom { |
| 770 DefaultSessionStartEventImpl.internal_() : super.internal_(); |
| 771 get runtimeType => DefaultSessionStartEvent; |
| 772 toString() => super.toString(); |
| 773 } |
| 774 patch class DeprecatedStorageInfo { |
| 775 static Type get instanceRuntimeType => DeprecatedStorageInfoImpl; |
| 776 |
| 777 } |
| 778 class DeprecatedStorageInfoImpl extends DeprecatedStorageInfo implements js_libr
ary.JSObjectInterfacesDom { |
| 779 DeprecatedStorageInfoImpl.internal_() : super.internal_(); |
| 780 get runtimeType => DeprecatedStorageInfo; |
| 781 toString() => super.toString(); |
| 782 } |
| 783 patch class DeprecatedStorageQuota { |
| 784 static Type get instanceRuntimeType => DeprecatedStorageQuotaImpl; |
| 785 |
| 786 } |
| 787 class DeprecatedStorageQuotaImpl extends DeprecatedStorageQuota implements js_li
brary.JSObjectInterfacesDom { |
| 788 DeprecatedStorageQuotaImpl.internal_() : super.internal_(); |
| 789 get runtimeType => DeprecatedStorageQuota; |
| 790 toString() => super.toString(); |
| 791 } |
| 792 patch class DetailsElement { |
| 793 static Type get instanceRuntimeType => DetailsElementImpl; |
| 794 |
| 795 } |
| 796 class DetailsElementImpl extends DetailsElement implements js_library.JSObjectIn
terfacesDom { |
| 797 DetailsElementImpl.internal_() : super.internal_(); |
| 798 get runtimeType => DetailsElement; |
| 799 toString() => super.toString(); |
| 800 } |
| 801 patch class DeviceAcceleration { |
| 802 static Type get instanceRuntimeType => DeviceAccelerationImpl; |
| 803 |
| 804 } |
| 805 class DeviceAccelerationImpl extends DeviceAcceleration implements js_library.JS
ObjectInterfacesDom { |
| 806 DeviceAccelerationImpl.internal_() : super.internal_(); |
| 807 get runtimeType => DeviceAcceleration; |
| 808 toString() => super.toString(); |
| 809 } |
| 810 patch class DeviceLightEvent { |
| 811 static Type get instanceRuntimeType => DeviceLightEventImpl; |
| 812 |
| 813 } |
| 814 class DeviceLightEventImpl extends DeviceLightEvent implements js_library.JSObje
ctInterfacesDom { |
| 815 DeviceLightEventImpl.internal_() : super.internal_(); |
| 816 get runtimeType => DeviceLightEvent; |
| 817 toString() => super.toString(); |
| 818 } |
| 819 patch class DeviceMotionEvent { |
| 820 static Type get instanceRuntimeType => DeviceMotionEventImpl; |
| 821 |
| 822 } |
| 823 class DeviceMotionEventImpl extends DeviceMotionEvent implements js_library.JSOb
jectInterfacesDom { |
| 824 DeviceMotionEventImpl.internal_() : super.internal_(); |
| 825 get runtimeType => DeviceMotionEvent; |
| 826 toString() => super.toString(); |
| 827 } |
| 828 patch class DeviceOrientationEvent { |
| 829 static Type get instanceRuntimeType => DeviceOrientationEventImpl; |
| 830 |
| 831 } |
| 832 class DeviceOrientationEventImpl extends DeviceOrientationEvent implements js_li
brary.JSObjectInterfacesDom { |
| 833 DeviceOrientationEventImpl.internal_() : super.internal_(); |
| 834 get runtimeType => DeviceOrientationEvent; |
| 835 toString() => super.toString(); |
| 836 } |
| 837 patch class DeviceRotationRate { |
| 838 static Type get instanceRuntimeType => DeviceRotationRateImpl; |
| 839 |
| 840 } |
| 841 class DeviceRotationRateImpl extends DeviceRotationRate implements js_library.JS
ObjectInterfacesDom { |
| 842 DeviceRotationRateImpl.internal_() : super.internal_(); |
| 843 get runtimeType => DeviceRotationRate; |
| 844 toString() => super.toString(); |
| 845 } |
| 846 patch class DialogElement { |
| 847 static Type get instanceRuntimeType => DialogElementImpl; |
| 848 |
| 849 } |
| 850 class DialogElementImpl extends DialogElement implements js_library.JSObjectInte
rfacesDom { |
| 851 DialogElementImpl.internal_() : super.internal_(); |
| 852 get runtimeType => DialogElement; |
| 853 toString() => super.toString(); |
| 854 } |
| 855 patch class DirectoryEntry { |
| 856 static Type get instanceRuntimeType => DirectoryEntryImpl; |
| 857 |
| 858 } |
| 859 class DirectoryEntryImpl extends DirectoryEntry implements js_library.JSObjectIn
terfacesDom { |
| 860 DirectoryEntryImpl.internal_() : super.internal_(); |
| 861 get runtimeType => DirectoryEntry; |
| 862 toString() => super.toString(); |
| 863 } |
| 864 patch class DirectoryReader { |
| 865 static Type get instanceRuntimeType => DirectoryReaderImpl; |
| 866 |
| 867 } |
| 868 class DirectoryReaderImpl extends DirectoryReader implements js_library.JSObject
InterfacesDom { |
| 869 DirectoryReaderImpl.internal_() : super.internal_(); |
| 870 get runtimeType => DirectoryReader; |
| 871 toString() => super.toString(); |
| 872 } |
18 patch class DivElement { | 873 patch class DivElement { |
19 static Type get instanceRuntimeType => DivElementImpl; | 874 static Type get instanceRuntimeType => DivElementImpl; |
20 | 875 |
21 } | 876 } |
22 class DivElementImpl extends DivElement implements js_library.JSObjectInterfaces
Dom { | 877 class DivElementImpl extends DivElement implements js_library.JSObjectInterfaces
Dom { |
23 DivElementImpl.internal_() : super.internal_(); | 878 DivElementImpl.internal_() : super.internal_(); |
24 get runtimeType => DivElement; | 879 get runtimeType => DivElement; |
25 toString() => super.toString(); | 880 toString() => super.toString(); |
26 } | 881 } |
27 patch class ImageElement { | |
28 static Type get instanceRuntimeType => ImageElementImpl; | |
29 | |
30 } | |
31 class ImageElementImpl extends ImageElement implements js_library.JSObjectInterf
acesDom { | |
32 ImageElementImpl.internal_() : super.internal_(); | |
33 get runtimeType => ImageElement; | |
34 toString() => super.toString(); | |
35 } | |
36 patch class TreeWalker { | |
37 static Type get instanceRuntimeType => TreeWalkerImpl; | |
38 | |
39 } | |
40 class TreeWalkerImpl extends TreeWalker implements js_library.JSObjectInterfaces
Dom { | |
41 TreeWalkerImpl.internal_() : super.internal_(); | |
42 get runtimeType => TreeWalker; | |
43 toString() => super.toString(); | |
44 } | |
45 patch class TableSectionElement { | |
46 static Type get instanceRuntimeType => TableSectionElementImpl; | |
47 | |
48 } | |
49 class TableSectionElementImpl extends TableSectionElement implements js_library.
JSObjectInterfacesDom { | |
50 TableSectionElementImpl.internal_() : super.internal_(); | |
51 get runtimeType => TableSectionElement; | |
52 toString() => super.toString(); | |
53 } | |
54 patch class DetailsElement { | |
55 static Type get instanceRuntimeType => DetailsElementImpl; | |
56 | |
57 } | |
58 class DetailsElementImpl extends DetailsElement implements js_library.JSObjectIn
terfacesDom { | |
59 DetailsElementImpl.internal_() : super.internal_(); | |
60 get runtimeType => DetailsElement; | |
61 toString() => super.toString(); | |
62 } | |
63 patch class XPathResult { | |
64 static Type get instanceRuntimeType => XPathResultImpl; | |
65 | |
66 } | |
67 class XPathResultImpl extends XPathResult implements js_library.JSObjectInterfac
esDom { | |
68 XPathResultImpl.internal_() : super.internal_(); | |
69 get runtimeType => XPathResult; | |
70 toString() => super.toString(); | |
71 } | |
72 patch class HttpRequest { | |
73 static Type get instanceRuntimeType => HttpRequestImpl; | |
74 | |
75 } | |
76 class HttpRequestImpl extends HttpRequest implements js_library.JSObjectInterfac
esDom { | |
77 HttpRequestImpl.internal_() : super.internal_(); | |
78 get runtimeType => HttpRequest; | |
79 toString() => super.toString(); | |
80 } | |
81 patch class SpeechSynthesisUtterance { | |
82 static Type get instanceRuntimeType => SpeechSynthesisUtteranceImpl; | |
83 | |
84 } | |
85 class SpeechSynthesisUtteranceImpl extends SpeechSynthesisUtterance implements j
s_library.JSObjectInterfacesDom { | |
86 SpeechSynthesisUtteranceImpl.internal_() : super.internal_(); | |
87 get runtimeType => SpeechSynthesisUtterance; | |
88 toString() => super.toString(); | |
89 } | |
90 patch class CredentialsContainer { | |
91 static Type get instanceRuntimeType => CredentialsContainerImpl; | |
92 | |
93 } | |
94 class CredentialsContainerImpl extends CredentialsContainer implements js_librar
y.JSObjectInterfacesDom { | |
95 CredentialsContainerImpl.internal_() : super.internal_(); | |
96 get runtimeType => CredentialsContainer; | |
97 toString() => super.toString(); | |
98 } | |
99 patch class MessageChannel { | |
100 static Type get instanceRuntimeType => MessageChannelImpl; | |
101 | |
102 } | |
103 class MessageChannelImpl extends MessageChannel implements js_library.JSObjectIn
terfacesDom { | |
104 MessageChannelImpl.internal_() : super.internal_(); | |
105 get runtimeType => MessageChannel; | |
106 toString() => super.toString(); | |
107 } | |
108 patch class CloseEvent { | |
109 static Type get instanceRuntimeType => CloseEventImpl; | |
110 | |
111 } | |
112 class CloseEventImpl extends CloseEvent implements js_library.JSObjectInterfaces
Dom { | |
113 CloseEventImpl.internal_() : super.internal_(); | |
114 get runtimeType => CloseEvent; | |
115 toString() => super.toString(); | |
116 } | |
117 patch class ProgressEvent { | |
118 static Type get instanceRuntimeType => ProgressEventImpl; | |
119 | |
120 } | |
121 class ProgressEventImpl extends ProgressEvent implements js_library.JSObjectInte
rfacesDom { | |
122 ProgressEventImpl.internal_() : super.internal_(); | |
123 get runtimeType => ProgressEvent; | |
124 toString() => super.toString(); | |
125 } | |
126 patch class MediaController { | |
127 static Type get instanceRuntimeType => MediaControllerImpl; | |
128 | |
129 } | |
130 class MediaControllerImpl extends MediaController implements js_library.JSObject
InterfacesDom { | |
131 MediaControllerImpl.internal_() : super.internal_(); | |
132 get runtimeType => MediaController; | |
133 toString() => super.toString(); | |
134 } | |
135 patch class VRDevice { | |
136 static Type get instanceRuntimeType => VRDeviceImpl; | |
137 | |
138 } | |
139 class VRDeviceImpl extends VRDevice implements js_library.JSObjectInterfacesDom
{ | |
140 VRDeviceImpl.internal_() : super.internal_(); | |
141 get runtimeType => VRDevice; | |
142 toString() => super.toString(); | |
143 } | |
144 patch class SpeechSynthesis { | |
145 static Type get instanceRuntimeType => SpeechSynthesisImpl; | |
146 | |
147 } | |
148 class SpeechSynthesisImpl extends SpeechSynthesis implements js_library.JSObject
InterfacesDom { | |
149 SpeechSynthesisImpl.internal_() : super.internal_(); | |
150 get runtimeType => SpeechSynthesis; | |
151 toString() => super.toString(); | |
152 } | |
153 patch class HtmlCollection { | |
154 static Type get instanceRuntimeType => HtmlCollectionImpl; | |
155 | |
156 } | |
157 class HtmlCollectionImpl extends HtmlCollection implements js_library.JSObjectIn
terfacesDom { | |
158 HtmlCollectionImpl.internal_() : super.internal_(); | |
159 get runtimeType => HtmlCollection; | |
160 toString() => super.toString(); | |
161 } | |
162 patch class Element { | |
163 static Type get instanceRuntimeType => ElementImpl; | |
164 | |
165 } | |
166 class ElementImpl extends Element implements js_library.JSObjectInterfacesDom { | |
167 ElementImpl.internal_() : super.internal_(); | |
168 get runtimeType => Element; | |
169 toString() => super.toString(); | |
170 } | |
171 patch class Plugin { | |
172 static Type get instanceRuntimeType => PluginImpl; | |
173 | |
174 } | |
175 class PluginImpl extends Plugin implements js_library.JSObjectInterfacesDom { | |
176 PluginImpl.internal_() : super.internal_(); | |
177 get runtimeType => Plugin; | |
178 toString() => super.toString(); | |
179 } | |
180 patch class CssFontFaceRule { | |
181 static Type get instanceRuntimeType => CssFontFaceRuleImpl; | |
182 | |
183 } | |
184 class CssFontFaceRuleImpl extends CssFontFaceRule implements js_library.JSObject
InterfacesDom { | |
185 CssFontFaceRuleImpl.internal_() : super.internal_(); | |
186 get runtimeType => CssFontFaceRule; | |
187 toString() => super.toString(); | |
188 } | |
189 patch class File { | |
190 static Type get instanceRuntimeType => FileImpl; | |
191 | |
192 } | |
193 class FileImpl extends File implements js_library.JSObjectInterfacesDom { | |
194 FileImpl.internal_() : super.internal_(); | |
195 get runtimeType => File; | |
196 toString() => super.toString(); | |
197 } | |
198 patch class MouseEvent { | |
199 static Type get instanceRuntimeType => MouseEventImpl; | |
200 | |
201 } | |
202 class MouseEventImpl extends MouseEvent implements js_library.JSObjectInterfaces
Dom { | |
203 MouseEventImpl.internal_() : super.internal_(); | |
204 get runtimeType => MouseEvent; | |
205 toString() => super.toString(); | |
206 } | |
207 patch class MenuElement { | |
208 static Type get instanceRuntimeType => MenuElementImpl; | |
209 | |
210 } | |
211 class MenuElementImpl extends MenuElement implements js_library.JSObjectInterfac
esDom { | |
212 MenuElementImpl.internal_() : super.internal_(); | |
213 get runtimeType => MenuElement; | |
214 toString() => super.toString(); | |
215 } | |
216 patch class ReadableByteStreamReader { | |
217 static Type get instanceRuntimeType => ReadableByteStreamReaderImpl; | |
218 | |
219 } | |
220 class ReadableByteStreamReaderImpl extends ReadableByteStreamReader implements j
s_library.JSObjectInterfacesDom { | |
221 ReadableByteStreamReaderImpl.internal_() : super.internal_(); | |
222 get runtimeType => ReadableByteStreamReader; | |
223 toString() => super.toString(); | |
224 } | |
225 patch class FetchEvent { | |
226 static Type get instanceRuntimeType => FetchEventImpl; | |
227 | |
228 } | |
229 class FetchEventImpl extends FetchEvent implements js_library.JSObjectInterfaces
Dom { | |
230 FetchEventImpl.internal_() : super.internal_(); | |
231 get runtimeType => FetchEvent; | |
232 toString() => super.toString(); | |
233 } | |
234 patch class MediaStreamTrack { | |
235 static Type get instanceRuntimeType => MediaStreamTrackImpl; | |
236 | |
237 } | |
238 class MediaStreamTrackImpl extends MediaStreamTrack implements js_library.JSObje
ctInterfacesDom { | |
239 MediaStreamTrackImpl.internal_() : super.internal_(); | |
240 get runtimeType => MediaStreamTrack; | |
241 toString() => super.toString(); | |
242 } | |
243 patch class ShadowRoot { | |
244 static Type get instanceRuntimeType => ShadowRootImpl; | |
245 | |
246 } | |
247 class ShadowRootImpl extends ShadowRoot implements js_library.JSObjectInterfaces
Dom { | |
248 ShadowRootImpl.internal_() : super.internal_(); | |
249 get runtimeType => ShadowRoot; | |
250 toString() => super.toString(); | |
251 } | |
252 patch class SpeechSynthesisEvent { | |
253 static Type get instanceRuntimeType => SpeechSynthesisEventImpl; | |
254 | |
255 } | |
256 class SpeechSynthesisEventImpl extends SpeechSynthesisEvent implements js_librar
y.JSObjectInterfacesDom { | |
257 SpeechSynthesisEventImpl.internal_() : super.internal_(); | |
258 get runtimeType => SpeechSynthesisEvent; | |
259 toString() => super.toString(); | |
260 } | |
261 patch class VRPositionState { | |
262 static Type get instanceRuntimeType => VRPositionStateImpl; | |
263 | |
264 } | |
265 class VRPositionStateImpl extends VRPositionState implements js_library.JSObject
InterfacesDom { | |
266 VRPositionStateImpl.internal_() : super.internal_(); | |
267 get runtimeType => VRPositionState; | |
268 toString() => super.toString(); | |
269 } | |
270 patch class Window { | |
271 static Type get instanceRuntimeType => WindowImpl; | |
272 | |
273 } | |
274 class WindowImpl extends Window implements js_library.JSObjectInterfacesDom { | |
275 WindowImpl.internal_() : super.internal_(); | |
276 get runtimeType => Window; | |
277 toString() => super.toString(); | |
278 } | |
279 patch class SpeechRecognition { | |
280 static Type get instanceRuntimeType => SpeechRecognitionImpl; | |
281 | |
282 } | |
283 class SpeechRecognitionImpl extends SpeechRecognition implements js_library.JSOb
jectInterfacesDom { | |
284 SpeechRecognitionImpl.internal_() : super.internal_(); | |
285 get runtimeType => SpeechRecognition; | |
286 toString() => super.toString(); | |
287 } | |
288 patch class Console { | |
289 static Type get instanceRuntimeType => ConsoleImpl; | |
290 | |
291 } | |
292 class ConsoleImpl extends Console implements js_library.JSObjectInterfacesDom { | |
293 ConsoleImpl.internal_() : super.internal_(); | |
294 get runtimeType => Console; | |
295 toString() => super.toString(); | |
296 } | |
297 patch class AutocompleteErrorEvent { | |
298 static Type get instanceRuntimeType => AutocompleteErrorEventImpl; | |
299 | |
300 } | |
301 class AutocompleteErrorEventImpl extends AutocompleteErrorEvent implements js_li
brary.JSObjectInterfacesDom { | |
302 AutocompleteErrorEventImpl.internal_() : super.internal_(); | |
303 get runtimeType => AutocompleteErrorEvent; | |
304 toString() => super.toString(); | |
305 } | |
306 patch class CanvasGradient { | |
307 static Type get instanceRuntimeType => CanvasGradientImpl; | |
308 | |
309 } | |
310 class CanvasGradientImpl extends CanvasGradient implements js_library.JSObjectIn
terfacesDom { | |
311 CanvasGradientImpl.internal_() : super.internal_(); | |
312 get runtimeType => CanvasGradient; | |
313 toString() => super.toString(); | |
314 } | |
315 patch class MediaStream { | |
316 static Type get instanceRuntimeType => MediaStreamImpl; | |
317 | |
318 } | |
319 class MediaStreamImpl extends MediaStream implements js_library.JSObjectInterfac
esDom { | |
320 MediaStreamImpl.internal_() : super.internal_(); | |
321 get runtimeType => MediaStream; | |
322 toString() => super.toString(); | |
323 } | |
324 patch class _ClientRectList { | |
325 static Type get instanceRuntimeType => _ClientRectListImpl; | |
326 | |
327 } | |
328 class _ClientRectListImpl extends _ClientRectList implements js_library.JSObject
InterfacesDom { | |
329 _ClientRectListImpl.internal_() : super.internal_(); | |
330 get runtimeType => _ClientRectList; | |
331 toString() => super.toString(); | |
332 } | |
333 patch class Document { | 882 patch class Document { |
334 static Type get instanceRuntimeType => DocumentImpl; | 883 static Type get instanceRuntimeType => DocumentImpl; |
335 | 884 |
336 } | 885 } |
337 class DocumentImpl extends Document implements js_library.JSObjectInterfacesDom
{ | 886 class DocumentImpl extends Document implements js_library.JSObjectInterfacesDom
{ |
338 DocumentImpl.internal_() : super.internal_(); | 887 DocumentImpl.internal_() : super.internal_(); |
339 get runtimeType => Document; | 888 get runtimeType => Document; |
340 toString() => super.toString(); | 889 toString() => super.toString(); |
341 } | 890 } |
342 patch class MessageEvent { | |
343 static Type get instanceRuntimeType => MessageEventImpl; | |
344 | |
345 } | |
346 class MessageEventImpl extends MessageEvent implements js_library.JSObjectInterf
acesDom { | |
347 MessageEventImpl.internal_() : super.internal_(); | |
348 get runtimeType => MessageEvent; | |
349 toString() => super.toString(); | |
350 } | |
351 patch class RtcDtmfSender { | |
352 static Type get instanceRuntimeType => RtcDtmfSenderImpl; | |
353 | |
354 } | |
355 class RtcDtmfSenderImpl extends RtcDtmfSender implements js_library.JSObjectInte
rfacesDom { | |
356 RtcDtmfSenderImpl.internal_() : super.internal_(); | |
357 get runtimeType => RtcDtmfSender; | |
358 toString() => super.toString(); | |
359 } | |
360 patch class ParamElement { | |
361 static Type get instanceRuntimeType => ParamElementImpl; | |
362 | |
363 } | |
364 class ParamElementImpl extends ParamElement implements js_library.JSObjectInterf
acesDom { | |
365 ParamElementImpl.internal_() : super.internal_(); | |
366 get runtimeType => ParamElement; | |
367 toString() => super.toString(); | |
368 } | |
369 patch class TextTrack { | |
370 static Type get instanceRuntimeType => TextTrackImpl; | |
371 | |
372 } | |
373 class TextTrackImpl extends TextTrack implements js_library.JSObjectInterfacesDo
m { | |
374 TextTrackImpl.internal_() : super.internal_(); | |
375 get runtimeType => TextTrack; | |
376 toString() => super.toString(); | |
377 } | |
378 patch class ModElement { | |
379 static Type get instanceRuntimeType => ModElementImpl; | |
380 | |
381 } | |
382 class ModElementImpl extends ModElement implements js_library.JSObjectInterfaces
Dom { | |
383 ModElementImpl.internal_() : super.internal_(); | |
384 get runtimeType => ModElement; | |
385 toString() => super.toString(); | |
386 } | |
387 patch class ScriptElement { | |
388 static Type get instanceRuntimeType => ScriptElementImpl; | |
389 | |
390 } | |
391 class ScriptElementImpl extends ScriptElement implements js_library.JSObjectInte
rfacesDom { | |
392 ScriptElementImpl.internal_() : super.internal_(); | |
393 get runtimeType => ScriptElement; | |
394 toString() => super.toString(); | |
395 } | |
396 patch class VRFieldOfView { | |
397 static Type get instanceRuntimeType => VRFieldOfViewImpl; | |
398 | |
399 } | |
400 class VRFieldOfViewImpl extends VRFieldOfView implements js_library.JSObjectInte
rfacesDom { | |
401 VRFieldOfViewImpl.internal_() : super.internal_(); | |
402 get runtimeType => VRFieldOfView; | |
403 toString() => super.toString(); | |
404 } | |
405 patch class SyncRegistration { | |
406 static Type get instanceRuntimeType => SyncRegistrationImpl; | |
407 | |
408 } | |
409 class SyncRegistrationImpl extends SyncRegistration implements js_library.JSObje
ctInterfacesDom { | |
410 SyncRegistrationImpl.internal_() : super.internal_(); | |
411 get runtimeType => SyncRegistration; | |
412 toString() => super.toString(); | |
413 } | |
414 patch class Touch { | |
415 static Type get instanceRuntimeType => TouchImpl; | |
416 | |
417 } | |
418 class TouchImpl extends Touch implements js_library.JSObjectInterfacesDom { | |
419 TouchImpl.internal_() : super.internal_(); | |
420 get runtimeType => Touch; | |
421 toString() => super.toString(); | |
422 } | |
423 patch class BarProp { | |
424 static Type get instanceRuntimeType => BarPropImpl; | |
425 | |
426 } | |
427 class BarPropImpl extends BarProp implements js_library.JSObjectInterfacesDom { | |
428 BarPropImpl.internal_() : super.internal_(); | |
429 get runtimeType => BarProp; | |
430 toString() => super.toString(); | |
431 } | |
432 patch class DeviceLightEvent { | |
433 static Type get instanceRuntimeType => DeviceLightEventImpl; | |
434 | |
435 } | |
436 class DeviceLightEventImpl extends DeviceLightEvent implements js_library.JSObje
ctInterfacesDom { | |
437 DeviceLightEventImpl.internal_() : super.internal_(); | |
438 get runtimeType => DeviceLightEvent; | |
439 toString() => super.toString(); | |
440 } | |
441 patch class MediaDevices { | |
442 static Type get instanceRuntimeType => MediaDevicesImpl; | |
443 | |
444 } | |
445 class MediaDevicesImpl extends MediaDevices implements js_library.JSObjectInterf
acesDom { | |
446 MediaDevicesImpl.internal_() : super.internal_(); | |
447 get runtimeType => MediaDevices; | |
448 toString() => super.toString(); | |
449 } | |
450 patch class Url { | |
451 static Type get instanceRuntimeType => UrlImpl; | |
452 | |
453 } | |
454 class UrlImpl extends Url implements js_library.JSObjectInterfacesDom { | |
455 UrlImpl.internal_() : super.internal_(); | |
456 get runtimeType => Url; | |
457 toString() => super.toString(); | |
458 } | |
459 patch class EmbedElement { | |
460 static Type get instanceRuntimeType => EmbedElementImpl; | |
461 | |
462 } | |
463 class EmbedElementImpl extends EmbedElement implements js_library.JSObjectInterf
acesDom { | |
464 EmbedElementImpl.internal_() : super.internal_(); | |
465 get runtimeType => EmbedElement; | |
466 toString() => super.toString(); | |
467 } | |
468 patch class Metadata { | |
469 static Type get instanceRuntimeType => MetadataImpl; | |
470 | |
471 } | |
472 class MetadataImpl extends Metadata implements js_library.JSObjectInterfacesDom
{ | |
473 MetadataImpl.internal_() : super.internal_(); | |
474 get runtimeType => Metadata; | |
475 toString() => super.toString(); | |
476 } | |
477 patch class _FileEntrySync { | |
478 static Type get instanceRuntimeType => _FileEntrySyncImpl; | |
479 | |
480 } | |
481 class _FileEntrySyncImpl extends _FileEntrySync implements js_library.JSObjectIn
terfacesDom { | |
482 _FileEntrySyncImpl.internal_() : super.internal_(); | |
483 get runtimeType => _FileEntrySync; | |
484 toString() => super.toString(); | |
485 } | |
486 patch class BaseElement { | |
487 static Type get instanceRuntimeType => BaseElementImpl; | |
488 | |
489 } | |
490 class BaseElementImpl extends BaseElement implements js_library.JSObjectInterfac
esDom { | |
491 BaseElementImpl.internal_() : super.internal_(); | |
492 get runtimeType => BaseElement; | |
493 toString() => super.toString(); | |
494 } | |
495 patch class BRElement { | |
496 static Type get instanceRuntimeType => BRElementImpl; | |
497 | |
498 } | |
499 class BRElementImpl extends BRElement implements js_library.JSObjectInterfacesDo
m { | |
500 BRElementImpl.internal_() : super.internal_(); | |
501 get runtimeType => BRElement; | |
502 toString() => super.toString(); | |
503 } | |
504 patch class Presentation { | |
505 static Type get instanceRuntimeType => PresentationImpl; | |
506 | |
507 } | |
508 class PresentationImpl extends Presentation implements js_library.JSObjectInterf
acesDom { | |
509 PresentationImpl.internal_() : super.internal_(); | |
510 get runtimeType => Presentation; | |
511 toString() => super.toString(); | |
512 } | |
513 patch class CircularGeofencingRegion { | |
514 static Type get instanceRuntimeType => CircularGeofencingRegionImpl; | |
515 | |
516 } | |
517 class CircularGeofencingRegionImpl extends CircularGeofencingRegion implements j
s_library.JSObjectInterfacesDom { | |
518 CircularGeofencingRegionImpl.internal_() : super.internal_(); | |
519 get runtimeType => CircularGeofencingRegion; | |
520 toString() => super.toString(); | |
521 } | |
522 patch class PushManager { | |
523 static Type get instanceRuntimeType => PushManagerImpl; | |
524 | |
525 } | |
526 class PushManagerImpl extends PushManager implements js_library.JSObjectInterfac
esDom { | |
527 PushManagerImpl.internal_() : super.internal_(); | |
528 get runtimeType => PushManager; | |
529 toString() => super.toString(); | |
530 } | |
531 patch class PasswordCredential { | |
532 static Type get instanceRuntimeType => PasswordCredentialImpl; | |
533 | |
534 } | |
535 class PasswordCredentialImpl extends PasswordCredential implements js_library.JS
ObjectInterfacesDom { | |
536 PasswordCredentialImpl.internal_() : super.internal_(); | |
537 get runtimeType => PasswordCredential; | |
538 toString() => super.toString(); | |
539 } | |
540 patch class ObjectElement { | |
541 static Type get instanceRuntimeType => ObjectElementImpl; | |
542 | |
543 } | |
544 class ObjectElementImpl extends ObjectElement implements js_library.JSObjectInte
rfacesDom { | |
545 ObjectElementImpl.internal_() : super.internal_(); | |
546 get runtimeType => ObjectElement; | |
547 toString() => super.toString(); | |
548 } | |
549 patch class DomMatrix { | |
550 static Type get instanceRuntimeType => DomMatrixImpl; | |
551 | |
552 } | |
553 class DomMatrixImpl extends DomMatrix implements js_library.JSObjectInterfacesDo
m { | |
554 DomMatrixImpl.internal_() : super.internal_(); | |
555 get runtimeType => DomMatrix; | |
556 toString() => super.toString(); | |
557 } | |
558 patch class AbstractWorker { | |
559 static Type get instanceRuntimeType => AbstractWorkerImpl; | |
560 | |
561 } | |
562 class AbstractWorkerImpl extends AbstractWorker implements js_library.JSObjectIn
terfacesDom { | |
563 AbstractWorkerImpl.internal_() : super.internal_(); | |
564 get runtimeType => AbstractWorker; | |
565 toString() => super.toString(); | |
566 } | |
567 patch class ResourceProgressEvent { | |
568 static Type get instanceRuntimeType => ResourceProgressEventImpl; | |
569 | |
570 } | |
571 class ResourceProgressEventImpl extends ResourceProgressEvent implements js_libr
ary.JSObjectInterfacesDom { | |
572 ResourceProgressEventImpl.internal_() : super.internal_(); | |
573 get runtimeType => ResourceProgressEvent; | |
574 toString() => super.toString(); | |
575 } | |
576 patch class ValidityState { | |
577 static Type get instanceRuntimeType => ValidityStateImpl; | |
578 | |
579 } | |
580 class ValidityStateImpl extends ValidityState implements js_library.JSObjectInte
rfacesDom { | |
581 ValidityStateImpl.internal_() : super.internal_(); | |
582 get runtimeType => ValidityState; | |
583 toString() => super.toString(); | |
584 } | |
585 patch class HRElement { | |
586 static Type get instanceRuntimeType => HRElementImpl; | |
587 | |
588 } | |
589 class HRElementImpl extends HRElement implements js_library.JSObjectInterfacesDo
m { | |
590 HRElementImpl.internal_() : super.internal_(); | |
591 get runtimeType => HRElement; | |
592 toString() => super.toString(); | |
593 } | |
594 patch class OptGroupElement { | |
595 static Type get instanceRuntimeType => OptGroupElementImpl; | |
596 | |
597 } | |
598 class OptGroupElementImpl extends OptGroupElement implements js_library.JSObject
InterfacesDom { | |
599 OptGroupElementImpl.internal_() : super.internal_(); | |
600 get runtimeType => OptGroupElement; | |
601 toString() => super.toString(); | |
602 } | |
603 patch class Crypto { | |
604 static Type get instanceRuntimeType => CryptoImpl; | |
605 | |
606 } | |
607 class CryptoImpl extends Crypto implements js_library.JSObjectInterfacesDom { | |
608 CryptoImpl.internal_() : super.internal_(); | |
609 get runtimeType => Crypto; | |
610 toString() => super.toString(); | |
611 } | |
612 patch class PerformanceTiming { | |
613 static Type get instanceRuntimeType => PerformanceTimingImpl; | |
614 | |
615 } | |
616 class PerformanceTimingImpl extends PerformanceTiming implements js_library.JSOb
jectInterfacesDom { | |
617 PerformanceTimingImpl.internal_() : super.internal_(); | |
618 get runtimeType => PerformanceTiming; | |
619 toString() => super.toString(); | |
620 } | |
621 patch class RtcDataChannel { | |
622 static Type get instanceRuntimeType => RtcDataChannelImpl; | |
623 | |
624 } | |
625 class RtcDataChannelImpl extends RtcDataChannel implements js_library.JSObjectIn
terfacesDom { | |
626 RtcDataChannelImpl.internal_() : super.internal_(); | |
627 get runtimeType => RtcDataChannel; | |
628 toString() => super.toString(); | |
629 } | |
630 patch class NavigatorOnLine { | |
631 static Type get instanceRuntimeType => NavigatorOnLineImpl; | |
632 | |
633 } | |
634 class NavigatorOnLineImpl extends NavigatorOnLine implements js_library.JSObject
InterfacesDom { | |
635 NavigatorOnLineImpl.internal_() : super.internal_(); | |
636 get runtimeType => NavigatorOnLine; | |
637 toString() => super.toString(); | |
638 } | |
639 patch class _HTMLAppletElement { | |
640 static Type get instanceRuntimeType => _HTMLAppletElementImpl; | |
641 | |
642 } | |
643 class _HTMLAppletElementImpl extends _HTMLAppletElement implements js_library.JS
ObjectInterfacesDom { | |
644 _HTMLAppletElementImpl.internal_() : super.internal_(); | |
645 get runtimeType => _HTMLAppletElement; | |
646 toString() => super.toString(); | |
647 } | |
648 patch class SpeechSynthesisVoice { | |
649 static Type get instanceRuntimeType => SpeechSynthesisVoiceImpl; | |
650 | |
651 } | |
652 class SpeechSynthesisVoiceImpl extends SpeechSynthesisVoice implements js_librar
y.JSObjectInterfacesDom { | |
653 SpeechSynthesisVoiceImpl.internal_() : super.internal_(); | |
654 get runtimeType => SpeechSynthesisVoice; | |
655 toString() => super.toString(); | |
656 } | |
657 patch class FontFaceSetLoadEvent { | |
658 static Type get instanceRuntimeType => FontFaceSetLoadEventImpl; | |
659 | |
660 } | |
661 class FontFaceSetLoadEventImpl extends FontFaceSetLoadEvent implements js_librar
y.JSObjectInterfacesDom { | |
662 FontFaceSetLoadEventImpl.internal_() : super.internal_(); | |
663 get runtimeType => FontFaceSetLoadEvent; | |
664 toString() => super.toString(); | |
665 } | |
666 patch class NavigatorStorageUtils { | |
667 static Type get instanceRuntimeType => NavigatorStorageUtilsImpl; | |
668 | |
669 } | |
670 class NavigatorStorageUtilsImpl extends NavigatorStorageUtils implements js_libr
ary.JSObjectInterfacesDom { | |
671 NavigatorStorageUtilsImpl.internal_() : super.internal_(); | |
672 get runtimeType => NavigatorStorageUtils; | |
673 toString() => super.toString(); | |
674 } | |
675 patch class SourceElement { | |
676 static Type get instanceRuntimeType => SourceElementImpl; | |
677 | |
678 } | |
679 class SourceElementImpl extends SourceElement implements js_library.JSObjectInte
rfacesDom { | |
680 SourceElementImpl.internal_() : super.internal_(); | |
681 get runtimeType => SourceElement; | |
682 toString() => super.toString(); | |
683 } | |
684 patch class InjectedScriptHost { | |
685 static Type get instanceRuntimeType => InjectedScriptHostImpl; | |
686 | |
687 } | |
688 class InjectedScriptHostImpl extends InjectedScriptHost implements js_library.JS
ObjectInterfacesDom { | |
689 InjectedScriptHostImpl.internal_() : super.internal_(); | |
690 get runtimeType => InjectedScriptHost; | |
691 toString() => super.toString(); | |
692 } | |
693 patch class UIEvent { | |
694 static Type get instanceRuntimeType => UIEventImpl; | |
695 | |
696 } | |
697 class UIEventImpl extends UIEvent implements js_library.JSObjectInterfacesDom { | |
698 UIEventImpl.internal_() : super.internal_(); | |
699 get runtimeType => UIEvent; | |
700 toString() => super.toString(); | |
701 } | |
702 patch class HtmlHtmlElement { | |
703 static Type get instanceRuntimeType => HtmlHtmlElementImpl; | |
704 | |
705 } | |
706 class HtmlHtmlElementImpl extends HtmlHtmlElement implements js_library.JSObject
InterfacesDom { | |
707 HtmlHtmlElementImpl.internal_() : super.internal_(); | |
708 get runtimeType => HtmlHtmlElement; | |
709 toString() => super.toString(); | |
710 } | |
711 patch class ClipboardEvent { | |
712 static Type get instanceRuntimeType => ClipboardEventImpl; | |
713 | |
714 } | |
715 class ClipboardEventImpl extends ClipboardEvent implements js_library.JSObjectIn
terfacesDom { | |
716 ClipboardEventImpl.internal_() : super.internal_(); | |
717 get runtimeType => ClipboardEvent; | |
718 toString() => super.toString(); | |
719 } | |
720 patch class OptionElement { | |
721 static Type get instanceRuntimeType => OptionElementImpl; | |
722 | |
723 } | |
724 class OptionElementImpl extends OptionElement implements js_library.JSObjectInte
rfacesDom { | |
725 OptionElementImpl.internal_() : super.internal_(); | |
726 get runtimeType => OptionElement; | |
727 toString() => super.toString(); | |
728 } | |
729 patch class MediaSource { | |
730 static Type get instanceRuntimeType => MediaSourceImpl; | |
731 | |
732 } | |
733 class MediaSourceImpl extends MediaSource implements js_library.JSObjectInterfac
esDom { | |
734 MediaSourceImpl.internal_() : super.internal_(); | |
735 get runtimeType => MediaSource; | |
736 toString() => super.toString(); | |
737 } | |
738 patch class MediaKeyMessageEvent { | |
739 static Type get instanceRuntimeType => MediaKeyMessageEventImpl; | |
740 | |
741 } | |
742 class MediaKeyMessageEventImpl extends MediaKeyMessageEvent implements js_librar
y.JSObjectInterfacesDom { | |
743 MediaKeyMessageEventImpl.internal_() : super.internal_(); | |
744 get runtimeType => MediaKeyMessageEvent; | |
745 toString() => super.toString(); | |
746 } | |
747 patch class CustomEvent { | |
748 static Type get instanceRuntimeType => CustomEventImpl; | |
749 | |
750 } | |
751 class CustomEventImpl extends CustomEvent implements js_library.JSObjectInterfac
esDom { | |
752 CustomEventImpl.internal_() : super.internal_(); | |
753 get runtimeType => CustomEvent; | |
754 toString() => super.toString(); | |
755 } | |
756 patch class VttRegion { | |
757 static Type get instanceRuntimeType => VttRegionImpl; | |
758 | |
759 } | |
760 class VttRegionImpl extends VttRegion implements js_library.JSObjectInterfacesDo
m { | |
761 VttRegionImpl.internal_() : super.internal_(); | |
762 get runtimeType => VttRegion; | |
763 toString() => super.toString(); | |
764 } | |
765 patch class HeadingElement { | |
766 static Type get instanceRuntimeType => HeadingElementImpl; | |
767 | |
768 } | |
769 class HeadingElementImpl extends HeadingElement implements js_library.JSObjectIn
terfacesDom { | |
770 HeadingElementImpl.internal_() : super.internal_(); | |
771 get runtimeType => HeadingElement; | |
772 toString() => super.toString(); | |
773 } | |
774 patch class History { | |
775 static Type get instanceRuntimeType => HistoryImpl; | |
776 | |
777 } | |
778 class HistoryImpl extends History implements js_library.JSObjectInterfacesDom { | |
779 HistoryImpl.internal_() : super.internal_(); | |
780 get runtimeType => History; | |
781 toString() => super.toString(); | |
782 } | |
783 patch class ServiceWorkerRegistration { | |
784 static Type get instanceRuntimeType => ServiceWorkerRegistrationImpl; | |
785 | |
786 } | |
787 class ServiceWorkerRegistrationImpl extends ServiceWorkerRegistration implements
js_library.JSObjectInterfacesDom { | |
788 ServiceWorkerRegistrationImpl.internal_() : super.internal_(); | |
789 get runtimeType => ServiceWorkerRegistration; | |
790 toString() => super.toString(); | |
791 } | |
792 patch class _WorkerNavigator { | |
793 static Type get instanceRuntimeType => _WorkerNavigatorImpl; | |
794 | |
795 } | |
796 class _WorkerNavigatorImpl extends _WorkerNavigator implements js_library.JSObje
ctInterfacesDom { | |
797 _WorkerNavigatorImpl.internal_() : super.internal_(); | |
798 get runtimeType => _WorkerNavigator; | |
799 toString() => super.toString(); | |
800 } | |
801 patch class RtcStatsResponse { | |
802 static Type get instanceRuntimeType => RtcStatsResponseImpl; | |
803 | |
804 } | |
805 class RtcStatsResponseImpl extends RtcStatsResponse implements js_library.JSObje
ctInterfacesDom { | |
806 RtcStatsResponseImpl.internal_() : super.internal_(); | |
807 get runtimeType => RtcStatsResponse; | |
808 toString() => super.toString(); | |
809 } | |
810 patch class DirectoryReader { | |
811 static Type get instanceRuntimeType => DirectoryReaderImpl; | |
812 | |
813 } | |
814 class DirectoryReaderImpl extends DirectoryReader implements js_library.JSObject
InterfacesDom { | |
815 DirectoryReaderImpl.internal_() : super.internal_(); | |
816 get runtimeType => DirectoryReader; | |
817 toString() => super.toString(); | |
818 } | |
819 patch class Headers { | |
820 static Type get instanceRuntimeType => HeadersImpl; | |
821 | |
822 } | |
823 class HeadersImpl extends Headers implements js_library.JSObjectInterfacesDom { | |
824 HeadersImpl.internal_() : super.internal_(); | |
825 get runtimeType => Headers; | |
826 toString() => super.toString(); | |
827 } | |
828 patch class DataListElement { | |
829 static Type get instanceRuntimeType => DataListElementImpl; | |
830 | |
831 } | |
832 class DataListElementImpl extends DataListElement implements js_library.JSObject
InterfacesDom { | |
833 DataListElementImpl.internal_() : super.internal_(); | |
834 get runtimeType => DataListElement; | |
835 toString() => super.toString(); | |
836 } | |
837 patch class MediaList { | |
838 static Type get instanceRuntimeType => MediaListImpl; | |
839 | |
840 } | |
841 class MediaListImpl extends MediaList implements js_library.JSObjectInterfacesDo
m { | |
842 MediaListImpl.internal_() : super.internal_(); | |
843 get runtimeType => MediaList; | |
844 toString() => super.toString(); | |
845 } | |
846 patch class ParentNode { | |
847 static Type get instanceRuntimeType => ParentNodeImpl; | |
848 | |
849 } | |
850 class ParentNodeImpl extends ParentNode implements js_library.JSObjectInterfaces
Dom { | |
851 ParentNodeImpl.internal_() : super.internal_(); | |
852 get runtimeType => ParentNode; | |
853 toString() => super.toString(); | |
854 } | |
855 patch class _FileReaderSync { | |
856 static Type get instanceRuntimeType => _FileReaderSyncImpl; | |
857 | |
858 } | |
859 class _FileReaderSyncImpl extends _FileReaderSync implements js_library.JSObject
InterfacesDom { | |
860 _FileReaderSyncImpl.internal_() : super.internal_(); | |
861 get runtimeType => _FileReaderSync; | |
862 toString() => super.toString(); | |
863 } | |
864 patch class DataTransferItemList { | |
865 static Type get instanceRuntimeType => DataTransferItemListImpl; | |
866 | |
867 } | |
868 class DataTransferItemListImpl extends DataTransferItemList implements js_librar
y.JSObjectInterfacesDom { | |
869 DataTransferItemListImpl.internal_() : super.internal_(); | |
870 get runtimeType => DataTransferItemList; | |
871 toString() => super.toString(); | |
872 } | |
873 patch class GlobalEventHandlers { | |
874 static Type get instanceRuntimeType => GlobalEventHandlersImpl; | |
875 | |
876 } | |
877 class GlobalEventHandlersImpl extends GlobalEventHandlers implements js_library.
JSObjectInterfacesDom { | |
878 GlobalEventHandlersImpl.internal_() : super.internal_(); | |
879 get runtimeType => GlobalEventHandlers; | |
880 toString() => super.toString(); | |
881 } | |
882 patch class DocumentFragment { | 891 patch class DocumentFragment { |
883 static Type get instanceRuntimeType => DocumentFragmentImpl; | 892 static Type get instanceRuntimeType => DocumentFragmentImpl; |
884 | 893 |
885 } | 894 } |
886 class DocumentFragmentImpl extends DocumentFragment implements js_library.JSObje
ctInterfacesDom { | 895 class DocumentFragmentImpl extends DocumentFragment implements js_library.JSObje
ctInterfacesDom { |
887 DocumentFragmentImpl.internal_() : super.internal_(); | 896 DocumentFragmentImpl.internal_() : super.internal_(); |
888 get runtimeType => DocumentFragment; | 897 get runtimeType => DocumentFragment; |
889 toString() => super.toString(); | 898 toString() => super.toString(); |
890 } | 899 } |
| 900 patch class DomError { |
| 901 static Type get instanceRuntimeType => DomErrorImpl; |
| 902 |
| 903 } |
| 904 class DomErrorImpl extends DomError implements js_library.JSObjectInterfacesDom
{ |
| 905 DomErrorImpl.internal_() : super.internal_(); |
| 906 get runtimeType => DomError; |
| 907 toString() => super.toString(); |
| 908 } |
| 909 patch class DomException { |
| 910 static Type get instanceRuntimeType => DomExceptionImpl; |
| 911 |
| 912 } |
| 913 class DomExceptionImpl extends DomException implements js_library.JSObjectInterf
acesDom { |
| 914 DomExceptionImpl.internal_() : super.internal_(); |
| 915 get runtimeType => DomException; |
| 916 toString() => super.toString(); |
| 917 } |
891 patch class DomImplementation { | 918 patch class DomImplementation { |
892 static Type get instanceRuntimeType => DomImplementationImpl; | 919 static Type get instanceRuntimeType => DomImplementationImpl; |
893 | 920 |
894 } | 921 } |
895 class DomImplementationImpl extends DomImplementation implements js_library.JSOb
jectInterfacesDom { | 922 class DomImplementationImpl extends DomImplementation implements js_library.JSOb
jectInterfacesDom { |
896 DomImplementationImpl.internal_() : super.internal_(); | 923 DomImplementationImpl.internal_() : super.internal_(); |
897 get runtimeType => DomImplementation; | 924 get runtimeType => DomImplementation; |
898 toString() => super.toString(); | 925 toString() => super.toString(); |
899 } | 926 } |
900 patch class PeriodicSyncEvent { | 927 patch class DomIterator { |
901 static Type get instanceRuntimeType => PeriodicSyncEventImpl; | 928 static Type get instanceRuntimeType => DomIteratorImpl; |
902 | 929 |
903 } | 930 } |
904 class PeriodicSyncEventImpl extends PeriodicSyncEvent implements js_library.JSOb
jectInterfacesDom { | 931 class DomIteratorImpl extends DomIterator implements js_library.JSObjectInterfac
esDom { |
905 PeriodicSyncEventImpl.internal_() : super.internal_(); | 932 DomIteratorImpl.internal_() : super.internal_(); |
906 get runtimeType => PeriodicSyncEvent; | 933 get runtimeType => DomIterator; |
907 toString() => super.toString(); | 934 toString() => super.toString(); |
908 } | 935 } |
909 patch class DialogElement { | 936 patch class DomMatrix { |
910 static Type get instanceRuntimeType => DialogElementImpl; | 937 static Type get instanceRuntimeType => DomMatrixImpl; |
911 | 938 |
912 } | 939 } |
913 class DialogElementImpl extends DialogElement implements js_library.JSObjectInte
rfacesDom { | 940 class DomMatrixImpl extends DomMatrix implements js_library.JSObjectInterfacesDo
m { |
914 DialogElementImpl.internal_() : super.internal_(); | 941 DomMatrixImpl.internal_() : super.internal_(); |
915 get runtimeType => DialogElement; | 942 get runtimeType => DomMatrix; |
916 toString() => super.toString(); | 943 toString() => super.toString(); |
917 } | 944 } |
918 patch class PeriodicSyncRegistration { | 945 patch class DomMatrixReadOnly { |
919 static Type get instanceRuntimeType => PeriodicSyncRegistrationImpl; | 946 static Type get instanceRuntimeType => DomMatrixReadOnlyImpl; |
920 | 947 |
921 } | 948 } |
922 class PeriodicSyncRegistrationImpl extends PeriodicSyncRegistration implements j
s_library.JSObjectInterfacesDom { | 949 class DomMatrixReadOnlyImpl extends DomMatrixReadOnly implements js_library.JSOb
jectInterfacesDom { |
923 PeriodicSyncRegistrationImpl.internal_() : super.internal_(); | 950 DomMatrixReadOnlyImpl.internal_() : super.internal_(); |
924 get runtimeType => PeriodicSyncRegistration; | 951 get runtimeType => DomMatrixReadOnly; |
925 toString() => super.toString(); | 952 toString() => super.toString(); |
926 } | 953 } |
927 patch class MessagePort { | 954 patch class DomParser { |
928 static Type get instanceRuntimeType => MessagePortImpl; | 955 static Type get instanceRuntimeType => DomParserImpl; |
929 | 956 |
930 } | 957 } |
931 class MessagePortImpl extends MessagePort implements js_library.JSObjectInterfac
esDom { | 958 class DomParserImpl extends DomParser implements js_library.JSObjectInterfacesDo
m { |
932 MessagePortImpl.internal_() : super.internal_(); | 959 DomParserImpl.internal_() : super.internal_(); |
933 get runtimeType => MessagePort; | 960 get runtimeType => DomParser; |
| 961 toString() => super.toString(); |
| 962 } |
| 963 patch class DomPoint { |
| 964 static Type get instanceRuntimeType => DomPointImpl; |
| 965 |
| 966 } |
| 967 class DomPointImpl extends DomPoint implements js_library.JSObjectInterfacesDom
{ |
| 968 DomPointImpl.internal_() : super.internal_(); |
| 969 get runtimeType => DomPoint; |
| 970 toString() => super.toString(); |
| 971 } |
| 972 patch class DomPointReadOnly { |
| 973 static Type get instanceRuntimeType => DomPointReadOnlyImpl; |
| 974 |
| 975 } |
| 976 class DomPointReadOnlyImpl extends DomPointReadOnly implements js_library.JSObje
ctInterfacesDom { |
| 977 DomPointReadOnlyImpl.internal_() : super.internal_(); |
| 978 get runtimeType => DomPointReadOnly; |
| 979 toString() => super.toString(); |
| 980 } |
| 981 patch class DomRectReadOnly { |
| 982 static Type get instanceRuntimeType => DomRectReadOnlyImpl; |
| 983 |
| 984 } |
| 985 class DomRectReadOnlyImpl extends DomRectReadOnly implements js_library.JSObject
InterfacesDom { |
| 986 DomRectReadOnlyImpl.internal_() : super.internal_(); |
| 987 get runtimeType => DomRectReadOnly; |
| 988 toString() => super.toString(); |
| 989 } |
| 990 patch class DomSettableTokenList { |
| 991 static Type get instanceRuntimeType => DomSettableTokenListImpl; |
| 992 |
| 993 } |
| 994 class DomSettableTokenListImpl extends DomSettableTokenList implements js_librar
y.JSObjectInterfacesDom { |
| 995 DomSettableTokenListImpl.internal_() : super.internal_(); |
| 996 get runtimeType => DomSettableTokenList; |
| 997 toString() => super.toString(); |
| 998 } |
| 999 patch class DomStringList { |
| 1000 static Type get instanceRuntimeType => DomStringListImpl; |
| 1001 |
| 1002 } |
| 1003 class DomStringListImpl extends DomStringList implements js_library.JSObjectInte
rfacesDom { |
| 1004 DomStringListImpl.internal_() : super.internal_(); |
| 1005 get runtimeType => DomStringList; |
| 1006 toString() => super.toString(); |
| 1007 } |
| 1008 patch class DomStringMap { |
| 1009 static Type get instanceRuntimeType => DomStringMapImpl; |
| 1010 |
| 1011 } |
| 1012 class DomStringMapImpl extends DomStringMap implements js_library.JSObjectInterf
acesDom { |
| 1013 DomStringMapImpl.internal_() : super.internal_(); |
| 1014 get runtimeType => DomStringMap; |
| 1015 toString() => super.toString(); |
| 1016 } |
| 1017 patch class DomTokenList { |
| 1018 static Type get instanceRuntimeType => DomTokenListImpl; |
| 1019 |
| 1020 } |
| 1021 class DomTokenListImpl extends DomTokenList implements js_library.JSObjectInterf
acesDom { |
| 1022 DomTokenListImpl.internal_() : super.internal_(); |
| 1023 get runtimeType => DomTokenList; |
| 1024 toString() => super.toString(); |
| 1025 } |
| 1026 patch class EffectModel { |
| 1027 static Type get instanceRuntimeType => EffectModelImpl; |
| 1028 |
| 1029 } |
| 1030 class EffectModelImpl extends EffectModel implements js_library.JSObjectInterfac
esDom { |
| 1031 EffectModelImpl.internal_() : super.internal_(); |
| 1032 get runtimeType => EffectModel; |
| 1033 toString() => super.toString(); |
| 1034 } |
| 1035 patch class Element { |
| 1036 static Type get instanceRuntimeType => ElementImpl; |
| 1037 |
| 1038 } |
| 1039 class ElementImpl extends Element implements js_library.JSObjectInterfacesDom { |
| 1040 ElementImpl.internal_() : super.internal_(); |
| 1041 get runtimeType => Element; |
| 1042 toString() => super.toString(); |
| 1043 } |
| 1044 patch class EmbedElement { |
| 1045 static Type get instanceRuntimeType => EmbedElementImpl; |
| 1046 |
| 1047 } |
| 1048 class EmbedElementImpl extends EmbedElement implements js_library.JSObjectInterf
acesDom { |
| 1049 EmbedElementImpl.internal_() : super.internal_(); |
| 1050 get runtimeType => EmbedElement; |
| 1051 toString() => super.toString(); |
| 1052 } |
| 1053 patch class Entry { |
| 1054 static Type get instanceRuntimeType => EntryImpl; |
| 1055 |
| 1056 } |
| 1057 class EntryImpl extends Entry implements js_library.JSObjectInterfacesDom { |
| 1058 EntryImpl.internal_() : super.internal_(); |
| 1059 get runtimeType => Entry; |
| 1060 toString() => super.toString(); |
| 1061 } |
| 1062 patch class ErrorEvent { |
| 1063 static Type get instanceRuntimeType => ErrorEventImpl; |
| 1064 |
| 1065 } |
| 1066 class ErrorEventImpl extends ErrorEvent implements js_library.JSObjectInterfaces
Dom { |
| 1067 ErrorEventImpl.internal_() : super.internal_(); |
| 1068 get runtimeType => ErrorEvent; |
| 1069 toString() => super.toString(); |
| 1070 } |
| 1071 patch class Event { |
| 1072 static Type get instanceRuntimeType => EventImpl; |
| 1073 |
| 1074 } |
| 1075 class EventImpl extends Event implements js_library.JSObjectInterfacesDom { |
| 1076 EventImpl.internal_() : super.internal_(); |
| 1077 get runtimeType => Event; |
| 1078 toString() => super.toString(); |
| 1079 } |
| 1080 patch class EventSource { |
| 1081 static Type get instanceRuntimeType => EventSourceImpl; |
| 1082 |
| 1083 } |
| 1084 class EventSourceImpl extends EventSource implements js_library.JSObjectInterfac
esDom { |
| 1085 EventSourceImpl.internal_() : super.internal_(); |
| 1086 get runtimeType => EventSource; |
| 1087 toString() => super.toString(); |
| 1088 } |
| 1089 patch class EventTarget { |
| 1090 static Type get instanceRuntimeType => EventTargetImpl; |
| 1091 |
| 1092 } |
| 1093 class EventTargetImpl extends EventTarget implements js_library.JSObjectInterfac
esDom { |
| 1094 EventTargetImpl.internal_() : super.internal_(); |
| 1095 get runtimeType => EventTarget; |
| 1096 toString() => super.toString(); |
| 1097 } |
| 1098 patch class ExtendableEvent { |
| 1099 static Type get instanceRuntimeType => ExtendableEventImpl; |
| 1100 |
| 1101 } |
| 1102 class ExtendableEventImpl extends ExtendableEvent implements js_library.JSObject
InterfacesDom { |
| 1103 ExtendableEventImpl.internal_() : super.internal_(); |
| 1104 get runtimeType => ExtendableEvent; |
| 1105 toString() => super.toString(); |
| 1106 } |
| 1107 patch class FederatedCredential { |
| 1108 static Type get instanceRuntimeType => FederatedCredentialImpl; |
| 1109 |
| 1110 } |
| 1111 class FederatedCredentialImpl extends FederatedCredential implements js_library.
JSObjectInterfacesDom { |
| 1112 FederatedCredentialImpl.internal_() : super.internal_(); |
| 1113 get runtimeType => FederatedCredential; |
| 1114 toString() => super.toString(); |
| 1115 } |
| 1116 patch class FetchEvent { |
| 1117 static Type get instanceRuntimeType => FetchEventImpl; |
| 1118 |
| 1119 } |
| 1120 class FetchEventImpl extends FetchEvent implements js_library.JSObjectInterfaces
Dom { |
| 1121 FetchEventImpl.internal_() : super.internal_(); |
| 1122 get runtimeType => FetchEvent; |
| 1123 toString() => super.toString(); |
| 1124 } |
| 1125 patch class FieldSetElement { |
| 1126 static Type get instanceRuntimeType => FieldSetElementImpl; |
| 1127 |
| 1128 } |
| 1129 class FieldSetElementImpl extends FieldSetElement implements js_library.JSObject
InterfacesDom { |
| 1130 FieldSetElementImpl.internal_() : super.internal_(); |
| 1131 get runtimeType => FieldSetElement; |
| 1132 toString() => super.toString(); |
| 1133 } |
| 1134 patch class File { |
| 1135 static Type get instanceRuntimeType => FileImpl; |
| 1136 |
| 1137 } |
| 1138 class FileImpl extends File implements js_library.JSObjectInterfacesDom { |
| 1139 FileImpl.internal_() : super.internal_(); |
| 1140 get runtimeType => File; |
| 1141 toString() => super.toString(); |
| 1142 } |
| 1143 patch class FileEntry { |
| 1144 static Type get instanceRuntimeType => FileEntryImpl; |
| 1145 |
| 1146 } |
| 1147 class FileEntryImpl extends FileEntry implements js_library.JSObjectInterfacesDo
m { |
| 1148 FileEntryImpl.internal_() : super.internal_(); |
| 1149 get runtimeType => FileEntry; |
| 1150 toString() => super.toString(); |
| 1151 } |
| 1152 patch class FileError { |
| 1153 static Type get instanceRuntimeType => FileErrorImpl; |
| 1154 |
| 1155 } |
| 1156 class FileErrorImpl extends FileError implements js_library.JSObjectInterfacesDo
m { |
| 1157 FileErrorImpl.internal_() : super.internal_(); |
| 1158 get runtimeType => FileError; |
| 1159 toString() => super.toString(); |
| 1160 } |
| 1161 patch class FileList { |
| 1162 static Type get instanceRuntimeType => FileListImpl; |
| 1163 |
| 1164 } |
| 1165 class FileListImpl extends FileList implements js_library.JSObjectInterfacesDom
{ |
| 1166 FileListImpl.internal_() : super.internal_(); |
| 1167 get runtimeType => FileList; |
934 toString() => super.toString(); | 1168 toString() => super.toString(); |
935 } | 1169 } |
936 patch class FileReader { | 1170 patch class FileReader { |
937 static Type get instanceRuntimeType => FileReaderImpl; | 1171 static Type get instanceRuntimeType => FileReaderImpl; |
938 | 1172 |
939 } | 1173 } |
940 class FileReaderImpl extends FileReader implements js_library.JSObjectInterfaces
Dom { | 1174 class FileReaderImpl extends FileReader implements js_library.JSObjectInterfaces
Dom { |
941 FileReaderImpl.internal_() : super.internal_(); | 1175 FileReaderImpl.internal_() : super.internal_(); |
942 get runtimeType => FileReader; | 1176 get runtimeType => FileReader; |
943 toString() => super.toString(); | 1177 toString() => super.toString(); |
944 } | 1178 } |
945 patch class HtmlOptionsCollection { | 1179 patch class FileStream { |
946 static Type get instanceRuntimeType => HtmlOptionsCollectionImpl; | 1180 static Type get instanceRuntimeType => FileStreamImpl; |
947 | 1181 |
948 } | 1182 } |
949 class HtmlOptionsCollectionImpl extends HtmlOptionsCollection implements js_libr
ary.JSObjectInterfacesDom { | 1183 class FileStreamImpl extends FileStream implements js_library.JSObjectInterfaces
Dom { |
950 HtmlOptionsCollectionImpl.internal_() : super.internal_(); | 1184 FileStreamImpl.internal_() : super.internal_(); |
951 get runtimeType => HtmlOptionsCollection; | 1185 get runtimeType => FileStream; |
952 toString() => super.toString(); | 1186 toString() => super.toString(); |
953 } | 1187 } |
954 patch class _HTMLFrameSetElement { | 1188 patch class FileSystem { |
955 static Type get instanceRuntimeType => _HTMLFrameSetElementImpl; | 1189 static Type get instanceRuntimeType => FileSystemImpl; |
956 | 1190 |
957 } | 1191 } |
958 class _HTMLFrameSetElementImpl extends _HTMLFrameSetElement implements js_librar
y.JSObjectInterfacesDom { | 1192 class FileSystemImpl extends FileSystem implements js_library.JSObjectInterfaces
Dom { |
959 _HTMLFrameSetElementImpl.internal_() : super.internal_(); | 1193 FileSystemImpl.internal_() : super.internal_(); |
960 get runtimeType => _HTMLFrameSetElement; | 1194 get runtimeType => FileSystem; |
961 toString() => super.toString(); | |
962 } | |
963 patch class PerformanceMeasure { | |
964 static Type get instanceRuntimeType => PerformanceMeasureImpl; | |
965 | |
966 } | |
967 class PerformanceMeasureImpl extends PerformanceMeasure implements js_library.JS
ObjectInterfacesDom { | |
968 PerformanceMeasureImpl.internal_() : super.internal_(); | |
969 get runtimeType => PerformanceMeasure; | |
970 toString() => super.toString(); | |
971 } | |
972 patch class ServiceWorkerContainer { | |
973 static Type get instanceRuntimeType => ServiceWorkerContainerImpl; | |
974 | |
975 } | |
976 class ServiceWorkerContainerImpl extends ServiceWorkerContainer implements js_li
brary.JSObjectInterfacesDom { | |
977 ServiceWorkerContainerImpl.internal_() : super.internal_(); | |
978 get runtimeType => ServiceWorkerContainer; | |
979 toString() => super.toString(); | |
980 } | |
981 patch class TrackDefaultList { | |
982 static Type get instanceRuntimeType => TrackDefaultListImpl; | |
983 | |
984 } | |
985 class TrackDefaultListImpl extends TrackDefaultList implements js_library.JSObje
ctInterfacesDom { | |
986 TrackDefaultListImpl.internal_() : super.internal_(); | |
987 get runtimeType => TrackDefaultList; | |
988 toString() => super.toString(); | |
989 } | |
990 patch class RelatedEvent { | |
991 static Type get instanceRuntimeType => RelatedEventImpl; | |
992 | |
993 } | |
994 class RelatedEventImpl extends RelatedEvent implements js_library.JSObjectInterf
acesDom { | |
995 RelatedEventImpl.internal_() : super.internal_(); | |
996 get runtimeType => RelatedEvent; | |
997 toString() => super.toString(); | |
998 } | |
999 patch class TableCaptionElement { | |
1000 static Type get instanceRuntimeType => TableCaptionElementImpl; | |
1001 | |
1002 } | |
1003 class TableCaptionElementImpl extends TableCaptionElement implements js_library.
JSObjectInterfacesDom { | |
1004 TableCaptionElementImpl.internal_() : super.internal_(); | |
1005 get runtimeType => TableCaptionElement; | |
1006 toString() => super.toString(); | |
1007 } | |
1008 patch class ScrollState { | |
1009 static Type get instanceRuntimeType => ScrollStateImpl; | |
1010 | |
1011 } | |
1012 class ScrollStateImpl extends ScrollState implements js_library.JSObjectInterfac
esDom { | |
1013 ScrollStateImpl.internal_() : super.internal_(); | |
1014 get runtimeType => ScrollState; | |
1015 toString() => super.toString(); | |
1016 } | |
1017 patch class MenuItemElement { | |
1018 static Type get instanceRuntimeType => MenuItemElementImpl; | |
1019 | |
1020 } | |
1021 class MenuItemElementImpl extends MenuItemElement implements js_library.JSObject
InterfacesDom { | |
1022 MenuItemElementImpl.internal_() : super.internal_(); | |
1023 get runtimeType => MenuItemElement; | |
1024 toString() => super.toString(); | |
1025 } | |
1026 patch class MediaKeyStatusMap { | |
1027 static Type get instanceRuntimeType => MediaKeyStatusMapImpl; | |
1028 | |
1029 } | |
1030 class MediaKeyStatusMapImpl extends MediaKeyStatusMap implements js_library.JSOb
jectInterfacesDom { | |
1031 MediaKeyStatusMapImpl.internal_() : super.internal_(); | |
1032 get runtimeType => MediaKeyStatusMap; | |
1033 toString() => super.toString(); | |
1034 } | |
1035 patch class RtcDataChannelEvent { | |
1036 static Type get instanceRuntimeType => RtcDataChannelEventImpl; | |
1037 | |
1038 } | |
1039 class RtcDataChannelEventImpl extends RtcDataChannelEvent implements js_library.
JSObjectInterfacesDom { | |
1040 RtcDataChannelEventImpl.internal_() : super.internal_(); | |
1041 get runtimeType => RtcDataChannelEvent; | |
1042 toString() => super.toString(); | |
1043 } | |
1044 patch class MediaElement { | |
1045 static Type get instanceRuntimeType => MediaElementImpl; | |
1046 | |
1047 } | |
1048 class MediaElementImpl extends MediaElement implements js_library.JSObjectInterf
acesDom { | |
1049 MediaElementImpl.internal_() : super.internal_(); | |
1050 get runtimeType => MediaElement; | |
1051 toString() => super.toString(); | |
1052 } | |
1053 patch class MediaDeviceInfo { | |
1054 static Type get instanceRuntimeType => MediaDeviceInfoImpl; | |
1055 | |
1056 } | |
1057 class MediaDeviceInfoImpl extends MediaDeviceInfo implements js_library.JSObject
InterfacesDom { | |
1058 MediaDeviceInfoImpl.internal_() : super.internal_(); | |
1059 get runtimeType => MediaDeviceInfo; | |
1060 toString() => super.toString(); | |
1061 } | |
1062 patch class StorageEvent { | |
1063 static Type get instanceRuntimeType => StorageEventImpl; | |
1064 | |
1065 } | |
1066 class StorageEventImpl extends StorageEvent implements js_library.JSObjectInterf
acesDom { | |
1067 StorageEventImpl.internal_() : super.internal_(); | |
1068 get runtimeType => StorageEvent; | |
1069 toString() => super.toString(); | |
1070 } | |
1071 patch class FormData { | |
1072 static Type get instanceRuntimeType => FormDataImpl; | |
1073 | |
1074 } | |
1075 class FormDataImpl extends FormData implements js_library.JSObjectInterfacesDom
{ | |
1076 FormDataImpl.internal_() : super.internal_(); | |
1077 get runtimeType => FormData; | |
1078 toString() => super.toString(); | |
1079 } | |
1080 patch class PushEvent { | |
1081 static Type get instanceRuntimeType => PushEventImpl; | |
1082 | |
1083 } | |
1084 class PushEventImpl extends PushEvent implements js_library.JSObjectInterfacesDo
m { | |
1085 PushEventImpl.internal_() : super.internal_(); | |
1086 get runtimeType => PushEvent; | |
1087 toString() => super.toString(); | |
1088 } | |
1089 patch class CssPageRule { | |
1090 static Type get instanceRuntimeType => CssPageRuleImpl; | |
1091 | |
1092 } | |
1093 class CssPageRuleImpl extends CssPageRule implements js_library.JSObjectInterfac
esDom { | |
1094 CssPageRuleImpl.internal_() : super.internal_(); | |
1095 get runtimeType => CssPageRule; | |
1096 toString() => super.toString(); | |
1097 } | |
1098 patch class PageTransitionEvent { | |
1099 static Type get instanceRuntimeType => PageTransitionEventImpl; | |
1100 | |
1101 } | |
1102 class PageTransitionEventImpl extends PageTransitionEvent implements js_library.
JSObjectInterfacesDom { | |
1103 PageTransitionEventImpl.internal_() : super.internal_(); | |
1104 get runtimeType => PageTransitionEvent; | |
1105 toString() => super.toString(); | |
1106 } | |
1107 patch class MemoryInfo { | |
1108 static Type get instanceRuntimeType => MemoryInfoImpl; | |
1109 | |
1110 } | |
1111 class MemoryInfoImpl extends MemoryInfo implements js_library.JSObjectInterfaces
Dom { | |
1112 MemoryInfoImpl.internal_() : super.internal_(); | |
1113 get runtimeType => MemoryInfo; | |
1114 toString() => super.toString(); | |
1115 } | |
1116 patch class ChromiumValuebuffer { | |
1117 static Type get instanceRuntimeType => ChromiumValuebufferImpl; | |
1118 | |
1119 } | |
1120 class ChromiumValuebufferImpl extends ChromiumValuebuffer implements js_library.
JSObjectInterfacesDom { | |
1121 ChromiumValuebufferImpl.internal_() : super.internal_(); | |
1122 get runtimeType => ChromiumValuebuffer; | |
1123 toString() => super.toString(); | |
1124 } | |
1125 patch class KeyframeEffect { | |
1126 static Type get instanceRuntimeType => KeyframeEffectImpl; | |
1127 | |
1128 } | |
1129 class KeyframeEffectImpl extends KeyframeEffect implements js_library.JSObjectIn
terfacesDom { | |
1130 KeyframeEffectImpl.internal_() : super.internal_(); | |
1131 get runtimeType => KeyframeEffect; | |
1132 toString() => super.toString(); | |
1133 } | |
1134 patch class XPathEvaluator { | |
1135 static Type get instanceRuntimeType => XPathEvaluatorImpl; | |
1136 | |
1137 } | |
1138 class XPathEvaluatorImpl extends XPathEvaluator implements js_library.JSObjectIn
terfacesDom { | |
1139 XPathEvaluatorImpl.internal_() : super.internal_(); | |
1140 get runtimeType => XPathEvaluator; | |
1141 toString() => super.toString(); | |
1142 } | |
1143 patch class ContentElement { | |
1144 static Type get instanceRuntimeType => ContentElementImpl; | |
1145 | |
1146 } | |
1147 class ContentElementImpl extends ContentElement implements js_library.JSObjectIn
terfacesDom { | |
1148 ContentElementImpl.internal_() : super.internal_(); | |
1149 get runtimeType => ContentElement; | |
1150 toString() => super.toString(); | |
1151 } | |
1152 patch class CompositionEvent { | |
1153 static Type get instanceRuntimeType => CompositionEventImpl; | |
1154 | |
1155 } | |
1156 class CompositionEventImpl extends CompositionEvent implements js_library.JSObje
ctInterfacesDom { | |
1157 CompositionEventImpl.internal_() : super.internal_(); | |
1158 get runtimeType => CompositionEvent; | |
1159 toString() => super.toString(); | 1195 toString() => super.toString(); |
1160 } | 1196 } |
1161 patch class FileWriter { | 1197 patch class FileWriter { |
1162 static Type get instanceRuntimeType => FileWriterImpl; | 1198 static Type get instanceRuntimeType => FileWriterImpl; |
1163 | 1199 |
1164 } | 1200 } |
1165 class FileWriterImpl extends FileWriter implements js_library.JSObjectInterfaces
Dom { | 1201 class FileWriterImpl extends FileWriter implements js_library.JSObjectInterfaces
Dom { |
1166 FileWriterImpl.internal_() : super.internal_(); | 1202 FileWriterImpl.internal_() : super.internal_(); |
1167 get runtimeType => FileWriter; | 1203 get runtimeType => FileWriter; |
1168 toString() => super.toString(); | 1204 toString() => super.toString(); |
1169 } | 1205 } |
1170 patch class SpanElement { | 1206 patch class FocusEvent { |
1171 static Type get instanceRuntimeType => SpanElementImpl; | 1207 static Type get instanceRuntimeType => FocusEventImpl; |
1172 | 1208 |
1173 } | 1209 } |
1174 class SpanElementImpl extends SpanElement implements js_library.JSObjectInterfac
esDom { | 1210 class FocusEventImpl extends FocusEvent implements js_library.JSObjectInterfaces
Dom { |
1175 SpanElementImpl.internal_() : super.internal_(); | 1211 FocusEventImpl.internal_() : super.internal_(); |
1176 get runtimeType => SpanElement; | 1212 get runtimeType => FocusEvent; |
1177 toString() => super.toString(); | 1213 toString() => super.toString(); |
1178 } | 1214 } |
1179 patch class _WebKitCSSMatrix { | 1215 patch class FontFace { |
1180 static Type get instanceRuntimeType => _WebKitCSSMatrixImpl; | 1216 static Type get instanceRuntimeType => FontFaceImpl; |
1181 | 1217 |
1182 } | 1218 } |
1183 class _WebKitCSSMatrixImpl extends _WebKitCSSMatrix implements js_library.JSObje
ctInterfacesDom { | 1219 class FontFaceImpl extends FontFace implements js_library.JSObjectInterfacesDom
{ |
1184 _WebKitCSSMatrixImpl.internal_() : super.internal_(); | 1220 FontFaceImpl.internal_() : super.internal_(); |
1185 get runtimeType => _WebKitCSSMatrix; | 1221 get runtimeType => FontFace; |
1186 toString() => super.toString(); | 1222 toString() => super.toString(); |
1187 } | 1223 } |
1188 patch class WorkerPerformance { | 1224 patch class FontFaceSet { |
1189 static Type get instanceRuntimeType => WorkerPerformanceImpl; | 1225 static Type get instanceRuntimeType => FontFaceSetImpl; |
1190 | 1226 |
1191 } | 1227 } |
1192 class WorkerPerformanceImpl extends WorkerPerformance implements js_library.JSOb
jectInterfacesDom { | 1228 class FontFaceSetImpl extends FontFaceSet implements js_library.JSObjectInterfac
esDom { |
1193 WorkerPerformanceImpl.internal_() : super.internal_(); | 1229 FontFaceSetImpl.internal_() : super.internal_(); |
1194 get runtimeType => WorkerPerformance; | 1230 get runtimeType => FontFaceSet; |
1195 toString() => super.toString(); | 1231 toString() => super.toString(); |
1196 } | 1232 } |
1197 patch class TransitionEvent { | 1233 patch class FontFaceSetLoadEvent { |
1198 static Type get instanceRuntimeType => TransitionEventImpl; | 1234 static Type get instanceRuntimeType => FontFaceSetLoadEventImpl; |
1199 | 1235 |
1200 } | 1236 } |
1201 class TransitionEventImpl extends TransitionEvent implements js_library.JSObject
InterfacesDom { | 1237 class FontFaceSetLoadEventImpl extends FontFaceSetLoadEvent implements js_librar
y.JSObjectInterfacesDom { |
1202 TransitionEventImpl.internal_() : super.internal_(); | 1238 FontFaceSetLoadEventImpl.internal_() : super.internal_(); |
1203 get runtimeType => TransitionEvent; | 1239 get runtimeType => FontFaceSetLoadEvent; |
| 1240 toString() => super.toString(); |
| 1241 } |
| 1242 patch class FormData { |
| 1243 static Type get instanceRuntimeType => FormDataImpl; |
| 1244 |
| 1245 } |
| 1246 class FormDataImpl extends FormData implements js_library.JSObjectInterfacesDom
{ |
| 1247 FormDataImpl.internal_() : super.internal_(); |
| 1248 get runtimeType => FormData; |
| 1249 toString() => super.toString(); |
| 1250 } |
| 1251 patch class FormElement { |
| 1252 static Type get instanceRuntimeType => FormElementImpl; |
| 1253 |
| 1254 } |
| 1255 class FormElementImpl extends FormElement implements js_library.JSObjectInterfac
esDom { |
| 1256 FormElementImpl.internal_() : super.internal_(); |
| 1257 get runtimeType => FormElement; |
| 1258 toString() => super.toString(); |
| 1259 } |
| 1260 patch class Gamepad { |
| 1261 static Type get instanceRuntimeType => GamepadImpl; |
| 1262 |
| 1263 } |
| 1264 class GamepadImpl extends Gamepad implements js_library.JSObjectInterfacesDom { |
| 1265 GamepadImpl.internal_() : super.internal_(); |
| 1266 get runtimeType => Gamepad; |
| 1267 toString() => super.toString(); |
| 1268 } |
| 1269 patch class GamepadButton { |
| 1270 static Type get instanceRuntimeType => GamepadButtonImpl; |
| 1271 |
| 1272 } |
| 1273 class GamepadButtonImpl extends GamepadButton implements js_library.JSObjectInte
rfacesDom { |
| 1274 GamepadButtonImpl.internal_() : super.internal_(); |
| 1275 get runtimeType => GamepadButton; |
1204 toString() => super.toString(); | 1276 toString() => super.toString(); |
1205 } | 1277 } |
1206 patch class GamepadEvent { | 1278 patch class GamepadEvent { |
1207 static Type get instanceRuntimeType => GamepadEventImpl; | 1279 static Type get instanceRuntimeType => GamepadEventImpl; |
1208 | 1280 |
1209 } | 1281 } |
1210 class GamepadEventImpl extends GamepadEvent implements js_library.JSObjectInterf
acesDom { | 1282 class GamepadEventImpl extends GamepadEvent implements js_library.JSObjectInterf
acesDom { |
1211 GamepadEventImpl.internal_() : super.internal_(); | 1283 GamepadEventImpl.internal_() : super.internal_(); |
1212 get runtimeType => GamepadEvent; | 1284 get runtimeType => GamepadEvent; |
1213 toString() => super.toString(); | 1285 toString() => super.toString(); |
1214 } | 1286 } |
1215 patch class _HTMLFontElement { | 1287 patch class Geofencing { |
1216 static Type get instanceRuntimeType => _HTMLFontElementImpl; | 1288 static Type get instanceRuntimeType => GeofencingImpl; |
1217 | 1289 |
1218 } | 1290 } |
1219 class _HTMLFontElementImpl extends _HTMLFontElement implements js_library.JSObje
ctInterfacesDom { | 1291 class GeofencingImpl extends Geofencing implements js_library.JSObjectInterfaces
Dom { |
1220 _HTMLFontElementImpl.internal_() : super.internal_(); | 1292 GeofencingImpl.internal_() : super.internal_(); |
1221 get runtimeType => _HTMLFontElement; | 1293 get runtimeType => Geofencing; |
1222 toString() => super.toString(); | 1294 toString() => super.toString(); |
1223 } | 1295 } |
1224 patch class _Response { | 1296 patch class GeofencingEvent { |
1225 static Type get instanceRuntimeType => _ResponseImpl; | 1297 static Type get instanceRuntimeType => GeofencingEventImpl; |
1226 | 1298 |
1227 } | 1299 } |
1228 class _ResponseImpl extends _Response implements js_library.JSObjectInterfacesDo
m { | 1300 class GeofencingEventImpl extends GeofencingEvent implements js_library.JSObject
InterfacesDom { |
1229 _ResponseImpl.internal_() : super.internal_(); | 1301 GeofencingEventImpl.internal_() : super.internal_(); |
1230 get runtimeType => _Response; | 1302 get runtimeType => GeofencingEvent; |
1231 toString() => super.toString(); | 1303 toString() => super.toString(); |
1232 } | 1304 } |
1233 patch class _PagePopupController { | 1305 patch class GeofencingRegion { |
1234 static Type get instanceRuntimeType => _PagePopupControllerImpl; | 1306 static Type get instanceRuntimeType => GeofencingRegionImpl; |
1235 | 1307 |
1236 } | 1308 } |
1237 class _PagePopupControllerImpl extends _PagePopupController implements js_librar
y.JSObjectInterfacesDom { | 1309 class GeofencingRegionImpl extends GeofencingRegion implements js_library.JSObje
ctInterfacesDom { |
1238 _PagePopupControllerImpl.internal_() : super.internal_(); | 1310 GeofencingRegionImpl.internal_() : super.internal_(); |
1239 get runtimeType => _PagePopupController; | 1311 get runtimeType => GeofencingRegion; |
1240 toString() => super.toString(); | 1312 toString() => super.toString(); |
1241 } | 1313 } |
1242 patch class AnimationPlayerEvent { | 1314 patch class Geolocation { |
1243 static Type get instanceRuntimeType => AnimationPlayerEventImpl; | 1315 static Type get instanceRuntimeType => GeolocationImpl; |
1244 | 1316 |
1245 } | 1317 } |
1246 class AnimationPlayerEventImpl extends AnimationPlayerEvent implements js_librar
y.JSObjectInterfacesDom { | 1318 class GeolocationImpl extends Geolocation implements js_library.JSObjectInterfac
esDom { |
1247 AnimationPlayerEventImpl.internal_() : super.internal_(); | 1319 GeolocationImpl.internal_() : super.internal_(); |
1248 get runtimeType => AnimationPlayerEvent; | 1320 get runtimeType => Geolocation; |
1249 toString() => super.toString(); | 1321 toString() => super.toString(); |
1250 } | 1322 } |
1251 patch class DomTokenList { | 1323 patch class Geoposition { |
1252 static Type get instanceRuntimeType => DomTokenListImpl; | 1324 static Type get instanceRuntimeType => GeopositionImpl; |
1253 | 1325 |
1254 } | 1326 } |
1255 class DomTokenListImpl extends DomTokenList implements js_library.JSObjectInterf
acesDom { | 1327 class GeopositionImpl extends Geoposition implements js_library.JSObjectInterfac
esDom { |
1256 DomTokenListImpl.internal_() : super.internal_(); | 1328 GeopositionImpl.internal_() : super.internal_(); |
1257 get runtimeType => DomTokenList; | 1329 get runtimeType => Geoposition; |
1258 toString() => super.toString(); | 1330 toString() => super.toString(); |
1259 } | 1331 } |
1260 patch class _GamepadList { | 1332 patch class GlobalEventHandlers { |
1261 static Type get instanceRuntimeType => _GamepadListImpl; | 1333 static Type get instanceRuntimeType => GlobalEventHandlersImpl; |
1262 | 1334 |
1263 } | 1335 } |
1264 class _GamepadListImpl extends _GamepadList implements js_library.JSObjectInterf
acesDom { | 1336 class GlobalEventHandlersImpl extends GlobalEventHandlers implements js_library.
JSObjectInterfacesDom { |
1265 _GamepadListImpl.internal_() : super.internal_(); | 1337 GlobalEventHandlersImpl.internal_() : super.internal_(); |
1266 get runtimeType => _GamepadList; | 1338 get runtimeType => GlobalEventHandlers; |
1267 toString() => super.toString(); | 1339 toString() => super.toString(); |
1268 } | 1340 } |
1269 patch class PluginArray { | 1341 patch class HRElement { |
1270 static Type get instanceRuntimeType => PluginArrayImpl; | 1342 static Type get instanceRuntimeType => HRElementImpl; |
1271 | 1343 |
1272 } | 1344 } |
1273 class PluginArrayImpl extends PluginArray implements js_library.JSObjectInterfac
esDom { | 1345 class HRElementImpl extends HRElement implements js_library.JSObjectInterfacesDo
m { |
1274 PluginArrayImpl.internal_() : super.internal_(); | 1346 HRElementImpl.internal_() : super.internal_(); |
1275 get runtimeType => PluginArray; | 1347 get runtimeType => HRElement; |
1276 toString() => super.toString(); | 1348 toString() => super.toString(); |
1277 } | 1349 } |
1278 patch class DomPoint { | 1350 patch class HashChangeEvent { |
1279 static Type get instanceRuntimeType => DomPointImpl; | 1351 static Type get instanceRuntimeType => HashChangeEventImpl; |
1280 | 1352 |
1281 } | 1353 } |
1282 class DomPointImpl extends DomPoint implements js_library.JSObjectInterfacesDom
{ | 1354 class HashChangeEventImpl extends HashChangeEvent implements js_library.JSObject
InterfacesDom { |
1283 DomPointImpl.internal_() : super.internal_(); | 1355 HashChangeEventImpl.internal_() : super.internal_(); |
1284 get runtimeType => DomPoint; | 1356 get runtimeType => HashChangeEvent; |
1285 toString() => super.toString(); | 1357 toString() => super.toString(); |
1286 } | 1358 } |
1287 patch class FileSystem { | 1359 patch class HeadElement { |
1288 static Type get instanceRuntimeType => FileSystemImpl; | 1360 static Type get instanceRuntimeType => HeadElementImpl; |
1289 | 1361 |
1290 } | 1362 } |
1291 class FileSystemImpl extends FileSystem implements js_library.JSObjectInterfaces
Dom { | 1363 class HeadElementImpl extends HeadElement implements js_library.JSObjectInterfac
esDom { |
1292 FileSystemImpl.internal_() : super.internal_(); | 1364 HeadElementImpl.internal_() : super.internal_(); |
1293 get runtimeType => FileSystem; | 1365 get runtimeType => HeadElement; |
1294 toString() => super.toString(); | 1366 toString() => super.toString(); |
1295 } | 1367 } |
1296 patch class NavigatorCpu { | 1368 patch class Headers { |
1297 static Type get instanceRuntimeType => NavigatorCpuImpl; | 1369 static Type get instanceRuntimeType => HeadersImpl; |
1298 | 1370 |
1299 } | 1371 } |
1300 class NavigatorCpuImpl extends NavigatorCpu implements js_library.JSObjectInterf
acesDom { | 1372 class HeadersImpl extends Headers implements js_library.JSObjectInterfacesDom { |
1301 NavigatorCpuImpl.internal_() : super.internal_(); | 1373 HeadersImpl.internal_() : super.internal_(); |
1302 get runtimeType => NavigatorCpu; | 1374 get runtimeType => Headers; |
1303 toString() => super.toString(); | 1375 toString() => super.toString(); |
1304 } | 1376 } |
1305 patch class VideoTrack { | 1377 patch class HeadingElement { |
1306 static Type get instanceRuntimeType => VideoTrackImpl; | 1378 static Type get instanceRuntimeType => HeadingElementImpl; |
1307 | 1379 |
1308 } | 1380 } |
1309 class VideoTrackImpl extends VideoTrack implements js_library.JSObjectInterfaces
Dom { | 1381 class HeadingElementImpl extends HeadingElement implements js_library.JSObjectIn
terfacesDom { |
1310 VideoTrackImpl.internal_() : super.internal_(); | 1382 HeadingElementImpl.internal_() : super.internal_(); |
1311 get runtimeType => VideoTrack; | 1383 get runtimeType => HeadingElement; |
1312 toString() => super.toString(); | 1384 toString() => super.toString(); |
1313 } | 1385 } |
1314 patch class QuoteElement { | 1386 patch class History { |
1315 static Type get instanceRuntimeType => QuoteElementImpl; | 1387 static Type get instanceRuntimeType => HistoryImpl; |
1316 | 1388 |
1317 } | 1389 } |
1318 class QuoteElementImpl extends QuoteElement implements js_library.JSObjectInterf
acesDom { | 1390 class HistoryImpl extends History implements js_library.JSObjectInterfacesDom { |
1319 QuoteElementImpl.internal_() : super.internal_(); | 1391 HistoryImpl.internal_() : super.internal_(); |
1320 get runtimeType => QuoteElement; | 1392 get runtimeType => History; |
1321 toString() => super.toString(); | 1393 toString() => super.toString(); |
1322 } | 1394 } |
1323 patch class LabelElement { | 1395 patch class HmdvrDevice { |
1324 static Type get instanceRuntimeType => LabelElementImpl; | 1396 static Type get instanceRuntimeType => HmdvrDeviceImpl; |
1325 | 1397 |
1326 } | 1398 } |
1327 class LabelElementImpl extends LabelElement implements js_library.JSObjectInterf
acesDom { | 1399 class HmdvrDeviceImpl extends HmdvrDevice implements js_library.JSObjectInterfac
esDom { |
1328 LabelElementImpl.internal_() : super.internal_(); | 1400 HmdvrDeviceImpl.internal_() : super.internal_(); |
1329 get runtimeType => LabelElement; | 1401 get runtimeType => HmdvrDevice; |
1330 toString() => super.toString(); | 1402 toString() => super.toString(); |
1331 } | 1403 } |
1332 patch class TextAreaElement { | 1404 patch class HtmlCollection { |
1333 static Type get instanceRuntimeType => TextAreaElementImpl; | 1405 static Type get instanceRuntimeType => HtmlCollectionImpl; |
1334 | 1406 |
1335 } | 1407 } |
1336 class TextAreaElementImpl extends TextAreaElement implements js_library.JSObject
InterfacesDom { | 1408 class HtmlCollectionImpl extends HtmlCollection implements js_library.JSObjectIn
terfacesDom { |
1337 TextAreaElementImpl.internal_() : super.internal_(); | 1409 HtmlCollectionImpl.internal_() : super.internal_(); |
1338 get runtimeType => TextAreaElement; | 1410 get runtimeType => HtmlCollection; |
1339 toString() => super.toString(); | 1411 toString() => super.toString(); |
1340 } | 1412 } |
1341 patch class TextMetrics { | 1413 patch class HtmlDocument { |
1342 static Type get instanceRuntimeType => TextMetricsImpl; | 1414 static Type get instanceRuntimeType => HtmlDocumentImpl; |
1343 | 1415 |
1344 } | 1416 } |
1345 class TextMetricsImpl extends TextMetrics implements js_library.JSObjectInterfac
esDom { | 1417 class HtmlDocumentImpl extends HtmlDocument implements js_library.JSObjectInterf
acesDom { |
1346 TextMetricsImpl.internal_() : super.internal_(); | 1418 HtmlDocumentImpl.internal_() : super.internal_(); |
1347 get runtimeType => TextMetrics; | 1419 get runtimeType => HtmlDocument; |
1348 toString() => super.toString(); | 1420 toString() => super.toString(); |
1349 } | 1421 } |
1350 patch class Selection { | 1422 patch class HtmlElement { |
1351 static Type get instanceRuntimeType => SelectionImpl; | 1423 static Type get instanceRuntimeType => HtmlElementImpl; |
1352 | 1424 |
1353 } | 1425 } |
1354 class SelectionImpl extends Selection implements js_library.JSObjectInterfacesDo
m { | 1426 class HtmlElementImpl extends HtmlElement implements js_library.JSObjectInterfac
esDom { |
1355 SelectionImpl.internal_() : super.internal_(); | 1427 HtmlElementImpl.internal_() : super.internal_(); |
1356 get runtimeType => Selection; | 1428 get runtimeType => HtmlElement; |
1357 toString() => super.toString(); | |
1358 } | |
1359 patch class NodeIterator { | |
1360 static Type get instanceRuntimeType => NodeIteratorImpl; | |
1361 | |
1362 } | |
1363 class NodeIteratorImpl extends NodeIterator implements js_library.JSObjectInterf
acesDom { | |
1364 NodeIteratorImpl.internal_() : super.internal_(); | |
1365 get runtimeType => NodeIterator; | |
1366 toString() => super.toString(); | |
1367 } | |
1368 patch class _HTMLDirectoryElement { | |
1369 static Type get instanceRuntimeType => _HTMLDirectoryElementImpl; | |
1370 | |
1371 } | |
1372 class _HTMLDirectoryElementImpl extends _HTMLDirectoryElement implements js_libr
ary.JSObjectInterfacesDom { | |
1373 _HTMLDirectoryElementImpl.internal_() : super.internal_(); | |
1374 get runtimeType => _HTMLDirectoryElement; | |
1375 toString() => super.toString(); | |
1376 } | |
1377 patch class AreaElement { | |
1378 static Type get instanceRuntimeType => AreaElementImpl; | |
1379 | |
1380 } | |
1381 class AreaElementImpl extends AreaElement implements js_library.JSObjectInterfac
esDom { | |
1382 AreaElementImpl.internal_() : super.internal_(); | |
1383 get runtimeType => AreaElement; | |
1384 toString() => super.toString(); | |
1385 } | |
1386 patch class Notification { | |
1387 static Type get instanceRuntimeType => NotificationImpl; | |
1388 | |
1389 } | |
1390 class NotificationImpl extends Notification implements js_library.JSObjectInterf
acesDom { | |
1391 NotificationImpl.internal_() : super.internal_(); | |
1392 get runtimeType => Notification; | |
1393 toString() => super.toString(); | |
1394 } | |
1395 patch class TableCellElement { | |
1396 static Type get instanceRuntimeType => TableCellElementImpl; | |
1397 | |
1398 } | |
1399 class TableCellElementImpl extends TableCellElement implements js_library.JSObje
ctInterfacesDom { | |
1400 TableCellElementImpl.internal_() : super.internal_(); | |
1401 get runtimeType => TableCellElement; | |
1402 toString() => super.toString(); | |
1403 } | |
1404 patch class DomStringMap { | |
1405 static Type get instanceRuntimeType => DomStringMapImpl; | |
1406 | |
1407 } | |
1408 class DomStringMapImpl extends DomStringMap implements js_library.JSObjectInterf
acesDom { | |
1409 DomStringMapImpl.internal_() : super.internal_(); | |
1410 get runtimeType => DomStringMap; | |
1411 toString() => super.toString(); | |
1412 } | |
1413 patch class Entry { | |
1414 static Type get instanceRuntimeType => EntryImpl; | |
1415 | |
1416 } | |
1417 class EntryImpl extends Entry implements js_library.JSObjectInterfacesDom { | |
1418 EntryImpl.internal_() : super.internal_(); | |
1419 get runtimeType => Entry; | |
1420 toString() => super.toString(); | |
1421 } | |
1422 patch class PeriodicSyncManager { | |
1423 static Type get instanceRuntimeType => PeriodicSyncManagerImpl; | |
1424 | |
1425 } | |
1426 class PeriodicSyncManagerImpl extends PeriodicSyncManager implements js_library.
JSObjectInterfacesDom { | |
1427 PeriodicSyncManagerImpl.internal_() : super.internal_(); | |
1428 get runtimeType => PeriodicSyncManager; | |
1429 toString() => super.toString(); | |
1430 } | |
1431 patch class RtcIceCandidate { | |
1432 static Type get instanceRuntimeType => RtcIceCandidateImpl; | |
1433 | |
1434 } | |
1435 class RtcIceCandidateImpl extends RtcIceCandidate implements js_library.JSObject
InterfacesDom { | |
1436 RtcIceCandidateImpl.internal_() : super.internal_(); | |
1437 get runtimeType => RtcIceCandidate; | |
1438 toString() => super.toString(); | |
1439 } | |
1440 patch class SpeechRecognitionResult { | |
1441 static Type get instanceRuntimeType => SpeechRecognitionResultImpl; | |
1442 | |
1443 } | |
1444 class SpeechRecognitionResultImpl extends SpeechRecognitionResult implements js_
library.JSObjectInterfacesDom { | |
1445 SpeechRecognitionResultImpl.internal_() : super.internal_(); | |
1446 get runtimeType => SpeechRecognitionResult; | |
1447 toString() => super.toString(); | |
1448 } | |
1449 patch class TextTrackList { | |
1450 static Type get instanceRuntimeType => TextTrackListImpl; | |
1451 | |
1452 } | |
1453 class TextTrackListImpl extends TextTrackList implements js_library.JSObjectInte
rfacesDom { | |
1454 TextTrackListImpl.internal_() : super.internal_(); | |
1455 get runtimeType => TextTrackList; | |
1456 toString() => super.toString(); | |
1457 } | |
1458 patch class _ServiceWorker { | |
1459 static Type get instanceRuntimeType => _ServiceWorkerImpl; | |
1460 | |
1461 } | |
1462 class _ServiceWorkerImpl extends _ServiceWorker implements js_library.JSObjectIn
terfacesDom { | |
1463 _ServiceWorkerImpl.internal_() : super.internal_(); | |
1464 get runtimeType => _ServiceWorker; | |
1465 toString() => super.toString(); | |
1466 } | |
1467 patch class SharedWorker { | |
1468 static Type get instanceRuntimeType => SharedWorkerImpl; | |
1469 | |
1470 } | |
1471 class SharedWorkerImpl extends SharedWorker implements js_library.JSObjectInterf
acesDom { | |
1472 SharedWorkerImpl.internal_() : super.internal_(); | |
1473 get runtimeType => SharedWorker; | |
1474 toString() => super.toString(); | |
1475 } | |
1476 patch class EventTarget { | |
1477 static Type get instanceRuntimeType => EventTargetImpl; | |
1478 | |
1479 } | |
1480 class EventTargetImpl extends EventTarget implements js_library.JSObjectInterfac
esDom { | |
1481 EventTargetImpl.internal_() : super.internal_(); | |
1482 get runtimeType => EventTarget; | |
1483 toString() => super.toString(); | 1429 toString() => super.toString(); |
1484 } | 1430 } |
1485 patch class HtmlFormControlsCollection { | 1431 patch class HtmlFormControlsCollection { |
1486 static Type get instanceRuntimeType => HtmlFormControlsCollectionImpl; | 1432 static Type get instanceRuntimeType => HtmlFormControlsCollectionImpl; |
1487 | 1433 |
1488 } | 1434 } |
1489 class HtmlFormControlsCollectionImpl extends HtmlFormControlsCollection implemen
ts js_library.JSObjectInterfacesDom { | 1435 class HtmlFormControlsCollectionImpl extends HtmlFormControlsCollection implemen
ts js_library.JSObjectInterfacesDom { |
1490 HtmlFormControlsCollectionImpl.internal_() : super.internal_(); | 1436 HtmlFormControlsCollectionImpl.internal_() : super.internal_(); |
1491 get runtimeType => HtmlFormControlsCollection; | 1437 get runtimeType => HtmlFormControlsCollection; |
1492 toString() => super.toString(); | 1438 toString() => super.toString(); |
1493 } | 1439 } |
| 1440 patch class HtmlHtmlElement { |
| 1441 static Type get instanceRuntimeType => HtmlHtmlElementImpl; |
| 1442 |
| 1443 } |
| 1444 class HtmlHtmlElementImpl extends HtmlHtmlElement implements js_library.JSObject
InterfacesDom { |
| 1445 HtmlHtmlElementImpl.internal_() : super.internal_(); |
| 1446 get runtimeType => HtmlHtmlElement; |
| 1447 toString() => super.toString(); |
| 1448 } |
| 1449 patch class HtmlOptionsCollection { |
| 1450 static Type get instanceRuntimeType => HtmlOptionsCollectionImpl; |
| 1451 |
| 1452 } |
| 1453 class HtmlOptionsCollectionImpl extends HtmlOptionsCollection implements js_libr
ary.JSObjectInterfacesDom { |
| 1454 HtmlOptionsCollectionImpl.internal_() : super.internal_(); |
| 1455 get runtimeType => HtmlOptionsCollection; |
| 1456 toString() => super.toString(); |
| 1457 } |
| 1458 patch class HttpRequest { |
| 1459 static Type get instanceRuntimeType => HttpRequestImpl; |
| 1460 |
| 1461 } |
| 1462 class HttpRequestImpl extends HttpRequest implements js_library.JSObjectInterfac
esDom { |
| 1463 HttpRequestImpl.internal_() : super.internal_(); |
| 1464 get runtimeType => HttpRequest; |
| 1465 toString() => super.toString(); |
| 1466 } |
| 1467 patch class HttpRequestEventTarget { |
| 1468 static Type get instanceRuntimeType => HttpRequestEventTargetImpl; |
| 1469 |
| 1470 } |
| 1471 class HttpRequestEventTargetImpl extends HttpRequestEventTarget implements js_li
brary.JSObjectInterfacesDom { |
| 1472 HttpRequestEventTargetImpl.internal_() : super.internal_(); |
| 1473 get runtimeType => HttpRequestEventTarget; |
| 1474 toString() => super.toString(); |
| 1475 } |
| 1476 patch class HttpRequestUpload { |
| 1477 static Type get instanceRuntimeType => HttpRequestUploadImpl; |
| 1478 |
| 1479 } |
| 1480 class HttpRequestUploadImpl extends HttpRequestUpload implements js_library.JSOb
jectInterfacesDom { |
| 1481 HttpRequestUploadImpl.internal_() : super.internal_(); |
| 1482 get runtimeType => HttpRequestUpload; |
| 1483 toString() => super.toString(); |
| 1484 } |
| 1485 patch class IFrameElement { |
| 1486 static Type get instanceRuntimeType => IFrameElementImpl; |
| 1487 |
| 1488 } |
| 1489 class IFrameElementImpl extends IFrameElement implements js_library.JSObjectInte
rfacesDom { |
| 1490 IFrameElementImpl.internal_() : super.internal_(); |
| 1491 get runtimeType => IFrameElement; |
| 1492 toString() => super.toString(); |
| 1493 } |
| 1494 patch class ImageBitmap { |
| 1495 static Type get instanceRuntimeType => ImageBitmapImpl; |
| 1496 |
| 1497 } |
| 1498 class ImageBitmapImpl extends ImageBitmap implements js_library.JSObjectInterfac
esDom { |
| 1499 ImageBitmapImpl.internal_() : super.internal_(); |
| 1500 get runtimeType => ImageBitmap; |
| 1501 toString() => super.toString(); |
| 1502 } |
| 1503 patch class ImageData { |
| 1504 static Type get instanceRuntimeType => ImageDataImpl; |
| 1505 |
| 1506 } |
| 1507 class ImageDataImpl extends ImageData implements js_library.JSObjectInterfacesDo
m { |
| 1508 ImageDataImpl.internal_() : super.internal_(); |
| 1509 get runtimeType => ImageData; |
| 1510 toString() => super.toString(); |
| 1511 } |
| 1512 patch class ImageElement { |
| 1513 static Type get instanceRuntimeType => ImageElementImpl; |
| 1514 |
| 1515 } |
| 1516 class ImageElementImpl extends ImageElement implements js_library.JSObjectInterf
acesDom { |
| 1517 ImageElementImpl.internal_() : super.internal_(); |
| 1518 get runtimeType => ImageElement; |
| 1519 toString() => super.toString(); |
| 1520 } |
| 1521 patch class InjectedScriptHost { |
| 1522 static Type get instanceRuntimeType => InjectedScriptHostImpl; |
| 1523 |
| 1524 } |
| 1525 class InjectedScriptHostImpl extends InjectedScriptHost implements js_library.JS
ObjectInterfacesDom { |
| 1526 InjectedScriptHostImpl.internal_() : super.internal_(); |
| 1527 get runtimeType => InjectedScriptHost; |
| 1528 toString() => super.toString(); |
| 1529 } |
| 1530 patch class InputDevice { |
| 1531 static Type get instanceRuntimeType => InputDeviceImpl; |
| 1532 |
| 1533 } |
| 1534 class InputDeviceImpl extends InputDevice implements js_library.JSObjectInterfac
esDom { |
| 1535 InputDeviceImpl.internal_() : super.internal_(); |
| 1536 get runtimeType => InputDevice; |
| 1537 toString() => super.toString(); |
| 1538 } |
| 1539 patch class InputElement { |
| 1540 static Type get instanceRuntimeType => InputElementImpl; |
| 1541 |
| 1542 } |
| 1543 class InputElementImpl extends InputElement implements js_library.JSObjectInterf
acesDom { |
| 1544 InputElementImpl.internal_() : super.internal_(); |
| 1545 get runtimeType => InputElement; |
| 1546 toString() => super.toString(); |
| 1547 } |
1494 patch class KeyboardEvent { | 1548 patch class KeyboardEvent { |
1495 static Type get instanceRuntimeType => KeyboardEventImpl; | 1549 static Type get instanceRuntimeType => KeyboardEventImpl; |
1496 | 1550 |
1497 } | 1551 } |
1498 class KeyboardEventImpl extends KeyboardEvent implements js_library.JSObjectInte
rfacesDom { | 1552 class KeyboardEventImpl extends KeyboardEvent implements js_library.JSObjectInte
rfacesDom { |
1499 KeyboardEventImpl.internal_() : super.internal_(); | 1553 KeyboardEventImpl.internal_() : super.internal_(); |
1500 get runtimeType => KeyboardEvent; | 1554 get runtimeType => KeyboardEvent; |
1501 toString() => super.toString(); | 1555 toString() => super.toString(); |
1502 } | 1556 } |
1503 patch class MidiMessageEvent { | 1557 patch class KeyframeEffect { |
1504 static Type get instanceRuntimeType => MidiMessageEventImpl; | 1558 static Type get instanceRuntimeType => KeyframeEffectImpl; |
1505 | 1559 |
1506 } | 1560 } |
1507 class MidiMessageEventImpl extends MidiMessageEvent implements js_library.JSObje
ctInterfacesDom { | 1561 class KeyframeEffectImpl extends KeyframeEffect implements js_library.JSObjectIn
terfacesDom { |
1508 MidiMessageEventImpl.internal_() : super.internal_(); | 1562 KeyframeEffectImpl.internal_() : super.internal_(); |
1509 get runtimeType => MidiMessageEvent; | 1563 get runtimeType => KeyframeEffect; |
1510 toString() => super.toString(); | 1564 toString() => super.toString(); |
1511 } | 1565 } |
1512 patch class CacheStorage { | 1566 patch class KeygenElement { |
1513 static Type get instanceRuntimeType => CacheStorageImpl; | 1567 static Type get instanceRuntimeType => KeygenElementImpl; |
1514 | 1568 |
1515 } | 1569 } |
1516 class CacheStorageImpl extends CacheStorage implements js_library.JSObjectInterf
acesDom { | 1570 class KeygenElementImpl extends KeygenElement implements js_library.JSObjectInte
rfacesDom { |
1517 CacheStorageImpl.internal_() : super.internal_(); | 1571 KeygenElementImpl.internal_() : super.internal_(); |
1518 get runtimeType => CacheStorage; | 1572 get runtimeType => KeygenElement; |
1519 toString() => super.toString(); | 1573 toString() => super.toString(); |
1520 } | 1574 } |
1521 patch class CanvasElement { | 1575 patch class LIElement { |
1522 static Type get instanceRuntimeType => CanvasElementImpl; | 1576 static Type get instanceRuntimeType => LIElementImpl; |
1523 | 1577 |
1524 } | 1578 } |
1525 class CanvasElementImpl extends CanvasElement implements js_library.JSObjectInte
rfacesDom { | 1579 class LIElementImpl extends LIElement implements js_library.JSObjectInterfacesDo
m { |
1526 CanvasElementImpl.internal_() : super.internal_(); | 1580 LIElementImpl.internal_() : super.internal_(); |
1527 get runtimeType => CanvasElement; | 1581 get runtimeType => LIElement; |
1528 toString() => super.toString(); | 1582 toString() => super.toString(); |
1529 } | 1583 } |
1530 patch class BatteryManager { | 1584 patch class LabelElement { |
1531 static Type get instanceRuntimeType => BatteryManagerImpl; | 1585 static Type get instanceRuntimeType => LabelElementImpl; |
1532 | 1586 |
1533 } | 1587 } |
1534 class BatteryManagerImpl extends BatteryManager implements js_library.JSObjectIn
terfacesDom { | 1588 class LabelElementImpl extends LabelElement implements js_library.JSObjectInterf
acesDom { |
1535 BatteryManagerImpl.internal_() : super.internal_(); | 1589 LabelElementImpl.internal_() : super.internal_(); |
1536 get runtimeType => BatteryManager; | 1590 get runtimeType => LabelElement; |
1537 toString() => super.toString(); | 1591 toString() => super.toString(); |
1538 } | 1592 } |
1539 patch class _StyleSheetList { | 1593 patch class LegendElement { |
1540 static Type get instanceRuntimeType => _StyleSheetListImpl; | 1594 static Type get instanceRuntimeType => LegendElementImpl; |
1541 | 1595 |
1542 } | 1596 } |
1543 class _StyleSheetListImpl extends _StyleSheetList implements js_library.JSObject
InterfacesDom { | 1597 class LegendElementImpl extends LegendElement implements js_library.JSObjectInte
rfacesDom { |
1544 _StyleSheetListImpl.internal_() : super.internal_(); | 1598 LegendElementImpl.internal_() : super.internal_(); |
1545 get runtimeType => _StyleSheetList; | 1599 get runtimeType => LegendElement; |
1546 toString() => super.toString(); | 1600 toString() => super.toString(); |
1547 } | 1601 } |
1548 patch class Path2D { | 1602 patch class LinkElement { |
1549 static Type get instanceRuntimeType => Path2DImpl; | 1603 static Type get instanceRuntimeType => LinkElementImpl; |
1550 | 1604 |
1551 } | 1605 } |
1552 class Path2DImpl extends Path2D implements js_library.JSObjectInterfacesDom { | 1606 class LinkElementImpl extends LinkElement implements js_library.JSObjectInterfac
esDom { |
1553 Path2DImpl.internal_() : super.internal_(); | 1607 LinkElementImpl.internal_() : super.internal_(); |
1554 get runtimeType => Path2D; | 1608 get runtimeType => LinkElement; |
1555 toString() => super.toString(); | 1609 toString() => super.toString(); |
1556 } | 1610 } |
1557 patch class DeviceRotationRate { | 1611 patch class Location { |
1558 static Type get instanceRuntimeType => DeviceRotationRateImpl; | 1612 static Type get instanceRuntimeType => LocationImpl; |
1559 | 1613 |
1560 } | 1614 } |
1561 class DeviceRotationRateImpl extends DeviceRotationRate implements js_library.JS
ObjectInterfacesDom { | 1615 class LocationImpl extends Location implements js_library.JSObjectInterfacesDom
{ |
1562 DeviceRotationRateImpl.internal_() : super.internal_(); | 1616 LocationImpl.internal_() : super.internal_(); |
1563 get runtimeType => DeviceRotationRate; | 1617 get runtimeType => Location; |
1564 toString() => super.toString(); | 1618 toString() => super.toString(); |
1565 } | 1619 } |
1566 patch class Screen { | 1620 patch class MapElement { |
1567 static Type get instanceRuntimeType => ScreenImpl; | 1621 static Type get instanceRuntimeType => MapElementImpl; |
1568 | 1622 |
1569 } | 1623 } |
1570 class ScreenImpl extends Screen implements js_library.JSObjectInterfacesDom { | 1624 class MapElementImpl extends MapElement implements js_library.JSObjectInterfaces
Dom { |
1571 ScreenImpl.internal_() : super.internal_(); | 1625 MapElementImpl.internal_() : super.internal_(); |
1572 get runtimeType => Screen; | 1626 get runtimeType => MapElement; |
1573 toString() => super.toString(); | 1627 toString() => super.toString(); |
1574 } | 1628 } |
1575 patch class StorageInfo { | 1629 patch class MediaController { |
1576 static Type get instanceRuntimeType => StorageInfoImpl; | 1630 static Type get instanceRuntimeType => MediaControllerImpl; |
1577 | 1631 |
1578 } | 1632 } |
1579 class StorageInfoImpl extends StorageInfo implements js_library.JSObjectInterfac
esDom { | 1633 class MediaControllerImpl extends MediaController implements js_library.JSObject
InterfacesDom { |
1580 StorageInfoImpl.internal_() : super.internal_(); | 1634 MediaControllerImpl.internal_() : super.internal_(); |
1581 get runtimeType => StorageInfo; | 1635 get runtimeType => MediaController; |
1582 toString() => super.toString(); | 1636 toString() => super.toString(); |
1583 } | 1637 } |
1584 patch class TableColElement { | 1638 patch class MediaDeviceInfo { |
1585 static Type get instanceRuntimeType => TableColElementImpl; | 1639 static Type get instanceRuntimeType => MediaDeviceInfoImpl; |
1586 | 1640 |
1587 } | 1641 } |
1588 class TableColElementImpl extends TableColElement implements js_library.JSObject
InterfacesDom { | 1642 class MediaDeviceInfoImpl extends MediaDeviceInfo implements js_library.JSObject
InterfacesDom { |
1589 TableColElementImpl.internal_() : super.internal_(); | 1643 MediaDeviceInfoImpl.internal_() : super.internal_(); |
1590 get runtimeType => TableColElement; | 1644 get runtimeType => MediaDeviceInfo; |
1591 toString() => super.toString(); | 1645 toString() => super.toString(); |
1592 } | 1646 } |
1593 patch class CssStyleDeclaration { | 1647 patch class MediaDevices { |
1594 static Type get instanceRuntimeType => CssStyleDeclarationImpl; | 1648 static Type get instanceRuntimeType => MediaDevicesImpl; |
1595 | 1649 |
1596 } | 1650 } |
1597 class CssStyleDeclarationImpl extends CssStyleDeclaration implements js_library.
JSObjectInterfacesDom { | 1651 class MediaDevicesImpl extends MediaDevices implements js_library.JSObjectInterf
acesDom { |
1598 CssStyleDeclarationImpl.internal_() : super.internal_(); | 1652 MediaDevicesImpl.internal_() : super.internal_(); |
1599 get runtimeType => CssStyleDeclaration; | 1653 get runtimeType => MediaDevices; |
1600 toString() => super.toString(); | 1654 toString() => super.toString(); |
1601 } | 1655 } |
1602 patch class DomStringList { | 1656 patch class MediaElement { |
1603 static Type get instanceRuntimeType => DomStringListImpl; | 1657 static Type get instanceRuntimeType => MediaElementImpl; |
1604 | 1658 |
1605 } | 1659 } |
1606 class DomStringListImpl extends DomStringList implements js_library.JSObjectInte
rfacesDom { | 1660 class MediaElementImpl extends MediaElement implements js_library.JSObjectInterf
acesDom { |
1607 DomStringListImpl.internal_() : super.internal_(); | 1661 MediaElementImpl.internal_() : super.internal_(); |
1608 get runtimeType => DomStringList; | 1662 get runtimeType => MediaElement; |
1609 toString() => super.toString(); | 1663 toString() => super.toString(); |
1610 } | 1664 } |
1611 patch class StashedPortCollection { | 1665 patch class MediaEncryptedEvent { |
1612 static Type get instanceRuntimeType => StashedPortCollectionImpl; | 1666 static Type get instanceRuntimeType => MediaEncryptedEventImpl; |
1613 | 1667 |
1614 } | 1668 } |
1615 class StashedPortCollectionImpl extends StashedPortCollection implements js_libr
ary.JSObjectInterfacesDom { | 1669 class MediaEncryptedEventImpl extends MediaEncryptedEvent implements js_library.
JSObjectInterfacesDom { |
1616 StashedPortCollectionImpl.internal_() : super.internal_(); | 1670 MediaEncryptedEventImpl.internal_() : super.internal_(); |
1617 get runtimeType => StashedPortCollection; | 1671 get runtimeType => MediaEncryptedEvent; |
1618 toString() => super.toString(); | 1672 toString() => super.toString(); |
1619 } | 1673 } |
1620 patch class SyncManager { | 1674 patch class MediaError { |
1621 static Type get instanceRuntimeType => SyncManagerImpl; | 1675 static Type get instanceRuntimeType => MediaErrorImpl; |
1622 | 1676 |
1623 } | 1677 } |
1624 class SyncManagerImpl extends SyncManager implements js_library.JSObjectInterfac
esDom { | 1678 class MediaErrorImpl extends MediaError implements js_library.JSObjectInterfaces
Dom { |
1625 SyncManagerImpl.internal_() : super.internal_(); | 1679 MediaErrorImpl.internal_() : super.internal_(); |
1626 get runtimeType => SyncManager; | 1680 get runtimeType => MediaError; |
1627 toString() => super.toString(); | 1681 toString() => super.toString(); |
1628 } | 1682 } |
1629 patch class HttpRequestUpload { | 1683 patch class MediaKeyError { |
1630 static Type get instanceRuntimeType => HttpRequestUploadImpl; | 1684 static Type get instanceRuntimeType => MediaKeyErrorImpl; |
1631 | 1685 |
1632 } | 1686 } |
1633 class HttpRequestUploadImpl extends HttpRequestUpload implements js_library.JSOb
jectInterfacesDom { | 1687 class MediaKeyErrorImpl extends MediaKeyError implements js_library.JSObjectInte
rfacesDom { |
1634 HttpRequestUploadImpl.internal_() : super.internal_(); | 1688 MediaKeyErrorImpl.internal_() : super.internal_(); |
1635 get runtimeType => HttpRequestUpload; | 1689 get runtimeType => MediaKeyError; |
1636 toString() => super.toString(); | 1690 toString() => super.toString(); |
1637 } | 1691 } |
1638 patch class ReadableStreamReader { | 1692 patch class MediaKeyEvent { |
1639 static Type get instanceRuntimeType => ReadableStreamReaderImpl; | 1693 static Type get instanceRuntimeType => MediaKeyEventImpl; |
1640 | 1694 |
1641 } | 1695 } |
1642 class ReadableStreamReaderImpl extends ReadableStreamReader implements js_librar
y.JSObjectInterfacesDom { | 1696 class MediaKeyEventImpl extends MediaKeyEvent implements js_library.JSObjectInte
rfacesDom { |
1643 ReadableStreamReaderImpl.internal_() : super.internal_(); | 1697 MediaKeyEventImpl.internal_() : super.internal_(); |
1644 get runtimeType => ReadableStreamReader; | 1698 get runtimeType => MediaKeyEvent; |
| 1699 toString() => super.toString(); |
| 1700 } |
| 1701 patch class MediaKeyMessageEvent { |
| 1702 static Type get instanceRuntimeType => MediaKeyMessageEventImpl; |
| 1703 |
| 1704 } |
| 1705 class MediaKeyMessageEventImpl extends MediaKeyMessageEvent implements js_librar
y.JSObjectInterfacesDom { |
| 1706 MediaKeyMessageEventImpl.internal_() : super.internal_(); |
| 1707 get runtimeType => MediaKeyMessageEvent; |
1645 toString() => super.toString(); | 1708 toString() => super.toString(); |
1646 } | 1709 } |
1647 patch class MediaKeySession { | 1710 patch class MediaKeySession { |
1648 static Type get instanceRuntimeType => MediaKeySessionImpl; | 1711 static Type get instanceRuntimeType => MediaKeySessionImpl; |
1649 | 1712 |
1650 } | 1713 } |
1651 class MediaKeySessionImpl extends MediaKeySession implements js_library.JSObject
InterfacesDom { | 1714 class MediaKeySessionImpl extends MediaKeySession implements js_library.JSObject
InterfacesDom { |
1652 MediaKeySessionImpl.internal_() : super.internal_(); | 1715 MediaKeySessionImpl.internal_() : super.internal_(); |
1653 get runtimeType => MediaKeySession; | 1716 get runtimeType => MediaKeySession; |
1654 toString() => super.toString(); | 1717 toString() => super.toString(); |
1655 } | 1718 } |
1656 patch class Gamepad { | 1719 patch class MediaKeyStatusMap { |
1657 static Type get instanceRuntimeType => GamepadImpl; | 1720 static Type get instanceRuntimeType => MediaKeyStatusMapImpl; |
1658 | 1721 |
1659 } | 1722 } |
1660 class GamepadImpl extends Gamepad implements js_library.JSObjectInterfacesDom { | 1723 class MediaKeyStatusMapImpl extends MediaKeyStatusMap implements js_library.JSOb
jectInterfacesDom { |
1661 GamepadImpl.internal_() : super.internal_(); | 1724 MediaKeyStatusMapImpl.internal_() : super.internal_(); |
1662 get runtimeType => Gamepad; | 1725 get runtimeType => MediaKeyStatusMap; |
1663 toString() => super.toString(); | 1726 toString() => super.toString(); |
1664 } | 1727 } |
1665 patch class Worker { | 1728 patch class MediaKeySystemAccess { |
1666 static Type get instanceRuntimeType => WorkerImpl; | 1729 static Type get instanceRuntimeType => MediaKeySystemAccessImpl; |
1667 | 1730 |
1668 } | 1731 } |
1669 class WorkerImpl extends Worker implements js_library.JSObjectInterfacesDom { | 1732 class MediaKeySystemAccessImpl extends MediaKeySystemAccess implements js_librar
y.JSObjectInterfacesDom { |
1670 WorkerImpl.internal_() : super.internal_(); | 1733 MediaKeySystemAccessImpl.internal_() : super.internal_(); |
1671 get runtimeType => Worker; | 1734 get runtimeType => MediaKeySystemAccess; |
1672 toString() => super.toString(); | 1735 toString() => super.toString(); |
1673 } | 1736 } |
1674 patch class DefaultSessionStartEvent { | 1737 patch class MediaKeys { |
1675 static Type get instanceRuntimeType => DefaultSessionStartEventImpl; | 1738 static Type get instanceRuntimeType => MediaKeysImpl; |
1676 | 1739 |
1677 } | 1740 } |
1678 class DefaultSessionStartEventImpl extends DefaultSessionStartEvent implements j
s_library.JSObjectInterfacesDom { | 1741 class MediaKeysImpl extends MediaKeys implements js_library.JSObjectInterfacesDo
m { |
1679 DefaultSessionStartEventImpl.internal_() : super.internal_(); | 1742 MediaKeysImpl.internal_() : super.internal_(); |
1680 get runtimeType => DefaultSessionStartEvent; | 1743 get runtimeType => MediaKeys; |
1681 toString() => super.toString(); | 1744 toString() => super.toString(); |
1682 } | 1745 } |
1683 patch class DListElement { | 1746 patch class MediaList { |
1684 static Type get instanceRuntimeType => DListElementImpl; | 1747 static Type get instanceRuntimeType => MediaListImpl; |
1685 | 1748 |
1686 } | 1749 } |
1687 class DListElementImpl extends DListElement implements js_library.JSObjectInterf
acesDom { | 1750 class MediaListImpl extends MediaList implements js_library.JSObjectInterfacesDo
m { |
1688 DListElementImpl.internal_() : super.internal_(); | 1751 MediaListImpl.internal_() : super.internal_(); |
1689 get runtimeType => DListElement; | 1752 get runtimeType => MediaList; |
1690 toString() => super.toString(); | 1753 toString() => super.toString(); |
1691 } | 1754 } |
1692 patch class FileError { | 1755 patch class MediaQueryList { |
1693 static Type get instanceRuntimeType => FileErrorImpl; | 1756 static Type get instanceRuntimeType => MediaQueryListImpl; |
1694 | 1757 |
1695 } | 1758 } |
1696 class FileErrorImpl extends FileError implements js_library.JSObjectInterfacesDo
m { | 1759 class MediaQueryListImpl extends MediaQueryList implements js_library.JSObjectIn
terfacesDom { |
1697 FileErrorImpl.internal_() : super.internal_(); | 1760 MediaQueryListImpl.internal_() : super.internal_(); |
1698 get runtimeType => FileError; | 1761 get runtimeType => MediaQueryList; |
1699 toString() => super.toString(); | 1762 toString() => super.toString(); |
1700 } | 1763 } |
1701 patch class HeadElement { | 1764 patch class MediaQueryListEvent { |
1702 static Type get instanceRuntimeType => HeadElementImpl; | 1765 static Type get instanceRuntimeType => MediaQueryListEventImpl; |
1703 | 1766 |
1704 } | 1767 } |
1705 class HeadElementImpl extends HeadElement implements js_library.JSObjectInterfac
esDom { | 1768 class MediaQueryListEventImpl extends MediaQueryListEvent implements js_library.
JSObjectInterfacesDom { |
1706 HeadElementImpl.internal_() : super.internal_(); | 1769 MediaQueryListEventImpl.internal_() : super.internal_(); |
1707 get runtimeType => HeadElement; | 1770 get runtimeType => MediaQueryListEvent; |
1708 toString() => super.toString(); | 1771 toString() => super.toString(); |
1709 } | 1772 } |
1710 patch class BluetoothGattCharacteristic { | 1773 patch class MediaSession { |
1711 static Type get instanceRuntimeType => BluetoothGattCharacteristicImpl; | 1774 static Type get instanceRuntimeType => MediaSessionImpl; |
1712 | 1775 |
1713 } | 1776 } |
1714 class BluetoothGattCharacteristicImpl extends BluetoothGattCharacteristic implem
ents js_library.JSObjectInterfacesDom { | 1777 class MediaSessionImpl extends MediaSession implements js_library.JSObjectInterf
acesDom { |
1715 BluetoothGattCharacteristicImpl.internal_() : super.internal_(); | 1778 MediaSessionImpl.internal_() : super.internal_(); |
1716 get runtimeType => BluetoothGattCharacteristic; | 1779 get runtimeType => MediaSession; |
1717 toString() => super.toString(); | 1780 toString() => super.toString(); |
1718 } | 1781 } |
1719 patch class DomSettableTokenList { | 1782 patch class MediaSource { |
1720 static Type get instanceRuntimeType => DomSettableTokenListImpl; | 1783 static Type get instanceRuntimeType => MediaSourceImpl; |
1721 | 1784 |
1722 } | 1785 } |
1723 class DomSettableTokenListImpl extends DomSettableTokenList implements js_librar
y.JSObjectInterfacesDom { | 1786 class MediaSourceImpl extends MediaSource implements js_library.JSObjectInterfac
esDom { |
1724 DomSettableTokenListImpl.internal_() : super.internal_(); | 1787 MediaSourceImpl.internal_() : super.internal_(); |
1725 get runtimeType => DomSettableTokenList; | 1788 get runtimeType => MediaSource; |
1726 toString() => super.toString(); | 1789 toString() => super.toString(); |
1727 } | 1790 } |
1728 patch class _WorkerLocation { | 1791 patch class MediaStream { |
1729 static Type get instanceRuntimeType => _WorkerLocationImpl; | 1792 static Type get instanceRuntimeType => MediaStreamImpl; |
1730 | 1793 |
1731 } | 1794 } |
1732 class _WorkerLocationImpl extends _WorkerLocation implements js_library.JSObject
InterfacesDom { | 1795 class MediaStreamImpl extends MediaStream implements js_library.JSObjectInterfac
esDom { |
1733 _WorkerLocationImpl.internal_() : super.internal_(); | 1796 MediaStreamImpl.internal_() : super.internal_(); |
1734 get runtimeType => _WorkerLocation; | 1797 get runtimeType => MediaStream; |
1735 toString() => super.toString(); | 1798 toString() => super.toString(); |
1736 } | 1799 } |
1737 patch class TouchList { | 1800 patch class MediaStreamEvent { |
1738 static Type get instanceRuntimeType => TouchListImpl; | 1801 static Type get instanceRuntimeType => MediaStreamEventImpl; |
1739 | 1802 |
1740 } | 1803 } |
1741 class TouchListImpl extends TouchList implements js_library.JSObjectInterfacesDo
m { | 1804 class MediaStreamEventImpl extends MediaStreamEvent implements js_library.JSObje
ctInterfacesDom { |
1742 TouchListImpl.internal_() : super.internal_(); | 1805 MediaStreamEventImpl.internal_() : super.internal_(); |
1743 get runtimeType => TouchList; | 1806 get runtimeType => MediaStreamEvent; |
| 1807 toString() => super.toString(); |
| 1808 } |
| 1809 patch class MediaStreamTrack { |
| 1810 static Type get instanceRuntimeType => MediaStreamTrackImpl; |
| 1811 |
| 1812 } |
| 1813 class MediaStreamTrackImpl extends MediaStreamTrack implements js_library.JSObje
ctInterfacesDom { |
| 1814 MediaStreamTrackImpl.internal_() : super.internal_(); |
| 1815 get runtimeType => MediaStreamTrack; |
| 1816 toString() => super.toString(); |
| 1817 } |
| 1818 patch class MediaStreamTrackEvent { |
| 1819 static Type get instanceRuntimeType => MediaStreamTrackEventImpl; |
| 1820 |
| 1821 } |
| 1822 class MediaStreamTrackEventImpl extends MediaStreamTrackEvent implements js_libr
ary.JSObjectInterfacesDom { |
| 1823 MediaStreamTrackEventImpl.internal_() : super.internal_(); |
| 1824 get runtimeType => MediaStreamTrackEvent; |
| 1825 toString() => super.toString(); |
| 1826 } |
| 1827 patch class MemoryInfo { |
| 1828 static Type get instanceRuntimeType => MemoryInfoImpl; |
| 1829 |
| 1830 } |
| 1831 class MemoryInfoImpl extends MemoryInfo implements js_library.JSObjectInterfaces
Dom { |
| 1832 MemoryInfoImpl.internal_() : super.internal_(); |
| 1833 get runtimeType => MemoryInfo; |
| 1834 toString() => super.toString(); |
| 1835 } |
| 1836 patch class MenuElement { |
| 1837 static Type get instanceRuntimeType => MenuElementImpl; |
| 1838 |
| 1839 } |
| 1840 class MenuElementImpl extends MenuElement implements js_library.JSObjectInterfac
esDom { |
| 1841 MenuElementImpl.internal_() : super.internal_(); |
| 1842 get runtimeType => MenuElement; |
| 1843 toString() => super.toString(); |
| 1844 } |
| 1845 patch class MenuItemElement { |
| 1846 static Type get instanceRuntimeType => MenuItemElementImpl; |
| 1847 |
| 1848 } |
| 1849 class MenuItemElementImpl extends MenuItemElement implements js_library.JSObject
InterfacesDom { |
| 1850 MenuItemElementImpl.internal_() : super.internal_(); |
| 1851 get runtimeType => MenuItemElement; |
| 1852 toString() => super.toString(); |
| 1853 } |
| 1854 patch class MessageChannel { |
| 1855 static Type get instanceRuntimeType => MessageChannelImpl; |
| 1856 |
| 1857 } |
| 1858 class MessageChannelImpl extends MessageChannel implements js_library.JSObjectIn
terfacesDom { |
| 1859 MessageChannelImpl.internal_() : super.internal_(); |
| 1860 get runtimeType => MessageChannel; |
| 1861 toString() => super.toString(); |
| 1862 } |
| 1863 patch class MessageEvent { |
| 1864 static Type get instanceRuntimeType => MessageEventImpl; |
| 1865 |
| 1866 } |
| 1867 class MessageEventImpl extends MessageEvent implements js_library.JSObjectInterf
acesDom { |
| 1868 MessageEventImpl.internal_() : super.internal_(); |
| 1869 get runtimeType => MessageEvent; |
| 1870 toString() => super.toString(); |
| 1871 } |
| 1872 patch class MessagePort { |
| 1873 static Type get instanceRuntimeType => MessagePortImpl; |
| 1874 |
| 1875 } |
| 1876 class MessagePortImpl extends MessagePort implements js_library.JSObjectInterfac
esDom { |
| 1877 MessagePortImpl.internal_() : super.internal_(); |
| 1878 get runtimeType => MessagePort; |
1744 toString() => super.toString(); | 1879 toString() => super.toString(); |
1745 } | 1880 } |
1746 patch class MetaElement { | 1881 patch class MetaElement { |
1747 static Type get instanceRuntimeType => MetaElementImpl; | 1882 static Type get instanceRuntimeType => MetaElementImpl; |
1748 | 1883 |
1749 } | 1884 } |
1750 class MetaElementImpl extends MetaElement implements js_library.JSObjectInterfac
esDom { | 1885 class MetaElementImpl extends MetaElement implements js_library.JSObjectInterfac
esDom { |
1751 MetaElementImpl.internal_() : super.internal_(); | 1886 MetaElementImpl.internal_() : super.internal_(); |
1752 get runtimeType => MetaElement; | 1887 get runtimeType => MetaElement; |
1753 toString() => super.toString(); | 1888 toString() => super.toString(); |
1754 } | 1889 } |
1755 patch class TrackElement { | 1890 patch class Metadata { |
1756 static Type get instanceRuntimeType => TrackElementImpl; | 1891 static Type get instanceRuntimeType => MetadataImpl; |
1757 | 1892 |
1758 } | 1893 } |
1759 class TrackElementImpl extends TrackElement implements js_library.JSObjectInterf
acesDom { | 1894 class MetadataImpl extends Metadata implements js_library.JSObjectInterfacesDom
{ |
1760 TrackElementImpl.internal_() : super.internal_(); | 1895 MetadataImpl.internal_() : super.internal_(); |
1761 get runtimeType => TrackElement; | 1896 get runtimeType => Metadata; |
1762 toString() => super.toString(); | 1897 toString() => super.toString(); |
1763 } | 1898 } |
1764 patch class WheelEvent { | 1899 patch class MeterElement { |
1765 static Type get instanceRuntimeType => WheelEventImpl; | 1900 static Type get instanceRuntimeType => MeterElementImpl; |
1766 | 1901 |
1767 } | 1902 } |
1768 class WheelEventImpl extends WheelEvent implements js_library.JSObjectInterfaces
Dom { | 1903 class MeterElementImpl extends MeterElement implements js_library.JSObjectInterf
acesDom { |
1769 WheelEventImpl.internal_() : super.internal_(); | 1904 MeterElementImpl.internal_() : super.internal_(); |
1770 get runtimeType => WheelEvent; | 1905 get runtimeType => MeterElement; |
1771 toString() => super.toString(); | 1906 toString() => super.toString(); |
1772 } | 1907 } |
1773 patch class DomMatrixReadOnly { | 1908 patch class MidiAccess { |
1774 static Type get instanceRuntimeType => DomMatrixReadOnlyImpl; | 1909 static Type get instanceRuntimeType => MidiAccessImpl; |
1775 | 1910 |
1776 } | 1911 } |
1777 class DomMatrixReadOnlyImpl extends DomMatrixReadOnly implements js_library.JSOb
jectInterfacesDom { | 1912 class MidiAccessImpl extends MidiAccess implements js_library.JSObjectInterfaces
Dom { |
1778 DomMatrixReadOnlyImpl.internal_() : super.internal_(); | 1913 MidiAccessImpl.internal_() : super.internal_(); |
1779 get runtimeType => DomMatrixReadOnly; | 1914 get runtimeType => MidiAccess; |
1780 toString() => super.toString(); | 1915 toString() => super.toString(); |
1781 } | 1916 } |
1782 patch class FormElement { | 1917 patch class MidiConnectionEvent { |
1783 static Type get instanceRuntimeType => FormElementImpl; | 1918 static Type get instanceRuntimeType => MidiConnectionEventImpl; |
1784 | 1919 |
1785 } | 1920 } |
1786 class FormElementImpl extends FormElement implements js_library.JSObjectInterfac
esDom { | 1921 class MidiConnectionEventImpl extends MidiConnectionEvent implements js_library.
JSObjectInterfacesDom { |
1787 FormElementImpl.internal_() : super.internal_(); | 1922 MidiConnectionEventImpl.internal_() : super.internal_(); |
1788 get runtimeType => FormElement; | 1923 get runtimeType => MidiConnectionEvent; |
1789 toString() => super.toString(); | 1924 toString() => super.toString(); |
1790 } | 1925 } |
1791 patch class _SpeechRecognitionResultList { | 1926 patch class MidiInput { |
1792 static Type get instanceRuntimeType => _SpeechRecognitionResultListImpl; | 1927 static Type get instanceRuntimeType => MidiInputImpl; |
1793 | 1928 |
1794 } | 1929 } |
1795 class _SpeechRecognitionResultListImpl extends _SpeechRecognitionResultList impl
ements js_library.JSObjectInterfacesDom { | 1930 class MidiInputImpl extends MidiInput implements js_library.JSObjectInterfacesDo
m { |
1796 _SpeechRecognitionResultListImpl.internal_() : super.internal_(); | 1931 MidiInputImpl.internal_() : super.internal_(); |
1797 get runtimeType => _SpeechRecognitionResultList; | 1932 get runtimeType => MidiInput; |
1798 toString() => super.toString(); | 1933 toString() => super.toString(); |
1799 } | 1934 } |
1800 patch class CompositorWorkerGlobalScope { | 1935 patch class MidiInputMap { |
1801 static Type get instanceRuntimeType => CompositorWorkerGlobalScopeImpl; | 1936 static Type get instanceRuntimeType => MidiInputMapImpl; |
1802 | 1937 |
1803 } | 1938 } |
1804 class CompositorWorkerGlobalScopeImpl extends CompositorWorkerGlobalScope implem
ents js_library.JSObjectInterfacesDom { | 1939 class MidiInputMapImpl extends MidiInputMap implements js_library.JSObjectInterf
acesDom { |
1805 CompositorWorkerGlobalScopeImpl.internal_() : super.internal_(); | 1940 MidiInputMapImpl.internal_() : super.internal_(); |
1806 get runtimeType => CompositorWorkerGlobalScope; | 1941 get runtimeType => MidiInputMap; |
| 1942 toString() => super.toString(); |
| 1943 } |
| 1944 patch class MidiMessageEvent { |
| 1945 static Type get instanceRuntimeType => MidiMessageEventImpl; |
| 1946 |
| 1947 } |
| 1948 class MidiMessageEventImpl extends MidiMessageEvent implements js_library.JSObje
ctInterfacesDom { |
| 1949 MidiMessageEventImpl.internal_() : super.internal_(); |
| 1950 get runtimeType => MidiMessageEvent; |
| 1951 toString() => super.toString(); |
| 1952 } |
| 1953 patch class MidiOutput { |
| 1954 static Type get instanceRuntimeType => MidiOutputImpl; |
| 1955 |
| 1956 } |
| 1957 class MidiOutputImpl extends MidiOutput implements js_library.JSObjectInterfaces
Dom { |
| 1958 MidiOutputImpl.internal_() : super.internal_(); |
| 1959 get runtimeType => MidiOutput; |
| 1960 toString() => super.toString(); |
| 1961 } |
| 1962 patch class MidiOutputMap { |
| 1963 static Type get instanceRuntimeType => MidiOutputMapImpl; |
| 1964 |
| 1965 } |
| 1966 class MidiOutputMapImpl extends MidiOutputMap implements js_library.JSObjectInte
rfacesDom { |
| 1967 MidiOutputMapImpl.internal_() : super.internal_(); |
| 1968 get runtimeType => MidiOutputMap; |
| 1969 toString() => super.toString(); |
| 1970 } |
| 1971 patch class MidiPort { |
| 1972 static Type get instanceRuntimeType => MidiPortImpl; |
| 1973 |
| 1974 } |
| 1975 class MidiPortImpl extends MidiPort implements js_library.JSObjectInterfacesDom
{ |
| 1976 MidiPortImpl.internal_() : super.internal_(); |
| 1977 get runtimeType => MidiPort; |
| 1978 toString() => super.toString(); |
| 1979 } |
| 1980 patch class MimeType { |
| 1981 static Type get instanceRuntimeType => MimeTypeImpl; |
| 1982 |
| 1983 } |
| 1984 class MimeTypeImpl extends MimeType implements js_library.JSObjectInterfacesDom
{ |
| 1985 MimeTypeImpl.internal_() : super.internal_(); |
| 1986 get runtimeType => MimeType; |
| 1987 toString() => super.toString(); |
| 1988 } |
| 1989 patch class MimeTypeArray { |
| 1990 static Type get instanceRuntimeType => MimeTypeArrayImpl; |
| 1991 |
| 1992 } |
| 1993 class MimeTypeArrayImpl extends MimeTypeArray implements js_library.JSObjectInte
rfacesDom { |
| 1994 MimeTypeArrayImpl.internal_() : super.internal_(); |
| 1995 get runtimeType => MimeTypeArray; |
| 1996 toString() => super.toString(); |
| 1997 } |
| 1998 patch class ModElement { |
| 1999 static Type get instanceRuntimeType => ModElementImpl; |
| 2000 |
| 2001 } |
| 2002 class ModElementImpl extends ModElement implements js_library.JSObjectInterfaces
Dom { |
| 2003 ModElementImpl.internal_() : super.internal_(); |
| 2004 get runtimeType => ModElement; |
| 2005 toString() => super.toString(); |
| 2006 } |
| 2007 patch class MouseEvent { |
| 2008 static Type get instanceRuntimeType => MouseEventImpl; |
| 2009 |
| 2010 } |
| 2011 class MouseEventImpl extends MouseEvent implements js_library.JSObjectInterfaces
Dom { |
| 2012 MouseEventImpl.internal_() : super.internal_(); |
| 2013 get runtimeType => MouseEvent; |
| 2014 toString() => super.toString(); |
| 2015 } |
| 2016 patch class MutationObserver { |
| 2017 static Type get instanceRuntimeType => MutationObserverImpl; |
| 2018 |
| 2019 } |
| 2020 class MutationObserverImpl extends MutationObserver implements js_library.JSObje
ctInterfacesDom { |
| 2021 MutationObserverImpl.internal_() : super.internal_(); |
| 2022 get runtimeType => MutationObserver; |
| 2023 toString() => super.toString(); |
| 2024 } |
| 2025 patch class MutationRecord { |
| 2026 static Type get instanceRuntimeType => MutationRecordImpl; |
| 2027 |
| 2028 } |
| 2029 class MutationRecordImpl extends MutationRecord implements js_library.JSObjectIn
terfacesDom { |
| 2030 MutationRecordImpl.internal_() : super.internal_(); |
| 2031 get runtimeType => MutationRecord; |
| 2032 toString() => super.toString(); |
| 2033 } |
| 2034 patch class Navigator { |
| 2035 static Type get instanceRuntimeType => NavigatorImpl; |
| 2036 |
| 2037 } |
| 2038 class NavigatorImpl extends Navigator implements js_library.JSObjectInterfacesDo
m { |
| 2039 NavigatorImpl.internal_() : super.internal_(); |
| 2040 get runtimeType => Navigator; |
| 2041 toString() => super.toString(); |
| 2042 } |
| 2043 patch class NavigatorCpu { |
| 2044 static Type get instanceRuntimeType => NavigatorCpuImpl; |
| 2045 |
| 2046 } |
| 2047 class NavigatorCpuImpl extends NavigatorCpu implements js_library.JSObjectInterf
acesDom { |
| 2048 NavigatorCpuImpl.internal_() : super.internal_(); |
| 2049 get runtimeType => NavigatorCpu; |
| 2050 toString() => super.toString(); |
| 2051 } |
| 2052 patch class NavigatorID { |
| 2053 static Type get instanceRuntimeType => NavigatorIDImpl; |
| 2054 |
| 2055 } |
| 2056 class NavigatorIDImpl extends NavigatorID implements js_library.JSObjectInterfac
esDom { |
| 2057 NavigatorIDImpl.internal_() : super.internal_(); |
| 2058 get runtimeType => NavigatorID; |
| 2059 toString() => super.toString(); |
| 2060 } |
| 2061 patch class NavigatorLanguage { |
| 2062 static Type get instanceRuntimeType => NavigatorLanguageImpl; |
| 2063 |
| 2064 } |
| 2065 class NavigatorLanguageImpl extends NavigatorLanguage implements js_library.JSOb
jectInterfacesDom { |
| 2066 NavigatorLanguageImpl.internal_() : super.internal_(); |
| 2067 get runtimeType => NavigatorLanguage; |
| 2068 toString() => super.toString(); |
| 2069 } |
| 2070 patch class NavigatorOnLine { |
| 2071 static Type get instanceRuntimeType => NavigatorOnLineImpl; |
| 2072 |
| 2073 } |
| 2074 class NavigatorOnLineImpl extends NavigatorOnLine implements js_library.JSObject
InterfacesDom { |
| 2075 NavigatorOnLineImpl.internal_() : super.internal_(); |
| 2076 get runtimeType => NavigatorOnLine; |
| 2077 toString() => super.toString(); |
| 2078 } |
| 2079 patch class NavigatorStorageUtils { |
| 2080 static Type get instanceRuntimeType => NavigatorStorageUtilsImpl; |
| 2081 |
| 2082 } |
| 2083 class NavigatorStorageUtilsImpl extends NavigatorStorageUtils implements js_libr
ary.JSObjectInterfacesDom { |
| 2084 NavigatorStorageUtilsImpl.internal_() : super.internal_(); |
| 2085 get runtimeType => NavigatorStorageUtils; |
| 2086 toString() => super.toString(); |
| 2087 } |
| 2088 patch class NavigatorUserMediaError { |
| 2089 static Type get instanceRuntimeType => NavigatorUserMediaErrorImpl; |
| 2090 |
| 2091 } |
| 2092 class NavigatorUserMediaErrorImpl extends NavigatorUserMediaError implements js_
library.JSObjectInterfacesDom { |
| 2093 NavigatorUserMediaErrorImpl.internal_() : super.internal_(); |
| 2094 get runtimeType => NavigatorUserMediaError; |
| 2095 toString() => super.toString(); |
| 2096 } |
| 2097 patch class NetworkInformation { |
| 2098 static Type get instanceRuntimeType => NetworkInformationImpl; |
| 2099 |
| 2100 } |
| 2101 class NetworkInformationImpl extends NetworkInformation implements js_library.JS
ObjectInterfacesDom { |
| 2102 NetworkInformationImpl.internal_() : super.internal_(); |
| 2103 get runtimeType => NetworkInformation; |
| 2104 toString() => super.toString(); |
| 2105 } |
| 2106 patch class Node { |
| 2107 static Type get instanceRuntimeType => NodeImpl; |
| 2108 |
| 2109 } |
| 2110 class NodeImpl extends Node implements js_library.JSObjectInterfacesDom { |
| 2111 NodeImpl.internal_() : super.internal_(); |
| 2112 get runtimeType => Node; |
| 2113 toString() => super.toString(); |
| 2114 } |
| 2115 patch class NodeFilter { |
| 2116 static Type get instanceRuntimeType => NodeFilterImpl; |
| 2117 |
| 2118 } |
| 2119 class NodeFilterImpl extends NodeFilter implements js_library.JSObjectInterfaces
Dom { |
| 2120 NodeFilterImpl.internal_() : super.internal_(); |
| 2121 get runtimeType => NodeFilter; |
| 2122 toString() => super.toString(); |
| 2123 } |
| 2124 patch class NodeIterator { |
| 2125 static Type get instanceRuntimeType => NodeIteratorImpl; |
| 2126 |
| 2127 } |
| 2128 class NodeIteratorImpl extends NodeIterator implements js_library.JSObjectInterf
acesDom { |
| 2129 NodeIteratorImpl.internal_() : super.internal_(); |
| 2130 get runtimeType => NodeIterator; |
| 2131 toString() => super.toString(); |
| 2132 } |
| 2133 patch class NodeList { |
| 2134 static Type get instanceRuntimeType => NodeListImpl; |
| 2135 |
| 2136 } |
| 2137 class NodeListImpl extends NodeList implements js_library.JSObjectInterfacesDom
{ |
| 2138 NodeListImpl.internal_() : super.internal_(); |
| 2139 get runtimeType => NodeList; |
| 2140 toString() => super.toString(); |
| 2141 } |
| 2142 patch class NonDocumentTypeChildNode { |
| 2143 static Type get instanceRuntimeType => NonDocumentTypeChildNodeImpl; |
| 2144 |
| 2145 } |
| 2146 class NonDocumentTypeChildNodeImpl extends NonDocumentTypeChildNode implements j
s_library.JSObjectInterfacesDom { |
| 2147 NonDocumentTypeChildNodeImpl.internal_() : super.internal_(); |
| 2148 get runtimeType => NonDocumentTypeChildNode; |
| 2149 toString() => super.toString(); |
| 2150 } |
| 2151 patch class NonElementParentNode { |
| 2152 static Type get instanceRuntimeType => NonElementParentNodeImpl; |
| 2153 |
| 2154 } |
| 2155 class NonElementParentNodeImpl extends NonElementParentNode implements js_librar
y.JSObjectInterfacesDom { |
| 2156 NonElementParentNodeImpl.internal_() : super.internal_(); |
| 2157 get runtimeType => NonElementParentNode; |
| 2158 toString() => super.toString(); |
| 2159 } |
| 2160 patch class Notification { |
| 2161 static Type get instanceRuntimeType => NotificationImpl; |
| 2162 |
| 2163 } |
| 2164 class NotificationImpl extends Notification implements js_library.JSObjectInterf
acesDom { |
| 2165 NotificationImpl.internal_() : super.internal_(); |
| 2166 get runtimeType => Notification; |
| 2167 toString() => super.toString(); |
| 2168 } |
| 2169 patch class NotificationEvent { |
| 2170 static Type get instanceRuntimeType => NotificationEventImpl; |
| 2171 |
| 2172 } |
| 2173 class NotificationEventImpl extends NotificationEvent implements js_library.JSOb
jectInterfacesDom { |
| 2174 NotificationEventImpl.internal_() : super.internal_(); |
| 2175 get runtimeType => NotificationEvent; |
| 2176 toString() => super.toString(); |
| 2177 } |
| 2178 patch class OListElement { |
| 2179 static Type get instanceRuntimeType => OListElementImpl; |
| 2180 |
| 2181 } |
| 2182 class OListElementImpl extends OListElement implements js_library.JSObjectInterf
acesDom { |
| 2183 OListElementImpl.internal_() : super.internal_(); |
| 2184 get runtimeType => OListElement; |
| 2185 toString() => super.toString(); |
| 2186 } |
| 2187 patch class ObjectElement { |
| 2188 static Type get instanceRuntimeType => ObjectElementImpl; |
| 2189 |
| 2190 } |
| 2191 class ObjectElementImpl extends ObjectElement implements js_library.JSObjectInte
rfacesDom { |
| 2192 ObjectElementImpl.internal_() : super.internal_(); |
| 2193 get runtimeType => ObjectElement; |
| 2194 toString() => super.toString(); |
| 2195 } |
| 2196 patch class OptGroupElement { |
| 2197 static Type get instanceRuntimeType => OptGroupElementImpl; |
| 2198 |
| 2199 } |
| 2200 class OptGroupElementImpl extends OptGroupElement implements js_library.JSObject
InterfacesDom { |
| 2201 OptGroupElementImpl.internal_() : super.internal_(); |
| 2202 get runtimeType => OptGroupElement; |
| 2203 toString() => super.toString(); |
| 2204 } |
| 2205 patch class OptionElement { |
| 2206 static Type get instanceRuntimeType => OptionElementImpl; |
| 2207 |
| 2208 } |
| 2209 class OptionElementImpl extends OptionElement implements js_library.JSObjectInte
rfacesDom { |
| 2210 OptionElementImpl.internal_() : super.internal_(); |
| 2211 get runtimeType => OptionElement; |
| 2212 toString() => super.toString(); |
| 2213 } |
| 2214 patch class OutputElement { |
| 2215 static Type get instanceRuntimeType => OutputElementImpl; |
| 2216 |
| 2217 } |
| 2218 class OutputElementImpl extends OutputElement implements js_library.JSObjectInte
rfacesDom { |
| 2219 OutputElementImpl.internal_() : super.internal_(); |
| 2220 get runtimeType => OutputElement; |
| 2221 toString() => super.toString(); |
| 2222 } |
| 2223 patch class PageTransitionEvent { |
| 2224 static Type get instanceRuntimeType => PageTransitionEventImpl; |
| 2225 |
| 2226 } |
| 2227 class PageTransitionEventImpl extends PageTransitionEvent implements js_library.
JSObjectInterfacesDom { |
| 2228 PageTransitionEventImpl.internal_() : super.internal_(); |
| 2229 get runtimeType => PageTransitionEvent; |
| 2230 toString() => super.toString(); |
| 2231 } |
| 2232 patch class ParagraphElement { |
| 2233 static Type get instanceRuntimeType => ParagraphElementImpl; |
| 2234 |
| 2235 } |
| 2236 class ParagraphElementImpl extends ParagraphElement implements js_library.JSObje
ctInterfacesDom { |
| 2237 ParagraphElementImpl.internal_() : super.internal_(); |
| 2238 get runtimeType => ParagraphElement; |
| 2239 toString() => super.toString(); |
| 2240 } |
| 2241 patch class ParamElement { |
| 2242 static Type get instanceRuntimeType => ParamElementImpl; |
| 2243 |
| 2244 } |
| 2245 class ParamElementImpl extends ParamElement implements js_library.JSObjectInterf
acesDom { |
| 2246 ParamElementImpl.internal_() : super.internal_(); |
| 2247 get runtimeType => ParamElement; |
| 2248 toString() => super.toString(); |
| 2249 } |
| 2250 patch class ParentNode { |
| 2251 static Type get instanceRuntimeType => ParentNodeImpl; |
| 2252 |
| 2253 } |
| 2254 class ParentNodeImpl extends ParentNode implements js_library.JSObjectInterfaces
Dom { |
| 2255 ParentNodeImpl.internal_() : super.internal_(); |
| 2256 get runtimeType => ParentNode; |
| 2257 toString() => super.toString(); |
| 2258 } |
| 2259 patch class PasswordCredential { |
| 2260 static Type get instanceRuntimeType => PasswordCredentialImpl; |
| 2261 |
| 2262 } |
| 2263 class PasswordCredentialImpl extends PasswordCredential implements js_library.JS
ObjectInterfacesDom { |
| 2264 PasswordCredentialImpl.internal_() : super.internal_(); |
| 2265 get runtimeType => PasswordCredential; |
| 2266 toString() => super.toString(); |
| 2267 } |
| 2268 patch class Path2D { |
| 2269 static Type get instanceRuntimeType => Path2DImpl; |
| 2270 |
| 2271 } |
| 2272 class Path2DImpl extends Path2D implements js_library.JSObjectInterfacesDom { |
| 2273 Path2DImpl.internal_() : super.internal_(); |
| 2274 get runtimeType => Path2D; |
| 2275 toString() => super.toString(); |
| 2276 } |
| 2277 patch class Performance { |
| 2278 static Type get instanceRuntimeType => PerformanceImpl; |
| 2279 |
| 2280 } |
| 2281 class PerformanceImpl extends Performance implements js_library.JSObjectInterfac
esDom { |
| 2282 PerformanceImpl.internal_() : super.internal_(); |
| 2283 get runtimeType => Performance; |
| 2284 toString() => super.toString(); |
| 2285 } |
| 2286 patch class PerformanceCompositeTiming { |
| 2287 static Type get instanceRuntimeType => PerformanceCompositeTimingImpl; |
| 2288 |
| 2289 } |
| 2290 class PerformanceCompositeTimingImpl extends PerformanceCompositeTiming implemen
ts js_library.JSObjectInterfacesDom { |
| 2291 PerformanceCompositeTimingImpl.internal_() : super.internal_(); |
| 2292 get runtimeType => PerformanceCompositeTiming; |
| 2293 toString() => super.toString(); |
| 2294 } |
| 2295 patch class PerformanceEntry { |
| 2296 static Type get instanceRuntimeType => PerformanceEntryImpl; |
| 2297 |
| 2298 } |
| 2299 class PerformanceEntryImpl extends PerformanceEntry implements js_library.JSObje
ctInterfacesDom { |
| 2300 PerformanceEntryImpl.internal_() : super.internal_(); |
| 2301 get runtimeType => PerformanceEntry; |
| 2302 toString() => super.toString(); |
| 2303 } |
| 2304 patch class PerformanceMark { |
| 2305 static Type get instanceRuntimeType => PerformanceMarkImpl; |
| 2306 |
| 2307 } |
| 2308 class PerformanceMarkImpl extends PerformanceMark implements js_library.JSObject
InterfacesDom { |
| 2309 PerformanceMarkImpl.internal_() : super.internal_(); |
| 2310 get runtimeType => PerformanceMark; |
| 2311 toString() => super.toString(); |
| 2312 } |
| 2313 patch class PerformanceMeasure { |
| 2314 static Type get instanceRuntimeType => PerformanceMeasureImpl; |
| 2315 |
| 2316 } |
| 2317 class PerformanceMeasureImpl extends PerformanceMeasure implements js_library.JS
ObjectInterfacesDom { |
| 2318 PerformanceMeasureImpl.internal_() : super.internal_(); |
| 2319 get runtimeType => PerformanceMeasure; |
| 2320 toString() => super.toString(); |
| 2321 } |
| 2322 patch class PerformanceNavigation { |
| 2323 static Type get instanceRuntimeType => PerformanceNavigationImpl; |
| 2324 |
| 2325 } |
| 2326 class PerformanceNavigationImpl extends PerformanceNavigation implements js_libr
ary.JSObjectInterfacesDom { |
| 2327 PerformanceNavigationImpl.internal_() : super.internal_(); |
| 2328 get runtimeType => PerformanceNavigation; |
| 2329 toString() => super.toString(); |
| 2330 } |
| 2331 patch class PerformanceRenderTiming { |
| 2332 static Type get instanceRuntimeType => PerformanceRenderTimingImpl; |
| 2333 |
| 2334 } |
| 2335 class PerformanceRenderTimingImpl extends PerformanceRenderTiming implements js_
library.JSObjectInterfacesDom { |
| 2336 PerformanceRenderTimingImpl.internal_() : super.internal_(); |
| 2337 get runtimeType => PerformanceRenderTiming; |
| 2338 toString() => super.toString(); |
| 2339 } |
| 2340 patch class PerformanceResourceTiming { |
| 2341 static Type get instanceRuntimeType => PerformanceResourceTimingImpl; |
| 2342 |
| 2343 } |
| 2344 class PerformanceResourceTimingImpl extends PerformanceResourceTiming implements
js_library.JSObjectInterfacesDom { |
| 2345 PerformanceResourceTimingImpl.internal_() : super.internal_(); |
| 2346 get runtimeType => PerformanceResourceTiming; |
| 2347 toString() => super.toString(); |
| 2348 } |
| 2349 patch class PerformanceTiming { |
| 2350 static Type get instanceRuntimeType => PerformanceTimingImpl; |
| 2351 |
| 2352 } |
| 2353 class PerformanceTimingImpl extends PerformanceTiming implements js_library.JSOb
jectInterfacesDom { |
| 2354 PerformanceTimingImpl.internal_() : super.internal_(); |
| 2355 get runtimeType => PerformanceTiming; |
| 2356 toString() => super.toString(); |
| 2357 } |
| 2358 patch class PeriodicSyncEvent { |
| 2359 static Type get instanceRuntimeType => PeriodicSyncEventImpl; |
| 2360 |
| 2361 } |
| 2362 class PeriodicSyncEventImpl extends PeriodicSyncEvent implements js_library.JSOb
jectInterfacesDom { |
| 2363 PeriodicSyncEventImpl.internal_() : super.internal_(); |
| 2364 get runtimeType => PeriodicSyncEvent; |
| 2365 toString() => super.toString(); |
| 2366 } |
| 2367 patch class PeriodicSyncManager { |
| 2368 static Type get instanceRuntimeType => PeriodicSyncManagerImpl; |
| 2369 |
| 2370 } |
| 2371 class PeriodicSyncManagerImpl extends PeriodicSyncManager implements js_library.
JSObjectInterfacesDom { |
| 2372 PeriodicSyncManagerImpl.internal_() : super.internal_(); |
| 2373 get runtimeType => PeriodicSyncManager; |
| 2374 toString() => super.toString(); |
| 2375 } |
| 2376 patch class PeriodicSyncRegistration { |
| 2377 static Type get instanceRuntimeType => PeriodicSyncRegistrationImpl; |
| 2378 |
| 2379 } |
| 2380 class PeriodicSyncRegistrationImpl extends PeriodicSyncRegistration implements j
s_library.JSObjectInterfacesDom { |
| 2381 PeriodicSyncRegistrationImpl.internal_() : super.internal_(); |
| 2382 get runtimeType => PeriodicSyncRegistration; |
| 2383 toString() => super.toString(); |
| 2384 } |
| 2385 patch class PermissionStatus { |
| 2386 static Type get instanceRuntimeType => PermissionStatusImpl; |
| 2387 |
| 2388 } |
| 2389 class PermissionStatusImpl extends PermissionStatus implements js_library.JSObje
ctInterfacesDom { |
| 2390 PermissionStatusImpl.internal_() : super.internal_(); |
| 2391 get runtimeType => PermissionStatus; |
| 2392 toString() => super.toString(); |
| 2393 } |
| 2394 patch class Permissions { |
| 2395 static Type get instanceRuntimeType => PermissionsImpl; |
| 2396 |
| 2397 } |
| 2398 class PermissionsImpl extends Permissions implements js_library.JSObjectInterfac
esDom { |
| 2399 PermissionsImpl.internal_() : super.internal_(); |
| 2400 get runtimeType => Permissions; |
| 2401 toString() => super.toString(); |
| 2402 } |
| 2403 patch class PictureElement { |
| 2404 static Type get instanceRuntimeType => PictureElementImpl; |
| 2405 |
| 2406 } |
| 2407 class PictureElementImpl extends PictureElement implements js_library.JSObjectIn
terfacesDom { |
| 2408 PictureElementImpl.internal_() : super.internal_(); |
| 2409 get runtimeType => PictureElement; |
| 2410 toString() => super.toString(); |
| 2411 } |
| 2412 patch class Plugin { |
| 2413 static Type get instanceRuntimeType => PluginImpl; |
| 2414 |
| 2415 } |
| 2416 class PluginImpl extends Plugin implements js_library.JSObjectInterfacesDom { |
| 2417 PluginImpl.internal_() : super.internal_(); |
| 2418 get runtimeType => Plugin; |
| 2419 toString() => super.toString(); |
| 2420 } |
| 2421 patch class PluginArray { |
| 2422 static Type get instanceRuntimeType => PluginArrayImpl; |
| 2423 |
| 2424 } |
| 2425 class PluginArrayImpl extends PluginArray implements js_library.JSObjectInterfac
esDom { |
| 2426 PluginArrayImpl.internal_() : super.internal_(); |
| 2427 get runtimeType => PluginArray; |
| 2428 toString() => super.toString(); |
| 2429 } |
| 2430 patch class PluginPlaceholderElement { |
| 2431 static Type get instanceRuntimeType => PluginPlaceholderElementImpl; |
| 2432 |
| 2433 } |
| 2434 class PluginPlaceholderElementImpl extends PluginPlaceholderElement implements j
s_library.JSObjectInterfacesDom { |
| 2435 PluginPlaceholderElementImpl.internal_() : super.internal_(); |
| 2436 get runtimeType => PluginPlaceholderElement; |
| 2437 toString() => super.toString(); |
| 2438 } |
| 2439 patch class PointerEvent { |
| 2440 static Type get instanceRuntimeType => PointerEventImpl; |
| 2441 |
| 2442 } |
| 2443 class PointerEventImpl extends PointerEvent implements js_library.JSObjectInterf
acesDom { |
| 2444 PointerEventImpl.internal_() : super.internal_(); |
| 2445 get runtimeType => PointerEvent; |
| 2446 toString() => super.toString(); |
| 2447 } |
| 2448 patch class PopStateEvent { |
| 2449 static Type get instanceRuntimeType => PopStateEventImpl; |
| 2450 |
| 2451 } |
| 2452 class PopStateEventImpl extends PopStateEvent implements js_library.JSObjectInte
rfacesDom { |
| 2453 PopStateEventImpl.internal_() : super.internal_(); |
| 2454 get runtimeType => PopStateEvent; |
| 2455 toString() => super.toString(); |
| 2456 } |
| 2457 patch class PositionError { |
| 2458 static Type get instanceRuntimeType => PositionErrorImpl; |
| 2459 |
| 2460 } |
| 2461 class PositionErrorImpl extends PositionError implements js_library.JSObjectInte
rfacesDom { |
| 2462 PositionErrorImpl.internal_() : super.internal_(); |
| 2463 get runtimeType => PositionError; |
| 2464 toString() => super.toString(); |
| 2465 } |
| 2466 patch class PositionSensorVRDevice { |
| 2467 static Type get instanceRuntimeType => PositionSensorVRDeviceImpl; |
| 2468 |
| 2469 } |
| 2470 class PositionSensorVRDeviceImpl extends PositionSensorVRDevice implements js_li
brary.JSObjectInterfacesDom { |
| 2471 PositionSensorVRDeviceImpl.internal_() : super.internal_(); |
| 2472 get runtimeType => PositionSensorVRDevice; |
| 2473 toString() => super.toString(); |
| 2474 } |
| 2475 patch class PreElement { |
| 2476 static Type get instanceRuntimeType => PreElementImpl; |
| 2477 |
| 2478 } |
| 2479 class PreElementImpl extends PreElement implements js_library.JSObjectInterfaces
Dom { |
| 2480 PreElementImpl.internal_() : super.internal_(); |
| 2481 get runtimeType => PreElement; |
| 2482 toString() => super.toString(); |
| 2483 } |
| 2484 patch class Presentation { |
| 2485 static Type get instanceRuntimeType => PresentationImpl; |
| 2486 |
| 2487 } |
| 2488 class PresentationImpl extends Presentation implements js_library.JSObjectInterf
acesDom { |
| 2489 PresentationImpl.internal_() : super.internal_(); |
| 2490 get runtimeType => Presentation; |
1807 toString() => super.toString(); | 2491 toString() => super.toString(); |
1808 } | 2492 } |
1809 patch class PresentationAvailability { | 2493 patch class PresentationAvailability { |
1810 static Type get instanceRuntimeType => PresentationAvailabilityImpl; | 2494 static Type get instanceRuntimeType => PresentationAvailabilityImpl; |
1811 | 2495 |
1812 } | 2496 } |
1813 class PresentationAvailabilityImpl extends PresentationAvailability implements j
s_library.JSObjectInterfacesDom { | 2497 class PresentationAvailabilityImpl extends PresentationAvailability implements j
s_library.JSObjectInterfacesDom { |
1814 PresentationAvailabilityImpl.internal_() : super.internal_(); | 2498 PresentationAvailabilityImpl.internal_() : super.internal_(); |
1815 get runtimeType => PresentationAvailability; | 2499 get runtimeType => PresentationAvailability; |
1816 toString() => super.toString(); | 2500 toString() => super.toString(); |
1817 } | 2501 } |
1818 patch class FontFaceSet { | 2502 patch class PresentationSession { |
1819 static Type get instanceRuntimeType => FontFaceSetImpl; | 2503 static Type get instanceRuntimeType => PresentationSessionImpl; |
1820 | 2504 |
1821 } | 2505 } |
1822 class FontFaceSetImpl extends FontFaceSet implements js_library.JSObjectInterfac
esDom { | 2506 class PresentationSessionImpl extends PresentationSession implements js_library.
JSObjectInterfacesDom { |
1823 FontFaceSetImpl.internal_() : super.internal_(); | 2507 PresentationSessionImpl.internal_() : super.internal_(); |
1824 get runtimeType => FontFaceSet; | 2508 get runtimeType => PresentationSession; |
1825 toString() => super.toString(); | |
1826 } | |
1827 patch class _SubtleCrypto { | |
1828 static Type get instanceRuntimeType => _SubtleCryptoImpl; | |
1829 | |
1830 } | |
1831 class _SubtleCryptoImpl extends _SubtleCrypto implements js_library.JSObjectInte
rfacesDom { | |
1832 _SubtleCryptoImpl.internal_() : super.internal_(); | |
1833 get runtimeType => _SubtleCrypto; | |
1834 toString() => super.toString(); | |
1835 } | |
1836 patch class ButtonElement { | |
1837 static Type get instanceRuntimeType => ButtonElementImpl; | |
1838 | |
1839 } | |
1840 class ButtonElementImpl extends ButtonElement implements js_library.JSObjectInte
rfacesDom { | |
1841 ButtonElementImpl.internal_() : super.internal_(); | |
1842 get runtimeType => ButtonElement; | |
1843 toString() => super.toString(); | 2509 toString() => super.toString(); |
1844 } | 2510 } |
1845 patch class ProcessingInstruction { | 2511 patch class ProcessingInstruction { |
1846 static Type get instanceRuntimeType => ProcessingInstructionImpl; | 2512 static Type get instanceRuntimeType => ProcessingInstructionImpl; |
1847 | 2513 |
1848 } | 2514 } |
1849 class ProcessingInstructionImpl extends ProcessingInstruction implements js_libr
ary.JSObjectInterfacesDom { | 2515 class ProcessingInstructionImpl extends ProcessingInstruction implements js_libr
ary.JSObjectInterfacesDom { |
1850 ProcessingInstructionImpl.internal_() : super.internal_(); | 2516 ProcessingInstructionImpl.internal_() : super.internal_(); |
1851 get runtimeType => ProcessingInstruction; | 2517 get runtimeType => ProcessingInstruction; |
1852 toString() => super.toString(); | 2518 toString() => super.toString(); |
1853 } | 2519 } |
| 2520 patch class ProgressElement { |
| 2521 static Type get instanceRuntimeType => ProgressElementImpl; |
| 2522 |
| 2523 } |
| 2524 class ProgressElementImpl extends ProgressElement implements js_library.JSObject
InterfacesDom { |
| 2525 ProgressElementImpl.internal_() : super.internal_(); |
| 2526 get runtimeType => ProgressElement; |
| 2527 toString() => super.toString(); |
| 2528 } |
| 2529 patch class ProgressEvent { |
| 2530 static Type get instanceRuntimeType => ProgressEventImpl; |
| 2531 |
| 2532 } |
| 2533 class ProgressEventImpl extends ProgressEvent implements js_library.JSObjectInte
rfacesDom { |
| 2534 ProgressEventImpl.internal_() : super.internal_(); |
| 2535 get runtimeType => ProgressEvent; |
| 2536 toString() => super.toString(); |
| 2537 } |
| 2538 patch class PromiseRejectionEvent { |
| 2539 static Type get instanceRuntimeType => PromiseRejectionEventImpl; |
| 2540 |
| 2541 } |
| 2542 class PromiseRejectionEventImpl extends PromiseRejectionEvent implements js_libr
ary.JSObjectInterfacesDom { |
| 2543 PromiseRejectionEventImpl.internal_() : super.internal_(); |
| 2544 get runtimeType => PromiseRejectionEvent; |
| 2545 toString() => super.toString(); |
| 2546 } |
| 2547 patch class PushEvent { |
| 2548 static Type get instanceRuntimeType => PushEventImpl; |
| 2549 |
| 2550 } |
| 2551 class PushEventImpl extends PushEvent implements js_library.JSObjectInterfacesDo
m { |
| 2552 PushEventImpl.internal_() : super.internal_(); |
| 2553 get runtimeType => PushEvent; |
| 2554 toString() => super.toString(); |
| 2555 } |
| 2556 patch class PushManager { |
| 2557 static Type get instanceRuntimeType => PushManagerImpl; |
| 2558 |
| 2559 } |
| 2560 class PushManagerImpl extends PushManager implements js_library.JSObjectInterfac
esDom { |
| 2561 PushManagerImpl.internal_() : super.internal_(); |
| 2562 get runtimeType => PushManager; |
| 2563 toString() => super.toString(); |
| 2564 } |
| 2565 patch class PushMessageData { |
| 2566 static Type get instanceRuntimeType => PushMessageDataImpl; |
| 2567 |
| 2568 } |
| 2569 class PushMessageDataImpl extends PushMessageData implements js_library.JSObject
InterfacesDom { |
| 2570 PushMessageDataImpl.internal_() : super.internal_(); |
| 2571 get runtimeType => PushMessageData; |
| 2572 toString() => super.toString(); |
| 2573 } |
| 2574 patch class PushSubscription { |
| 2575 static Type get instanceRuntimeType => PushSubscriptionImpl; |
| 2576 |
| 2577 } |
| 2578 class PushSubscriptionImpl extends PushSubscription implements js_library.JSObje
ctInterfacesDom { |
| 2579 PushSubscriptionImpl.internal_() : super.internal_(); |
| 2580 get runtimeType => PushSubscription; |
| 2581 toString() => super.toString(); |
| 2582 } |
| 2583 patch class QuoteElement { |
| 2584 static Type get instanceRuntimeType => QuoteElementImpl; |
| 2585 |
| 2586 } |
| 2587 class QuoteElementImpl extends QuoteElement implements js_library.JSObjectInterf
acesDom { |
| 2588 QuoteElementImpl.internal_() : super.internal_(); |
| 2589 get runtimeType => QuoteElement; |
| 2590 toString() => super.toString(); |
| 2591 } |
| 2592 patch class Range { |
| 2593 static Type get instanceRuntimeType => RangeImpl; |
| 2594 |
| 2595 } |
| 2596 class RangeImpl extends Range implements js_library.JSObjectInterfacesDom { |
| 2597 RangeImpl.internal_() : super.internal_(); |
| 2598 get runtimeType => Range; |
| 2599 toString() => super.toString(); |
| 2600 } |
| 2601 patch class ReadableByteStream { |
| 2602 static Type get instanceRuntimeType => ReadableByteStreamImpl; |
| 2603 |
| 2604 } |
| 2605 class ReadableByteStreamImpl extends ReadableByteStream implements js_library.JS
ObjectInterfacesDom { |
| 2606 ReadableByteStreamImpl.internal_() : super.internal_(); |
| 2607 get runtimeType => ReadableByteStream; |
| 2608 toString() => super.toString(); |
| 2609 } |
| 2610 patch class ReadableByteStreamReader { |
| 2611 static Type get instanceRuntimeType => ReadableByteStreamReaderImpl; |
| 2612 |
| 2613 } |
| 2614 class ReadableByteStreamReaderImpl extends ReadableByteStreamReader implements j
s_library.JSObjectInterfacesDom { |
| 2615 ReadableByteStreamReaderImpl.internal_() : super.internal_(); |
| 2616 get runtimeType => ReadableByteStreamReader; |
| 2617 toString() => super.toString(); |
| 2618 } |
| 2619 patch class ReadableStream { |
| 2620 static Type get instanceRuntimeType => ReadableStreamImpl; |
| 2621 |
| 2622 } |
| 2623 class ReadableStreamImpl extends ReadableStream implements js_library.JSObjectIn
terfacesDom { |
| 2624 ReadableStreamImpl.internal_() : super.internal_(); |
| 2625 get runtimeType => ReadableStream; |
| 2626 toString() => super.toString(); |
| 2627 } |
| 2628 patch class ReadableStreamReader { |
| 2629 static Type get instanceRuntimeType => ReadableStreamReaderImpl; |
| 2630 |
| 2631 } |
| 2632 class ReadableStreamReaderImpl extends ReadableStreamReader implements js_librar
y.JSObjectInterfacesDom { |
| 2633 ReadableStreamReaderImpl.internal_() : super.internal_(); |
| 2634 get runtimeType => ReadableStreamReader; |
| 2635 toString() => super.toString(); |
| 2636 } |
| 2637 patch class RelatedEvent { |
| 2638 static Type get instanceRuntimeType => RelatedEventImpl; |
| 2639 |
| 2640 } |
| 2641 class RelatedEventImpl extends RelatedEvent implements js_library.JSObjectInterf
acesDom { |
| 2642 RelatedEventImpl.internal_() : super.internal_(); |
| 2643 get runtimeType => RelatedEvent; |
| 2644 toString() => super.toString(); |
| 2645 } |
| 2646 patch class ResourceProgressEvent { |
| 2647 static Type get instanceRuntimeType => ResourceProgressEventImpl; |
| 2648 |
| 2649 } |
| 2650 class ResourceProgressEventImpl extends ResourceProgressEvent implements js_libr
ary.JSObjectInterfacesDom { |
| 2651 ResourceProgressEventImpl.internal_() : super.internal_(); |
| 2652 get runtimeType => ResourceProgressEvent; |
| 2653 toString() => super.toString(); |
| 2654 } |
| 2655 patch class RtcDataChannel { |
| 2656 static Type get instanceRuntimeType => RtcDataChannelImpl; |
| 2657 |
| 2658 } |
| 2659 class RtcDataChannelImpl extends RtcDataChannel implements js_library.JSObjectIn
terfacesDom { |
| 2660 RtcDataChannelImpl.internal_() : super.internal_(); |
| 2661 get runtimeType => RtcDataChannel; |
| 2662 toString() => super.toString(); |
| 2663 } |
| 2664 patch class RtcDataChannelEvent { |
| 2665 static Type get instanceRuntimeType => RtcDataChannelEventImpl; |
| 2666 |
| 2667 } |
| 2668 class RtcDataChannelEventImpl extends RtcDataChannelEvent implements js_library.
JSObjectInterfacesDom { |
| 2669 RtcDataChannelEventImpl.internal_() : super.internal_(); |
| 2670 get runtimeType => RtcDataChannelEvent; |
| 2671 toString() => super.toString(); |
| 2672 } |
| 2673 patch class RtcDtmfSender { |
| 2674 static Type get instanceRuntimeType => RtcDtmfSenderImpl; |
| 2675 |
| 2676 } |
| 2677 class RtcDtmfSenderImpl extends RtcDtmfSender implements js_library.JSObjectInte
rfacesDom { |
| 2678 RtcDtmfSenderImpl.internal_() : super.internal_(); |
| 2679 get runtimeType => RtcDtmfSender; |
| 2680 toString() => super.toString(); |
| 2681 } |
| 2682 patch class RtcDtmfToneChangeEvent { |
| 2683 static Type get instanceRuntimeType => RtcDtmfToneChangeEventImpl; |
| 2684 |
| 2685 } |
| 2686 class RtcDtmfToneChangeEventImpl extends RtcDtmfToneChangeEvent implements js_li
brary.JSObjectInterfacesDom { |
| 2687 RtcDtmfToneChangeEventImpl.internal_() : super.internal_(); |
| 2688 get runtimeType => RtcDtmfToneChangeEvent; |
| 2689 toString() => super.toString(); |
| 2690 } |
| 2691 patch class RtcIceCandidate { |
| 2692 static Type get instanceRuntimeType => RtcIceCandidateImpl; |
| 2693 |
| 2694 } |
| 2695 class RtcIceCandidateImpl extends RtcIceCandidate implements js_library.JSObject
InterfacesDom { |
| 2696 RtcIceCandidateImpl.internal_() : super.internal_(); |
| 2697 get runtimeType => RtcIceCandidate; |
| 2698 toString() => super.toString(); |
| 2699 } |
| 2700 patch class RtcIceCandidateEvent { |
| 2701 static Type get instanceRuntimeType => RtcIceCandidateEventImpl; |
| 2702 |
| 2703 } |
| 2704 class RtcIceCandidateEventImpl extends RtcIceCandidateEvent implements js_librar
y.JSObjectInterfacesDom { |
| 2705 RtcIceCandidateEventImpl.internal_() : super.internal_(); |
| 2706 get runtimeType => RtcIceCandidateEvent; |
| 2707 toString() => super.toString(); |
| 2708 } |
| 2709 patch class RtcPeerConnection { |
| 2710 static Type get instanceRuntimeType => RtcPeerConnectionImpl; |
| 2711 |
| 2712 } |
| 2713 class RtcPeerConnectionImpl extends RtcPeerConnection implements js_library.JSOb
jectInterfacesDom { |
| 2714 RtcPeerConnectionImpl.internal_() : super.internal_(); |
| 2715 get runtimeType => RtcPeerConnection; |
| 2716 toString() => super.toString(); |
| 2717 } |
| 2718 patch class RtcSessionDescription { |
| 2719 static Type get instanceRuntimeType => RtcSessionDescriptionImpl; |
| 2720 |
| 2721 } |
| 2722 class RtcSessionDescriptionImpl extends RtcSessionDescription implements js_libr
ary.JSObjectInterfacesDom { |
| 2723 RtcSessionDescriptionImpl.internal_() : super.internal_(); |
| 2724 get runtimeType => RtcSessionDescription; |
| 2725 toString() => super.toString(); |
| 2726 } |
| 2727 patch class RtcStatsReport { |
| 2728 static Type get instanceRuntimeType => RtcStatsReportImpl; |
| 2729 |
| 2730 } |
| 2731 class RtcStatsReportImpl extends RtcStatsReport implements js_library.JSObjectIn
terfacesDom { |
| 2732 RtcStatsReportImpl.internal_() : super.internal_(); |
| 2733 get runtimeType => RtcStatsReport; |
| 2734 toString() => super.toString(); |
| 2735 } |
| 2736 patch class RtcStatsResponse { |
| 2737 static Type get instanceRuntimeType => RtcStatsResponseImpl; |
| 2738 |
| 2739 } |
| 2740 class RtcStatsResponseImpl extends RtcStatsResponse implements js_library.JSObje
ctInterfacesDom { |
| 2741 RtcStatsResponseImpl.internal_() : super.internal_(); |
| 2742 get runtimeType => RtcStatsResponse; |
| 2743 toString() => super.toString(); |
| 2744 } |
| 2745 patch class Screen { |
| 2746 static Type get instanceRuntimeType => ScreenImpl; |
| 2747 |
| 2748 } |
| 2749 class ScreenImpl extends Screen implements js_library.JSObjectInterfacesDom { |
| 2750 ScreenImpl.internal_() : super.internal_(); |
| 2751 get runtimeType => Screen; |
| 2752 toString() => super.toString(); |
| 2753 } |
| 2754 patch class ScreenOrientation { |
| 2755 static Type get instanceRuntimeType => ScreenOrientationImpl; |
| 2756 |
| 2757 } |
| 2758 class ScreenOrientationImpl extends ScreenOrientation implements js_library.JSOb
jectInterfacesDom { |
| 2759 ScreenOrientationImpl.internal_() : super.internal_(); |
| 2760 get runtimeType => ScreenOrientation; |
| 2761 toString() => super.toString(); |
| 2762 } |
| 2763 patch class ScriptElement { |
| 2764 static Type get instanceRuntimeType => ScriptElementImpl; |
| 2765 |
| 2766 } |
| 2767 class ScriptElementImpl extends ScriptElement implements js_library.JSObjectInte
rfacesDom { |
| 2768 ScriptElementImpl.internal_() : super.internal_(); |
| 2769 get runtimeType => ScriptElement; |
| 2770 toString() => super.toString(); |
| 2771 } |
| 2772 patch class ScrollState { |
| 2773 static Type get instanceRuntimeType => ScrollStateImpl; |
| 2774 |
| 2775 } |
| 2776 class ScrollStateImpl extends ScrollState implements js_library.JSObjectInterfac
esDom { |
| 2777 ScrollStateImpl.internal_() : super.internal_(); |
| 2778 get runtimeType => ScrollState; |
| 2779 toString() => super.toString(); |
| 2780 } |
| 2781 patch class SecurityPolicyViolationEvent { |
| 2782 static Type get instanceRuntimeType => SecurityPolicyViolationEventImpl; |
| 2783 |
| 2784 } |
| 2785 class SecurityPolicyViolationEventImpl extends SecurityPolicyViolationEvent impl
ements js_library.JSObjectInterfacesDom { |
| 2786 SecurityPolicyViolationEventImpl.internal_() : super.internal_(); |
| 2787 get runtimeType => SecurityPolicyViolationEvent; |
| 2788 toString() => super.toString(); |
| 2789 } |
| 2790 patch class SelectElement { |
| 2791 static Type get instanceRuntimeType => SelectElementImpl; |
| 2792 |
| 2793 } |
| 2794 class SelectElementImpl extends SelectElement implements js_library.JSObjectInte
rfacesDom { |
| 2795 SelectElementImpl.internal_() : super.internal_(); |
| 2796 get runtimeType => SelectElement; |
| 2797 toString() => super.toString(); |
| 2798 } |
| 2799 patch class Selection { |
| 2800 static Type get instanceRuntimeType => SelectionImpl; |
| 2801 |
| 2802 } |
| 2803 class SelectionImpl extends Selection implements js_library.JSObjectInterfacesDo
m { |
| 2804 SelectionImpl.internal_() : super.internal_(); |
| 2805 get runtimeType => Selection; |
| 2806 toString() => super.toString(); |
| 2807 } |
| 2808 patch class ServicePort { |
| 2809 static Type get instanceRuntimeType => ServicePortImpl; |
| 2810 |
| 2811 } |
| 2812 class ServicePortImpl extends ServicePort implements js_library.JSObjectInterfac
esDom { |
| 2813 ServicePortImpl.internal_() : super.internal_(); |
| 2814 get runtimeType => ServicePort; |
| 2815 toString() => super.toString(); |
| 2816 } |
| 2817 patch class ServicePortCollection { |
| 2818 static Type get instanceRuntimeType => ServicePortCollectionImpl; |
| 2819 |
| 2820 } |
| 2821 class ServicePortCollectionImpl extends ServicePortCollection implements js_libr
ary.JSObjectInterfacesDom { |
| 2822 ServicePortCollectionImpl.internal_() : super.internal_(); |
| 2823 get runtimeType => ServicePortCollection; |
| 2824 toString() => super.toString(); |
| 2825 } |
| 2826 patch class ServicePortConnectEvent { |
| 2827 static Type get instanceRuntimeType => ServicePortConnectEventImpl; |
| 2828 |
| 2829 } |
| 2830 class ServicePortConnectEventImpl extends ServicePortConnectEvent implements js_
library.JSObjectInterfacesDom { |
| 2831 ServicePortConnectEventImpl.internal_() : super.internal_(); |
| 2832 get runtimeType => ServicePortConnectEvent; |
| 2833 toString() => super.toString(); |
| 2834 } |
| 2835 patch class ServiceWorkerContainer { |
| 2836 static Type get instanceRuntimeType => ServiceWorkerContainerImpl; |
| 2837 |
| 2838 } |
| 2839 class ServiceWorkerContainerImpl extends ServiceWorkerContainer implements js_li
brary.JSObjectInterfacesDom { |
| 2840 ServiceWorkerContainerImpl.internal_() : super.internal_(); |
| 2841 get runtimeType => ServiceWorkerContainer; |
| 2842 toString() => super.toString(); |
| 2843 } |
| 2844 patch class ServiceWorkerGlobalScope { |
| 2845 static Type get instanceRuntimeType => ServiceWorkerGlobalScopeImpl; |
| 2846 |
| 2847 } |
| 2848 class ServiceWorkerGlobalScopeImpl extends ServiceWorkerGlobalScope implements j
s_library.JSObjectInterfacesDom { |
| 2849 ServiceWorkerGlobalScopeImpl.internal_() : super.internal_(); |
| 2850 get runtimeType => ServiceWorkerGlobalScope; |
| 2851 toString() => super.toString(); |
| 2852 } |
| 2853 patch class ServiceWorkerMessageEvent { |
| 2854 static Type get instanceRuntimeType => ServiceWorkerMessageEventImpl; |
| 2855 |
| 2856 } |
| 2857 class ServiceWorkerMessageEventImpl extends ServiceWorkerMessageEvent implements
js_library.JSObjectInterfacesDom { |
| 2858 ServiceWorkerMessageEventImpl.internal_() : super.internal_(); |
| 2859 get runtimeType => ServiceWorkerMessageEvent; |
| 2860 toString() => super.toString(); |
| 2861 } |
| 2862 patch class ServiceWorkerRegistration { |
| 2863 static Type get instanceRuntimeType => ServiceWorkerRegistrationImpl; |
| 2864 |
| 2865 } |
| 2866 class ServiceWorkerRegistrationImpl extends ServiceWorkerRegistration implements
js_library.JSObjectInterfacesDom { |
| 2867 ServiceWorkerRegistrationImpl.internal_() : super.internal_(); |
| 2868 get runtimeType => ServiceWorkerRegistration; |
| 2869 toString() => super.toString(); |
| 2870 } |
| 2871 patch class ShadowElement { |
| 2872 static Type get instanceRuntimeType => ShadowElementImpl; |
| 2873 |
| 2874 } |
| 2875 class ShadowElementImpl extends ShadowElement implements js_library.JSObjectInte
rfacesDom { |
| 2876 ShadowElementImpl.internal_() : super.internal_(); |
| 2877 get runtimeType => ShadowElement; |
| 2878 toString() => super.toString(); |
| 2879 } |
| 2880 patch class ShadowRoot { |
| 2881 static Type get instanceRuntimeType => ShadowRootImpl; |
| 2882 |
| 2883 } |
| 2884 class ShadowRootImpl extends ShadowRoot implements js_library.JSObjectInterfaces
Dom { |
| 2885 ShadowRootImpl.internal_() : super.internal_(); |
| 2886 get runtimeType => ShadowRoot; |
| 2887 toString() => super.toString(); |
| 2888 } |
| 2889 patch class SharedArrayBuffer { |
| 2890 static Type get instanceRuntimeType => SharedArrayBufferImpl; |
| 2891 |
| 2892 } |
| 2893 class SharedArrayBufferImpl extends SharedArrayBuffer implements js_library.JSOb
jectInterfacesDom { |
| 2894 SharedArrayBufferImpl.internal_() : super.internal_(); |
| 2895 get runtimeType => SharedArrayBuffer; |
| 2896 toString() => super.toString(); |
| 2897 } |
| 2898 patch class SharedWorker { |
| 2899 static Type get instanceRuntimeType => SharedWorkerImpl; |
| 2900 |
| 2901 } |
| 2902 class SharedWorkerImpl extends SharedWorker implements js_library.JSObjectInterf
acesDom { |
| 2903 SharedWorkerImpl.internal_() : super.internal_(); |
| 2904 get runtimeType => SharedWorker; |
| 2905 toString() => super.toString(); |
| 2906 } |
| 2907 patch class SharedWorkerGlobalScope { |
| 2908 static Type get instanceRuntimeType => SharedWorkerGlobalScopeImpl; |
| 2909 |
| 2910 } |
| 2911 class SharedWorkerGlobalScopeImpl extends SharedWorkerGlobalScope implements js_
library.JSObjectInterfacesDom { |
| 2912 SharedWorkerGlobalScopeImpl.internal_() : super.internal_(); |
| 2913 get runtimeType => SharedWorkerGlobalScope; |
| 2914 toString() => super.toString(); |
| 2915 } |
| 2916 patch class SourceBuffer { |
| 2917 static Type get instanceRuntimeType => SourceBufferImpl; |
| 2918 |
| 2919 } |
| 2920 class SourceBufferImpl extends SourceBuffer implements js_library.JSObjectInterf
acesDom { |
| 2921 SourceBufferImpl.internal_() : super.internal_(); |
| 2922 get runtimeType => SourceBuffer; |
| 2923 toString() => super.toString(); |
| 2924 } |
| 2925 patch class SourceBufferList { |
| 2926 static Type get instanceRuntimeType => SourceBufferListImpl; |
| 2927 |
| 2928 } |
| 2929 class SourceBufferListImpl extends SourceBufferList implements js_library.JSObje
ctInterfacesDom { |
| 2930 SourceBufferListImpl.internal_() : super.internal_(); |
| 2931 get runtimeType => SourceBufferList; |
| 2932 toString() => super.toString(); |
| 2933 } |
| 2934 patch class SourceElement { |
| 2935 static Type get instanceRuntimeType => SourceElementImpl; |
| 2936 |
| 2937 } |
| 2938 class SourceElementImpl extends SourceElement implements js_library.JSObjectInte
rfacesDom { |
| 2939 SourceElementImpl.internal_() : super.internal_(); |
| 2940 get runtimeType => SourceElement; |
| 2941 toString() => super.toString(); |
| 2942 } |
| 2943 patch class SourceInfo { |
| 2944 static Type get instanceRuntimeType => SourceInfoImpl; |
| 2945 |
| 2946 } |
| 2947 class SourceInfoImpl extends SourceInfo implements js_library.JSObjectInterfaces
Dom { |
| 2948 SourceInfoImpl.internal_() : super.internal_(); |
| 2949 get runtimeType => SourceInfo; |
| 2950 toString() => super.toString(); |
| 2951 } |
| 2952 patch class SpanElement { |
| 2953 static Type get instanceRuntimeType => SpanElementImpl; |
| 2954 |
| 2955 } |
| 2956 class SpanElementImpl extends SpanElement implements js_library.JSObjectInterfac
esDom { |
| 2957 SpanElementImpl.internal_() : super.internal_(); |
| 2958 get runtimeType => SpanElement; |
| 2959 toString() => super.toString(); |
| 2960 } |
| 2961 patch class SpeechGrammar { |
| 2962 static Type get instanceRuntimeType => SpeechGrammarImpl; |
| 2963 |
| 2964 } |
| 2965 class SpeechGrammarImpl extends SpeechGrammar implements js_library.JSObjectInte
rfacesDom { |
| 2966 SpeechGrammarImpl.internal_() : super.internal_(); |
| 2967 get runtimeType => SpeechGrammar; |
| 2968 toString() => super.toString(); |
| 2969 } |
| 2970 patch class SpeechGrammarList { |
| 2971 static Type get instanceRuntimeType => SpeechGrammarListImpl; |
| 2972 |
| 2973 } |
| 2974 class SpeechGrammarListImpl extends SpeechGrammarList implements js_library.JSOb
jectInterfacesDom { |
| 2975 SpeechGrammarListImpl.internal_() : super.internal_(); |
| 2976 get runtimeType => SpeechGrammarList; |
| 2977 toString() => super.toString(); |
| 2978 } |
| 2979 patch class SpeechRecognition { |
| 2980 static Type get instanceRuntimeType => SpeechRecognitionImpl; |
| 2981 |
| 2982 } |
| 2983 class SpeechRecognitionImpl extends SpeechRecognition implements js_library.JSOb
jectInterfacesDom { |
| 2984 SpeechRecognitionImpl.internal_() : super.internal_(); |
| 2985 get runtimeType => SpeechRecognition; |
| 2986 toString() => super.toString(); |
| 2987 } |
| 2988 patch class SpeechRecognitionAlternative { |
| 2989 static Type get instanceRuntimeType => SpeechRecognitionAlternativeImpl; |
| 2990 |
| 2991 } |
| 2992 class SpeechRecognitionAlternativeImpl extends SpeechRecognitionAlternative impl
ements js_library.JSObjectInterfacesDom { |
| 2993 SpeechRecognitionAlternativeImpl.internal_() : super.internal_(); |
| 2994 get runtimeType => SpeechRecognitionAlternative; |
| 2995 toString() => super.toString(); |
| 2996 } |
| 2997 patch class SpeechRecognitionError { |
| 2998 static Type get instanceRuntimeType => SpeechRecognitionErrorImpl; |
| 2999 |
| 3000 } |
| 3001 class SpeechRecognitionErrorImpl extends SpeechRecognitionError implements js_li
brary.JSObjectInterfacesDom { |
| 3002 SpeechRecognitionErrorImpl.internal_() : super.internal_(); |
| 3003 get runtimeType => SpeechRecognitionError; |
| 3004 toString() => super.toString(); |
| 3005 } |
| 3006 patch class SpeechRecognitionEvent { |
| 3007 static Type get instanceRuntimeType => SpeechRecognitionEventImpl; |
| 3008 |
| 3009 } |
| 3010 class SpeechRecognitionEventImpl extends SpeechRecognitionEvent implements js_li
brary.JSObjectInterfacesDom { |
| 3011 SpeechRecognitionEventImpl.internal_() : super.internal_(); |
| 3012 get runtimeType => SpeechRecognitionEvent; |
| 3013 toString() => super.toString(); |
| 3014 } |
| 3015 patch class SpeechRecognitionResult { |
| 3016 static Type get instanceRuntimeType => SpeechRecognitionResultImpl; |
| 3017 |
| 3018 } |
| 3019 class SpeechRecognitionResultImpl extends SpeechRecognitionResult implements js_
library.JSObjectInterfacesDom { |
| 3020 SpeechRecognitionResultImpl.internal_() : super.internal_(); |
| 3021 get runtimeType => SpeechRecognitionResult; |
| 3022 toString() => super.toString(); |
| 3023 } |
| 3024 patch class SpeechSynthesis { |
| 3025 static Type get instanceRuntimeType => SpeechSynthesisImpl; |
| 3026 |
| 3027 } |
| 3028 class SpeechSynthesisImpl extends SpeechSynthesis implements js_library.JSObject
InterfacesDom { |
| 3029 SpeechSynthesisImpl.internal_() : super.internal_(); |
| 3030 get runtimeType => SpeechSynthesis; |
| 3031 toString() => super.toString(); |
| 3032 } |
| 3033 patch class SpeechSynthesisEvent { |
| 3034 static Type get instanceRuntimeType => SpeechSynthesisEventImpl; |
| 3035 |
| 3036 } |
| 3037 class SpeechSynthesisEventImpl extends SpeechSynthesisEvent implements js_librar
y.JSObjectInterfacesDom { |
| 3038 SpeechSynthesisEventImpl.internal_() : super.internal_(); |
| 3039 get runtimeType => SpeechSynthesisEvent; |
| 3040 toString() => super.toString(); |
| 3041 } |
| 3042 patch class SpeechSynthesisUtterance { |
| 3043 static Type get instanceRuntimeType => SpeechSynthesisUtteranceImpl; |
| 3044 |
| 3045 } |
| 3046 class SpeechSynthesisUtteranceImpl extends SpeechSynthesisUtterance implements j
s_library.JSObjectInterfacesDom { |
| 3047 SpeechSynthesisUtteranceImpl.internal_() : super.internal_(); |
| 3048 get runtimeType => SpeechSynthesisUtterance; |
| 3049 toString() => super.toString(); |
| 3050 } |
| 3051 patch class SpeechSynthesisVoice { |
| 3052 static Type get instanceRuntimeType => SpeechSynthesisVoiceImpl; |
| 3053 |
| 3054 } |
| 3055 class SpeechSynthesisVoiceImpl extends SpeechSynthesisVoice implements js_librar
y.JSObjectInterfacesDom { |
| 3056 SpeechSynthesisVoiceImpl.internal_() : super.internal_(); |
| 3057 get runtimeType => SpeechSynthesisVoice; |
| 3058 toString() => super.toString(); |
| 3059 } |
1854 patch class StashedMessagePort { | 3060 patch class StashedMessagePort { |
1855 static Type get instanceRuntimeType => StashedMessagePortImpl; | 3061 static Type get instanceRuntimeType => StashedMessagePortImpl; |
1856 | 3062 |
1857 } | 3063 } |
1858 class StashedMessagePortImpl extends StashedMessagePort implements js_library.JS
ObjectInterfacesDom { | 3064 class StashedMessagePortImpl extends StashedMessagePort implements js_library.JS
ObjectInterfacesDom { |
1859 StashedMessagePortImpl.internal_() : super.internal_(); | 3065 StashedMessagePortImpl.internal_() : super.internal_(); |
1860 get runtimeType => StashedMessagePort; | 3066 get runtimeType => StashedMessagePort; |
1861 toString() => super.toString(); | 3067 toString() => super.toString(); |
1862 } | 3068 } |
1863 patch class DeviceAcceleration { | 3069 patch class StashedPortCollection { |
1864 static Type get instanceRuntimeType => DeviceAccelerationImpl; | 3070 static Type get instanceRuntimeType => StashedPortCollectionImpl; |
1865 | 3071 |
1866 } | 3072 } |
1867 class DeviceAccelerationImpl extends DeviceAcceleration implements js_library.JS
ObjectInterfacesDom { | 3073 class StashedPortCollectionImpl extends StashedPortCollection implements js_libr
ary.JSObjectInterfacesDom { |
1868 DeviceAccelerationImpl.internal_() : super.internal_(); | 3074 StashedPortCollectionImpl.internal_() : super.internal_(); |
1869 get runtimeType => DeviceAcceleration; | 3075 get runtimeType => StashedPortCollection; |
1870 toString() => super.toString(); | 3076 toString() => super.toString(); |
1871 } | 3077 } |
1872 patch class MapElement { | 3078 patch class Storage { |
1873 static Type get instanceRuntimeType => MapElementImpl; | 3079 static Type get instanceRuntimeType => StorageImpl; |
1874 | 3080 |
1875 } | 3081 } |
1876 class MapElementImpl extends MapElement implements js_library.JSObjectInterfaces
Dom { | 3082 class StorageImpl extends Storage implements js_library.JSObjectInterfacesDom { |
1877 MapElementImpl.internal_() : super.internal_(); | 3083 StorageImpl.internal_() : super.internal_(); |
1878 get runtimeType => MapElement; | 3084 get runtimeType => Storage; |
1879 toString() => super.toString(); | 3085 toString() => super.toString(); |
1880 } | 3086 } |
1881 patch class PresentationSession { | 3087 patch class StorageEvent { |
1882 static Type get instanceRuntimeType => PresentationSessionImpl; | 3088 static Type get instanceRuntimeType => StorageEventImpl; |
1883 | 3089 |
1884 } | 3090 } |
1885 class PresentationSessionImpl extends PresentationSession implements js_library.
JSObjectInterfacesDom { | 3091 class StorageEventImpl extends StorageEvent implements js_library.JSObjectInterf
acesDom { |
1886 PresentationSessionImpl.internal_() : super.internal_(); | 3092 StorageEventImpl.internal_() : super.internal_(); |
1887 get runtimeType => PresentationSession; | 3093 get runtimeType => StorageEvent; |
1888 toString() => super.toString(); | 3094 toString() => super.toString(); |
1889 } | 3095 } |
1890 patch class RtcDtmfToneChangeEvent { | 3096 patch class StorageInfo { |
1891 static Type get instanceRuntimeType => RtcDtmfToneChangeEventImpl; | 3097 static Type get instanceRuntimeType => StorageInfoImpl; |
1892 | 3098 |
1893 } | 3099 } |
1894 class RtcDtmfToneChangeEventImpl extends RtcDtmfToneChangeEvent implements js_li
brary.JSObjectInterfacesDom { | 3100 class StorageInfoImpl extends StorageInfo implements js_library.JSObjectInterfac
esDom { |
1895 RtcDtmfToneChangeEventImpl.internal_() : super.internal_(); | 3101 StorageInfoImpl.internal_() : super.internal_(); |
1896 get runtimeType => RtcDtmfToneChangeEvent; | 3102 get runtimeType => StorageInfo; |
1897 toString() => super.toString(); | |
1898 } | |
1899 patch class PerformanceCompositeTiming { | |
1900 static Type get instanceRuntimeType => PerformanceCompositeTimingImpl; | |
1901 | |
1902 } | |
1903 class PerformanceCompositeTimingImpl extends PerformanceCompositeTiming implemen
ts js_library.JSObjectInterfacesDom { | |
1904 PerformanceCompositeTimingImpl.internal_() : super.internal_(); | |
1905 get runtimeType => PerformanceCompositeTiming; | |
1906 toString() => super.toString(); | |
1907 } | |
1908 patch class NodeFilter { | |
1909 static Type get instanceRuntimeType => NodeFilterImpl; | |
1910 | |
1911 } | |
1912 class NodeFilterImpl extends NodeFilter implements js_library.JSObjectInterfaces
Dom { | |
1913 NodeFilterImpl.internal_() : super.internal_(); | |
1914 get runtimeType => NodeFilter; | |
1915 toString() => super.toString(); | |
1916 } | |
1917 patch class _DomRect { | |
1918 static Type get instanceRuntimeType => _DomRectImpl; | |
1919 | |
1920 } | |
1921 class _DomRectImpl extends _DomRect implements js_library.JSObjectInterfacesDom
{ | |
1922 _DomRectImpl.internal_() : super.internal_(); | |
1923 get runtimeType => _DomRect; | |
1924 toString() => super.toString(); | |
1925 } | |
1926 patch class PermissionStatus { | |
1927 static Type get instanceRuntimeType => PermissionStatusImpl; | |
1928 | |
1929 } | |
1930 class PermissionStatusImpl extends PermissionStatus implements js_library.JSObje
ctInterfacesDom { | |
1931 PermissionStatusImpl.internal_() : super.internal_(); | |
1932 get runtimeType => PermissionStatus; | |
1933 toString() => super.toString(); | |
1934 } | |
1935 patch class DeviceMotionEvent { | |
1936 static Type get instanceRuntimeType => DeviceMotionEventImpl; | |
1937 | |
1938 } | |
1939 class DeviceMotionEventImpl extends DeviceMotionEvent implements js_library.JSOb
jectInterfacesDom { | |
1940 DeviceMotionEventImpl.internal_() : super.internal_(); | |
1941 get runtimeType => DeviceMotionEvent; | |
1942 toString() => super.toString(); | |
1943 } | |
1944 patch class Comment { | |
1945 static Type get instanceRuntimeType => CommentImpl; | |
1946 | |
1947 } | |
1948 class CommentImpl extends Comment implements js_library.JSObjectInterfacesDom { | |
1949 CommentImpl.internal_() : super.internal_(); | |
1950 get runtimeType => Comment; | |
1951 toString() => super.toString(); | |
1952 } | |
1953 patch class CanvasPattern { | |
1954 static Type get instanceRuntimeType => CanvasPatternImpl; | |
1955 | |
1956 } | |
1957 class CanvasPatternImpl extends CanvasPattern implements js_library.JSObjectInte
rfacesDom { | |
1958 CanvasPatternImpl.internal_() : super.internal_(); | |
1959 get runtimeType => CanvasPattern; | |
1960 toString() => super.toString(); | |
1961 } | |
1962 patch class CompositorProxy { | |
1963 static Type get instanceRuntimeType => CompositorProxyImpl; | |
1964 | |
1965 } | |
1966 class CompositorProxyImpl extends CompositorProxy implements js_library.JSObject
InterfacesDom { | |
1967 CompositorProxyImpl.internal_() : super.internal_(); | |
1968 get runtimeType => CompositorProxy; | |
1969 toString() => super.toString(); | |
1970 } | |
1971 patch class MediaKeyError { | |
1972 static Type get instanceRuntimeType => MediaKeyErrorImpl; | |
1973 | |
1974 } | |
1975 class MediaKeyErrorImpl extends MediaKeyError implements js_library.JSObjectInte
rfacesDom { | |
1976 MediaKeyErrorImpl.internal_() : super.internal_(); | |
1977 get runtimeType => MediaKeyError; | |
1978 toString() => super.toString(); | |
1979 } | |
1980 patch class CssRule { | |
1981 static Type get instanceRuntimeType => CssRuleImpl; | |
1982 | |
1983 } | |
1984 class CssRuleImpl extends CssRule implements js_library.JSObjectInterfacesDom { | |
1985 CssRuleImpl.internal_() : super.internal_(); | |
1986 get runtimeType => CssRule; | |
1987 toString() => super.toString(); | |
1988 } | |
1989 patch class SpeechRecognitionAlternative { | |
1990 static Type get instanceRuntimeType => SpeechRecognitionAlternativeImpl; | |
1991 | |
1992 } | |
1993 class SpeechRecognitionAlternativeImpl extends SpeechRecognitionAlternative impl
ements js_library.JSObjectInterfacesDom { | |
1994 SpeechRecognitionAlternativeImpl.internal_() : super.internal_(); | |
1995 get runtimeType => SpeechRecognitionAlternative; | |
1996 toString() => super.toString(); | |
1997 } | |
1998 patch class XPathExpression { | |
1999 static Type get instanceRuntimeType => XPathExpressionImpl; | |
2000 | |
2001 } | |
2002 class XPathExpressionImpl extends XPathExpression implements js_library.JSObject
InterfacesDom { | |
2003 XPathExpressionImpl.internal_() : super.internal_(); | |
2004 get runtimeType => XPathExpression; | |
2005 toString() => super.toString(); | |
2006 } | |
2007 patch class Permissions { | |
2008 static Type get instanceRuntimeType => PermissionsImpl; | |
2009 | |
2010 } | |
2011 class PermissionsImpl extends Permissions implements js_library.JSObjectInterfac
esDom { | |
2012 PermissionsImpl.internal_() : super.internal_(); | |
2013 get runtimeType => Permissions; | |
2014 toString() => super.toString(); | |
2015 } | |
2016 patch class PerformanceNavigation { | |
2017 static Type get instanceRuntimeType => PerformanceNavigationImpl; | |
2018 | |
2019 } | |
2020 class PerformanceNavigationImpl extends PerformanceNavigation implements js_libr
ary.JSObjectInterfacesDom { | |
2021 PerformanceNavigationImpl.internal_() : super.internal_(); | |
2022 get runtimeType => PerformanceNavigation; | |
2023 toString() => super.toString(); | |
2024 } | |
2025 patch class SecurityPolicyViolationEvent { | |
2026 static Type get instanceRuntimeType => SecurityPolicyViolationEventImpl; | |
2027 | |
2028 } | |
2029 class SecurityPolicyViolationEventImpl extends SecurityPolicyViolationEvent impl
ements js_library.JSObjectInterfacesDom { | |
2030 SecurityPolicyViolationEventImpl.internal_() : super.internal_(); | |
2031 get runtimeType => SecurityPolicyViolationEvent; | |
2032 toString() => super.toString(); | |
2033 } | |
2034 patch class TableElement { | |
2035 static Type get instanceRuntimeType => TableElementImpl; | |
2036 | |
2037 } | |
2038 class TableElementImpl extends TableElement implements js_library.JSObjectInterf
acesDom { | |
2039 TableElementImpl.internal_() : super.internal_(); | |
2040 get runtimeType => TableElement; | |
2041 toString() => super.toString(); | |
2042 } | |
2043 patch class NavigatorID { | |
2044 static Type get instanceRuntimeType => NavigatorIDImpl; | |
2045 | |
2046 } | |
2047 class NavigatorIDImpl extends NavigatorID implements js_library.JSObjectInterfac
esDom { | |
2048 NavigatorIDImpl.internal_() : super.internal_(); | |
2049 get runtimeType => NavigatorID; | |
2050 toString() => super.toString(); | |
2051 } | |
2052 patch class ServicePort { | |
2053 static Type get instanceRuntimeType => ServicePortImpl; | |
2054 | |
2055 } | |
2056 class ServicePortImpl extends ServicePort implements js_library.JSObjectInterfac
esDom { | |
2057 ServicePortImpl.internal_() : super.internal_(); | |
2058 get runtimeType => ServicePort; | |
2059 toString() => super.toString(); | |
2060 } | |
2061 patch class TextTrackCue { | |
2062 static Type get instanceRuntimeType => TextTrackCueImpl; | |
2063 | |
2064 } | |
2065 class TextTrackCueImpl extends TextTrackCue implements js_library.JSObjectInterf
acesDom { | |
2066 TextTrackCueImpl.internal_() : super.internal_(); | |
2067 get runtimeType => TextTrackCue; | |
2068 toString() => super.toString(); | |
2069 } | |
2070 patch class FileEntry { | |
2071 static Type get instanceRuntimeType => FileEntryImpl; | |
2072 | |
2073 } | |
2074 class FileEntryImpl extends FileEntry implements js_library.JSObjectInterfacesDo
m { | |
2075 FileEntryImpl.internal_() : super.internal_(); | |
2076 get runtimeType => FileEntry; | |
2077 toString() => super.toString(); | |
2078 } | |
2079 patch class _DOMFileSystemSync { | |
2080 static Type get instanceRuntimeType => _DOMFileSystemSyncImpl; | |
2081 | |
2082 } | |
2083 class _DOMFileSystemSyncImpl extends _DOMFileSystemSync implements js_library.JS
ObjectInterfacesDom { | |
2084 _DOMFileSystemSyncImpl.internal_() : super.internal_(); | |
2085 get runtimeType => _DOMFileSystemSync; | |
2086 toString() => super.toString(); | |
2087 } | |
2088 patch class Animation { | |
2089 static Type get instanceRuntimeType => AnimationImpl; | |
2090 | |
2091 } | |
2092 class AnimationImpl extends Animation implements js_library.JSObjectInterfacesDo
m { | |
2093 AnimationImpl.internal_() : super.internal_(); | |
2094 get runtimeType => Animation; | |
2095 toString() => super.toString(); | |
2096 } | |
2097 patch class Navigator { | |
2098 static Type get instanceRuntimeType => NavigatorImpl; | |
2099 | |
2100 } | |
2101 class NavigatorImpl extends Navigator implements js_library.JSObjectInterfacesDo
m { | |
2102 NavigatorImpl.internal_() : super.internal_(); | |
2103 get runtimeType => Navigator; | |
2104 toString() => super.toString(); | |
2105 } | |
2106 patch class MediaQueryList { | |
2107 static Type get instanceRuntimeType => MediaQueryListImpl; | |
2108 | |
2109 } | |
2110 class MediaQueryListImpl extends MediaQueryList implements js_library.JSObjectIn
terfacesDom { | |
2111 MediaQueryListImpl.internal_() : super.internal_(); | |
2112 get runtimeType => MediaQueryList; | |
2113 toString() => super.toString(); | |
2114 } | |
2115 patch class CssImportRule { | |
2116 static Type get instanceRuntimeType => CssImportRuleImpl; | |
2117 | |
2118 } | |
2119 class CssImportRuleImpl extends CssImportRule implements js_library.JSObjectInte
rfacesDom { | |
2120 CssImportRuleImpl.internal_() : super.internal_(); | |
2121 get runtimeType => CssImportRule; | |
2122 toString() => super.toString(); | 3103 toString() => super.toString(); |
2123 } | 3104 } |
2124 patch class StorageQuota { | 3105 patch class StorageQuota { |
2125 static Type get instanceRuntimeType => StorageQuotaImpl; | 3106 static Type get instanceRuntimeType => StorageQuotaImpl; |
2126 | 3107 |
2127 } | 3108 } |
2128 class StorageQuotaImpl extends StorageQuota implements js_library.JSObjectInterf
acesDom { | 3109 class StorageQuotaImpl extends StorageQuota implements js_library.JSObjectInterf
acesDom { |
2129 StorageQuotaImpl.internal_() : super.internal_(); | 3110 StorageQuotaImpl.internal_() : super.internal_(); |
2130 get runtimeType => StorageQuota; | 3111 get runtimeType => StorageQuota; |
2131 toString() => super.toString(); | 3112 toString() => super.toString(); |
2132 } | 3113 } |
2133 patch class MediaQueryListEvent { | |
2134 static Type get instanceRuntimeType => MediaQueryListEventImpl; | |
2135 | |
2136 } | |
2137 class MediaQueryListEventImpl extends MediaQueryListEvent implements js_library.
JSObjectInterfacesDom { | |
2138 MediaQueryListEventImpl.internal_() : super.internal_(); | |
2139 get runtimeType => MediaQueryListEvent; | |
2140 toString() => super.toString(); | |
2141 } | |
2142 patch class BluetoothGattRemoteServer { | |
2143 static Type get instanceRuntimeType => BluetoothGattRemoteServerImpl; | |
2144 | |
2145 } | |
2146 class BluetoothGattRemoteServerImpl extends BluetoothGattRemoteServer implements
js_library.JSObjectInterfacesDom { | |
2147 BluetoothGattRemoteServerImpl.internal_() : super.internal_(); | |
2148 get runtimeType => BluetoothGattRemoteServer; | |
2149 toString() => super.toString(); | |
2150 } | |
2151 patch class FileList { | |
2152 static Type get instanceRuntimeType => FileListImpl; | |
2153 | |
2154 } | |
2155 class FileListImpl extends FileList implements js_library.JSObjectInterfacesDom
{ | |
2156 FileListImpl.internal_() : super.internal_(); | |
2157 get runtimeType => FileList; | |
2158 toString() => super.toString(); | |
2159 } | |
2160 patch class WindowClient { | |
2161 static Type get instanceRuntimeType => WindowClientImpl; | |
2162 | |
2163 } | |
2164 class WindowClientImpl extends WindowClient implements js_library.JSObjectInterf
acesDom { | |
2165 WindowClientImpl.internal_() : super.internal_(); | |
2166 get runtimeType => WindowClient; | |
2167 toString() => super.toString(); | |
2168 } | |
2169 patch class ReadableStream { | |
2170 static Type get instanceRuntimeType => ReadableStreamImpl; | |
2171 | |
2172 } | |
2173 class ReadableStreamImpl extends ReadableStream implements js_library.JSObjectIn
terfacesDom { | |
2174 ReadableStreamImpl.internal_() : super.internal_(); | |
2175 get runtimeType => ReadableStream; | |
2176 toString() => super.toString(); | |
2177 } | |
2178 patch class Node { | |
2179 static Type get instanceRuntimeType => NodeImpl; | |
2180 | |
2181 } | |
2182 class NodeImpl extends Node implements js_library.JSObjectInterfacesDom { | |
2183 NodeImpl.internal_() : super.internal_(); | |
2184 get runtimeType => Node; | |
2185 toString() => super.toString(); | |
2186 } | |
2187 patch class DedicatedWorkerGlobalScope { | |
2188 static Type get instanceRuntimeType => DedicatedWorkerGlobalScopeImpl; | |
2189 | |
2190 } | |
2191 class DedicatedWorkerGlobalScopeImpl extends DedicatedWorkerGlobalScope implemen
ts js_library.JSObjectInterfacesDom { | |
2192 DedicatedWorkerGlobalScopeImpl.internal_() : super.internal_(); | |
2193 get runtimeType => DedicatedWorkerGlobalScope; | |
2194 toString() => super.toString(); | |
2195 } | |
2196 patch class AudioTrackList { | |
2197 static Type get instanceRuntimeType => AudioTrackListImpl; | |
2198 | |
2199 } | |
2200 class AudioTrackListImpl extends AudioTrackList implements js_library.JSObjectIn
terfacesDom { | |
2201 AudioTrackListImpl.internal_() : super.internal_(); | |
2202 get runtimeType => AudioTrackList; | |
2203 toString() => super.toString(); | |
2204 } | |
2205 patch class StyleMedia { | |
2206 static Type get instanceRuntimeType => StyleMediaImpl; | |
2207 | |
2208 } | |
2209 class StyleMediaImpl extends StyleMedia implements js_library.JSObjectInterfaces
Dom { | |
2210 StyleMediaImpl.internal_() : super.internal_(); | |
2211 get runtimeType => StyleMedia; | |
2212 toString() => super.toString(); | |
2213 } | |
2214 patch class WindowEventHandlers { | |
2215 static Type get instanceRuntimeType => WindowEventHandlersImpl; | |
2216 | |
2217 } | |
2218 class WindowEventHandlersImpl extends WindowEventHandlers implements js_library.
JSObjectInterfacesDom { | |
2219 WindowEventHandlersImpl.internal_() : super.internal_(); | |
2220 get runtimeType => WindowEventHandlers; | |
2221 toString() => super.toString(); | |
2222 } | |
2223 patch class SourceInfo { | |
2224 static Type get instanceRuntimeType => SourceInfoImpl; | |
2225 | |
2226 } | |
2227 class SourceInfoImpl extends SourceInfo implements js_library.JSObjectInterfaces
Dom { | |
2228 SourceInfoImpl.internal_() : super.internal_(); | |
2229 get runtimeType => SourceInfo; | |
2230 toString() => super.toString(); | |
2231 } | |
2232 patch class _DirectoryEntrySync { | |
2233 static Type get instanceRuntimeType => _DirectoryEntrySyncImpl; | |
2234 | |
2235 } | |
2236 class _DirectoryEntrySyncImpl extends _DirectoryEntrySync implements js_library.
JSObjectInterfacesDom { | |
2237 _DirectoryEntrySyncImpl.internal_() : super.internal_(); | |
2238 get runtimeType => _DirectoryEntrySync; | |
2239 toString() => super.toString(); | |
2240 } | |
2241 patch class AnimationEvent { | |
2242 static Type get instanceRuntimeType => AnimationEventImpl; | |
2243 | |
2244 } | |
2245 class AnimationEventImpl extends AnimationEvent implements js_library.JSObjectIn
terfacesDom { | |
2246 AnimationEventImpl.internal_() : super.internal_(); | |
2247 get runtimeType => AnimationEvent; | |
2248 toString() => super.toString(); | |
2249 } | |
2250 patch class PluginPlaceholderElement { | |
2251 static Type get instanceRuntimeType => PluginPlaceholderElementImpl; | |
2252 | |
2253 } | |
2254 class PluginPlaceholderElementImpl extends PluginPlaceholderElement implements j
s_library.JSObjectInterfacesDom { | |
2255 PluginPlaceholderElementImpl.internal_() : super.internal_(); | |
2256 get runtimeType => PluginPlaceholderElement; | |
2257 toString() => super.toString(); | |
2258 } | |
2259 patch class _MutationEvent { | |
2260 static Type get instanceRuntimeType => _MutationEventImpl; | |
2261 | |
2262 } | |
2263 class _MutationEventImpl extends _MutationEvent implements js_library.JSObjectIn
terfacesDom { | |
2264 _MutationEventImpl.internal_() : super.internal_(); | |
2265 get runtimeType => _MutationEvent; | |
2266 toString() => super.toString(); | |
2267 } | |
2268 patch class LinkElement { | |
2269 static Type get instanceRuntimeType => LinkElementImpl; | |
2270 | |
2271 } | |
2272 class LinkElementImpl extends LinkElement implements js_library.JSObjectInterfac
esDom { | |
2273 LinkElementImpl.internal_() : super.internal_(); | |
2274 get runtimeType => LinkElement; | |
2275 toString() => super.toString(); | |
2276 } | |
2277 patch class TextTrackCueList { | |
2278 static Type get instanceRuntimeType => TextTrackCueListImpl; | |
2279 | |
2280 } | |
2281 class TextTrackCueListImpl extends TextTrackCueList implements js_library.JSObje
ctInterfacesDom { | |
2282 TextTrackCueListImpl.internal_() : super.internal_(); | |
2283 get runtimeType => TextTrackCueList; | |
2284 toString() => super.toString(); | |
2285 } | |
2286 patch class VideoPlaybackQuality { | |
2287 static Type get instanceRuntimeType => VideoPlaybackQualityImpl; | |
2288 | |
2289 } | |
2290 class VideoPlaybackQualityImpl extends VideoPlaybackQuality implements js_librar
y.JSObjectInterfacesDom { | |
2291 VideoPlaybackQualityImpl.internal_() : super.internal_(); | |
2292 get runtimeType => VideoPlaybackQuality; | |
2293 toString() => super.toString(); | |
2294 } | |
2295 patch class IFrameElement { | |
2296 static Type get instanceRuntimeType => IFrameElementImpl; | |
2297 | |
2298 } | |
2299 class IFrameElementImpl extends IFrameElement implements js_library.JSObjectInte
rfacesDom { | |
2300 IFrameElementImpl.internal_() : super.internal_(); | |
2301 get runtimeType => IFrameElement; | |
2302 toString() => super.toString(); | |
2303 } | |
2304 patch class FontFace { | |
2305 static Type get instanceRuntimeType => FontFaceImpl; | |
2306 | |
2307 } | |
2308 class FontFaceImpl extends FontFace implements js_library.JSObjectInterfacesDom
{ | |
2309 FontFaceImpl.internal_() : super.internal_(); | |
2310 get runtimeType => FontFace; | |
2311 toString() => super.toString(); | |
2312 } | |
2313 patch class AnchorElement { | |
2314 static Type get instanceRuntimeType => AnchorElementImpl; | |
2315 | |
2316 } | |
2317 class AnchorElementImpl extends AnchorElement implements js_library.JSObjectInte
rfacesDom { | |
2318 AnchorElementImpl.internal_() : super.internal_(); | |
2319 get runtimeType => AnchorElement; | |
2320 toString() => super.toString(); | |
2321 } | |
2322 patch class XsltProcessor { | |
2323 static Type get instanceRuntimeType => XsltProcessorImpl; | |
2324 | |
2325 } | |
2326 class XsltProcessorImpl extends XsltProcessor implements js_library.JSObjectInte
rfacesDom { | |
2327 XsltProcessorImpl.internal_() : super.internal_(); | |
2328 get runtimeType => XsltProcessor; | |
2329 toString() => super.toString(); | |
2330 } | |
2331 patch class NavigatorLanguage { | |
2332 static Type get instanceRuntimeType => NavigatorLanguageImpl; | |
2333 | |
2334 } | |
2335 class NavigatorLanguageImpl extends NavigatorLanguage implements js_library.JSOb
jectInterfacesDom { | |
2336 NavigatorLanguageImpl.internal_() : super.internal_(); | |
2337 get runtimeType => NavigatorLanguage; | |
2338 toString() => super.toString(); | |
2339 } | |
2340 patch class ParagraphElement { | |
2341 static Type get instanceRuntimeType => ParagraphElementImpl; | |
2342 | |
2343 } | |
2344 class ParagraphElementImpl extends ParagraphElement implements js_library.JSObje
ctInterfacesDom { | |
2345 ParagraphElementImpl.internal_() : super.internal_(); | |
2346 get runtimeType => ParagraphElement; | |
2347 toString() => super.toString(); | |
2348 } | |
2349 patch class HmdvrDevice { | |
2350 static Type get instanceRuntimeType => HmdvrDeviceImpl; | |
2351 | |
2352 } | |
2353 class HmdvrDeviceImpl extends HmdvrDevice implements js_library.JSObjectInterfac
esDom { | |
2354 HmdvrDeviceImpl.internal_() : super.internal_(); | |
2355 get runtimeType => HmdvrDevice; | |
2356 toString() => super.toString(); | |
2357 } | |
2358 patch class SourceBuffer { | |
2359 static Type get instanceRuntimeType => SourceBufferImpl; | |
2360 | |
2361 } | |
2362 class SourceBufferImpl extends SourceBuffer implements js_library.JSObjectInterf
acesDom { | |
2363 SourceBufferImpl.internal_() : super.internal_(); | |
2364 get runtimeType => SourceBuffer; | |
2365 toString() => super.toString(); | |
2366 } | |
2367 patch class CssCharsetRule { | |
2368 static Type get instanceRuntimeType => CssCharsetRuleImpl; | |
2369 | |
2370 } | |
2371 class CssCharsetRuleImpl extends CssCharsetRule implements js_library.JSObjectIn
terfacesDom { | |
2372 CssCharsetRuleImpl.internal_() : super.internal_(); | |
2373 get runtimeType => CssCharsetRule; | |
2374 toString() => super.toString(); | |
2375 } | |
2376 patch class DeprecatedStorageQuota { | |
2377 static Type get instanceRuntimeType => DeprecatedStorageQuotaImpl; | |
2378 | |
2379 } | |
2380 class DeprecatedStorageQuotaImpl extends DeprecatedStorageQuota implements js_li
brary.JSObjectInterfacesDom { | |
2381 DeprecatedStorageQuotaImpl.internal_() : super.internal_(); | |
2382 get runtimeType => DeprecatedStorageQuota; | |
2383 toString() => super.toString(); | |
2384 } | |
2385 patch class DataTransfer { | |
2386 static Type get instanceRuntimeType => DataTransferImpl; | |
2387 | |
2388 } | |
2389 class DataTransferImpl extends DataTransfer implements js_library.JSObjectInterf
acesDom { | |
2390 DataTransferImpl.internal_() : super.internal_(); | |
2391 get runtimeType => DataTransfer; | |
2392 toString() => super.toString(); | |
2393 } | |
2394 patch class MutationObserver { | |
2395 static Type get instanceRuntimeType => MutationObserverImpl; | |
2396 | |
2397 } | |
2398 class MutationObserverImpl extends MutationObserver implements js_library.JSObje
ctInterfacesDom { | |
2399 MutationObserverImpl.internal_() : super.internal_(); | |
2400 get runtimeType => MutationObserver; | |
2401 toString() => super.toString(); | |
2402 } | |
2403 patch class XmlSerializer { | |
2404 static Type get instanceRuntimeType => XmlSerializerImpl; | |
2405 | |
2406 } | |
2407 class XmlSerializerImpl extends XmlSerializer implements js_library.JSObjectInte
rfacesDom { | |
2408 XmlSerializerImpl.internal_() : super.internal_(); | |
2409 get runtimeType => XmlSerializer; | |
2410 toString() => super.toString(); | |
2411 } | |
2412 patch class PictureElement { | |
2413 static Type get instanceRuntimeType => PictureElementImpl; | |
2414 | |
2415 } | |
2416 class PictureElementImpl extends PictureElement implements js_library.JSObjectIn
terfacesDom { | |
2417 PictureElementImpl.internal_() : super.internal_(); | |
2418 get runtimeType => PictureElement; | |
2419 toString() => super.toString(); | |
2420 } | |
2421 patch class MediaEncryptedEvent { | |
2422 static Type get instanceRuntimeType => MediaEncryptedEventImpl; | |
2423 | |
2424 } | |
2425 class MediaEncryptedEventImpl extends MediaEncryptedEvent implements js_library.
JSObjectInterfacesDom { | |
2426 MediaEncryptedEventImpl.internal_() : super.internal_(); | |
2427 get runtimeType => MediaEncryptedEvent; | |
2428 toString() => super.toString(); | |
2429 } | |
2430 patch class TouchEvent { | |
2431 static Type get instanceRuntimeType => TouchEventImpl; | |
2432 | |
2433 } | |
2434 class TouchEventImpl extends TouchEvent implements js_library.JSObjectInterfaces
Dom { | |
2435 TouchEventImpl.internal_() : super.internal_(); | |
2436 get runtimeType => TouchEvent; | |
2437 toString() => super.toString(); | |
2438 } | |
2439 patch class ServiceWorkerMessageEvent { | |
2440 static Type get instanceRuntimeType => ServiceWorkerMessageEventImpl; | |
2441 | |
2442 } | |
2443 class ServiceWorkerMessageEventImpl extends ServiceWorkerMessageEvent implements
js_library.JSObjectInterfacesDom { | |
2444 ServiceWorkerMessageEventImpl.internal_() : super.internal_(); | |
2445 get runtimeType => ServiceWorkerMessageEvent; | |
2446 toString() => super.toString(); | |
2447 } | |
2448 patch class MeterElement { | |
2449 static Type get instanceRuntimeType => MeterElementImpl; | |
2450 | |
2451 } | |
2452 class MeterElementImpl extends MeterElement implements js_library.JSObjectInterf
acesDom { | |
2453 MeterElementImpl.internal_() : super.internal_(); | |
2454 get runtimeType => MeterElement; | |
2455 toString() => super.toString(); | |
2456 } | |
2457 patch class CssGroupingRule { | |
2458 static Type get instanceRuntimeType => CssGroupingRuleImpl; | |
2459 | |
2460 } | |
2461 class CssGroupingRuleImpl extends CssGroupingRule implements js_library.JSObject
InterfacesDom { | |
2462 CssGroupingRuleImpl.internal_() : super.internal_(); | |
2463 get runtimeType => CssGroupingRule; | |
2464 toString() => super.toString(); | |
2465 } | |
2466 patch class UListElement { | |
2467 static Type get instanceRuntimeType => UListElementImpl; | |
2468 | |
2469 } | |
2470 class UListElementImpl extends UListElement implements js_library.JSObjectInterf
acesDom { | |
2471 UListElementImpl.internal_() : super.internal_(); | |
2472 get runtimeType => UListElement; | |
2473 toString() => super.toString(); | |
2474 } | |
2475 patch class Storage { | |
2476 static Type get instanceRuntimeType => StorageImpl; | |
2477 | |
2478 } | |
2479 class StorageImpl extends Storage implements js_library.JSObjectInterfacesDom { | |
2480 StorageImpl.internal_() : super.internal_(); | |
2481 get runtimeType => Storage; | |
2482 toString() => super.toString(); | |
2483 } | |
2484 patch class _DocumentType { | |
2485 static Type get instanceRuntimeType => _DocumentTypeImpl; | |
2486 | |
2487 } | |
2488 class _DocumentTypeImpl extends _DocumentType implements js_library.JSObjectInte
rfacesDom { | |
2489 _DocumentTypeImpl.internal_() : super.internal_(); | |
2490 get runtimeType => _DocumentType; | |
2491 toString() => super.toString(); | |
2492 } | |
2493 patch class ErrorEvent { | |
2494 static Type get instanceRuntimeType => ErrorEventImpl; | |
2495 | |
2496 } | |
2497 class ErrorEventImpl extends ErrorEvent implements js_library.JSObjectInterfaces
Dom { | |
2498 ErrorEventImpl.internal_() : super.internal_(); | |
2499 get runtimeType => ErrorEvent; | |
2500 toString() => super.toString(); | |
2501 } | |
2502 patch class BodyElement { | |
2503 static Type get instanceRuntimeType => BodyElementImpl; | |
2504 | |
2505 } | |
2506 class BodyElementImpl extends BodyElement implements js_library.JSObjectInterfac
esDom { | |
2507 BodyElementImpl.internal_() : super.internal_(); | |
2508 get runtimeType => BodyElement; | |
2509 toString() => super.toString(); | |
2510 } | |
2511 patch class DeprecatedStorageInfo { | |
2512 static Type get instanceRuntimeType => DeprecatedStorageInfoImpl; | |
2513 | |
2514 } | |
2515 class DeprecatedStorageInfoImpl extends DeprecatedStorageInfo implements js_libr
ary.JSObjectInterfacesDom { | |
2516 DeprecatedStorageInfoImpl.internal_() : super.internal_(); | |
2517 get runtimeType => DeprecatedStorageInfo; | |
2518 toString() => super.toString(); | |
2519 } | |
2520 patch class Geoposition { | |
2521 static Type get instanceRuntimeType => GeopositionImpl; | |
2522 | |
2523 } | |
2524 class GeopositionImpl extends Geoposition implements js_library.JSObjectInterfac
esDom { | |
2525 GeopositionImpl.internal_() : super.internal_(); | |
2526 get runtimeType => Geoposition; | |
2527 toString() => super.toString(); | |
2528 } | |
2529 patch class ApplicationCacheErrorEvent { | |
2530 static Type get instanceRuntimeType => ApplicationCacheErrorEventImpl; | |
2531 | |
2532 } | |
2533 class ApplicationCacheErrorEventImpl extends ApplicationCacheErrorEvent implemen
ts js_library.JSObjectInterfacesDom { | |
2534 ApplicationCacheErrorEventImpl.internal_() : super.internal_(); | |
2535 get runtimeType => ApplicationCacheErrorEvent; | |
2536 toString() => super.toString(); | |
2537 } | |
2538 patch class MutationRecord { | |
2539 static Type get instanceRuntimeType => MutationRecordImpl; | |
2540 | |
2541 } | |
2542 class MutationRecordImpl extends MutationRecord implements js_library.JSObjectIn
terfacesDom { | |
2543 MutationRecordImpl.internal_() : super.internal_(); | |
2544 get runtimeType => MutationRecord; | |
2545 toString() => super.toString(); | |
2546 } | |
2547 patch class FieldSetElement { | |
2548 static Type get instanceRuntimeType => FieldSetElementImpl; | |
2549 | |
2550 } | |
2551 class FieldSetElementImpl extends FieldSetElement implements js_library.JSObject
InterfacesDom { | |
2552 FieldSetElementImpl.internal_() : super.internal_(); | |
2553 get runtimeType => FieldSetElement; | |
2554 toString() => super.toString(); | |
2555 } | |
2556 patch class NonDocumentTypeChildNode { | |
2557 static Type get instanceRuntimeType => NonDocumentTypeChildNodeImpl; | |
2558 | |
2559 } | |
2560 class NonDocumentTypeChildNodeImpl extends NonDocumentTypeChildNode implements j
s_library.JSObjectInterfacesDom { | |
2561 NonDocumentTypeChildNodeImpl.internal_() : super.internal_(); | |
2562 get runtimeType => NonDocumentTypeChildNode; | |
2563 toString() => super.toString(); | |
2564 } | |
2565 patch class _DirectoryReaderSync { | |
2566 static Type get instanceRuntimeType => _DirectoryReaderSyncImpl; | |
2567 | |
2568 } | |
2569 class _DirectoryReaderSyncImpl extends _DirectoryReaderSync implements js_librar
y.JSObjectInterfacesDom { | |
2570 _DirectoryReaderSyncImpl.internal_() : super.internal_(); | |
2571 get runtimeType => _DirectoryReaderSync; | |
2572 toString() => super.toString(); | |
2573 } | |
2574 patch class RtcSessionDescription { | |
2575 static Type get instanceRuntimeType => RtcSessionDescriptionImpl; | |
2576 | |
2577 } | |
2578 class RtcSessionDescriptionImpl extends RtcSessionDescription implements js_libr
ary.JSObjectInterfacesDom { | |
2579 RtcSessionDescriptionImpl.internal_() : super.internal_(); | |
2580 get runtimeType => RtcSessionDescription; | |
2581 toString() => super.toString(); | |
2582 } | |
2583 patch class PositionSensorVRDevice { | |
2584 static Type get instanceRuntimeType => PositionSensorVRDeviceImpl; | |
2585 | |
2586 } | |
2587 class PositionSensorVRDeviceImpl extends PositionSensorVRDevice implements js_li
brary.JSObjectInterfacesDom { | |
2588 PositionSensorVRDeviceImpl.internal_() : super.internal_(); | |
2589 get runtimeType => PositionSensorVRDevice; | |
2590 toString() => super.toString(); | |
2591 } | |
2592 patch class Text { | |
2593 static Type get instanceRuntimeType => TextImpl; | |
2594 | |
2595 } | |
2596 class TextImpl extends Text implements js_library.JSObjectInterfacesDom { | |
2597 TextImpl.internal_() : super.internal_(); | |
2598 get runtimeType => Text; | |
2599 toString() => super.toString(); | |
2600 } | |
2601 patch class AnimationEffectTiming { | |
2602 static Type get instanceRuntimeType => AnimationEffectTimingImpl; | |
2603 | |
2604 } | |
2605 class AnimationEffectTimingImpl extends AnimationEffectTiming implements js_libr
ary.JSObjectInterfacesDom { | |
2606 AnimationEffectTimingImpl.internal_() : super.internal_(); | |
2607 get runtimeType => AnimationEffectTiming; | |
2608 toString() => super.toString(); | |
2609 } | |
2610 patch class PositionError { | |
2611 static Type get instanceRuntimeType => PositionErrorImpl; | |
2612 | |
2613 } | |
2614 class PositionErrorImpl extends PositionError implements js_library.JSObjectInte
rfacesDom { | |
2615 PositionErrorImpl.internal_() : super.internal_(); | |
2616 get runtimeType => PositionError; | |
2617 toString() => super.toString(); | |
2618 } | |
2619 patch class VideoTrackList { | |
2620 static Type get instanceRuntimeType => VideoTrackListImpl; | |
2621 | |
2622 } | |
2623 class VideoTrackListImpl extends VideoTrackList implements js_library.JSObjectIn
terfacesDom { | |
2624 VideoTrackListImpl.internal_() : super.internal_(); | |
2625 get runtimeType => VideoTrackList; | |
2626 toString() => super.toString(); | |
2627 } | |
2628 patch class GamepadButton { | |
2629 static Type get instanceRuntimeType => GamepadButtonImpl; | |
2630 | |
2631 } | |
2632 class GamepadButtonImpl extends GamepadButton implements js_library.JSObjectInte
rfacesDom { | |
2633 GamepadButtonImpl.internal_() : super.internal_(); | |
2634 get runtimeType => GamepadButton; | |
2635 toString() => super.toString(); | |
2636 } | |
2637 patch class WorkerConsole { | |
2638 static Type get instanceRuntimeType => WorkerConsoleImpl; | |
2639 | |
2640 } | |
2641 class WorkerConsoleImpl extends WorkerConsole implements js_library.JSObjectInte
rfacesDom { | |
2642 WorkerConsoleImpl.internal_() : super.internal_(); | |
2643 get runtimeType => WorkerConsole; | |
2644 toString() => super.toString(); | |
2645 } | |
2646 patch class TrackDefault { | |
2647 static Type get instanceRuntimeType => TrackDefaultImpl; | |
2648 | |
2649 } | |
2650 class TrackDefaultImpl extends TrackDefault implements js_library.JSObjectInterf
acesDom { | |
2651 TrackDefaultImpl.internal_() : super.internal_(); | |
2652 get runtimeType => TrackDefault; | |
2653 toString() => super.toString(); | |
2654 } | |
2655 patch class FileStream { | |
2656 static Type get instanceRuntimeType => FileStreamImpl; | |
2657 | |
2658 } | |
2659 class FileStreamImpl extends FileStream implements js_library.JSObjectInterfaces
Dom { | |
2660 FileStreamImpl.internal_() : super.internal_(); | |
2661 get runtimeType => FileStream; | |
2662 toString() => super.toString(); | |
2663 } | |
2664 patch class _ClientRect { | |
2665 static Type get instanceRuntimeType => _ClientRectImpl; | |
2666 | |
2667 } | |
2668 class _ClientRectImpl extends _ClientRect implements js_library.JSObjectInterfac
esDom { | |
2669 _ClientRectImpl.internal_() : super.internal_(); | |
2670 get runtimeType => _ClientRect; | |
2671 toString() => super.toString(); | |
2672 } | |
2673 patch class TemplateElement { | |
2674 static Type get instanceRuntimeType => TemplateElementImpl; | |
2675 | |
2676 } | |
2677 class TemplateElementImpl extends TemplateElement implements js_library.JSObject
InterfacesDom { | |
2678 TemplateElementImpl.internal_() : super.internal_(); | |
2679 get runtimeType => TemplateElement; | |
2680 toString() => super.toString(); | |
2681 } | |
2682 patch class RtcStatsReport { | |
2683 static Type get instanceRuntimeType => RtcStatsReportImpl; | |
2684 | |
2685 } | |
2686 class RtcStatsReportImpl extends RtcStatsReport implements js_library.JSObjectIn
terfacesDom { | |
2687 RtcStatsReportImpl.internal_() : super.internal_(); | |
2688 get runtimeType => RtcStatsReport; | |
2689 toString() => super.toString(); | |
2690 } | |
2691 patch class TimeRanges { | |
2692 static Type get instanceRuntimeType => TimeRangesImpl; | |
2693 | |
2694 } | |
2695 class TimeRangesImpl extends TimeRanges implements js_library.JSObjectInterfaces
Dom { | |
2696 TimeRangesImpl.internal_() : super.internal_(); | |
2697 get runtimeType => TimeRanges; | |
2698 toString() => super.toString(); | |
2699 } | |
2700 patch class _Request { | |
2701 static Type get instanceRuntimeType => _RequestImpl; | |
2702 | |
2703 } | |
2704 class _RequestImpl extends _Request implements js_library.JSObjectInterfacesDom
{ | |
2705 _RequestImpl.internal_() : super.internal_(); | |
2706 get runtimeType => _Request; | |
2707 toString() => super.toString(); | |
2708 } | |
2709 patch class _WindowTimers { | |
2710 static Type get instanceRuntimeType => _WindowTimersImpl; | |
2711 | |
2712 } | |
2713 class _WindowTimersImpl extends _WindowTimers implements js_library.JSObjectInte
rfacesDom { | |
2714 _WindowTimersImpl.internal_() : super.internal_(); | |
2715 get runtimeType => _WindowTimers; | |
2716 toString() => super.toString(); | |
2717 } | |
2718 patch class VttRegionList { | |
2719 static Type get instanceRuntimeType => VttRegionListImpl; | |
2720 | |
2721 } | |
2722 class VttRegionListImpl extends VttRegionList implements js_library.JSObjectInte
rfacesDom { | |
2723 VttRegionListImpl.internal_() : super.internal_(); | |
2724 get runtimeType => VttRegionList; | |
2725 toString() => super.toString(); | |
2726 } | |
2727 patch class AnimationTimeline { | |
2728 static Type get instanceRuntimeType => AnimationTimelineImpl; | |
2729 | |
2730 } | |
2731 class AnimationTimelineImpl extends AnimationTimeline implements js_library.JSOb
jectInterfacesDom { | |
2732 AnimationTimelineImpl.internal_() : super.internal_(); | |
2733 get runtimeType => AnimationTimeline; | |
2734 toString() => super.toString(); | |
2735 } | |
2736 patch class Event { | |
2737 static Type get instanceRuntimeType => EventImpl; | |
2738 | |
2739 } | |
2740 class EventImpl extends Event implements js_library.JSObjectInterfacesDom { | |
2741 EventImpl.internal_() : super.internal_(); | |
2742 get runtimeType => Event; | |
2743 toString() => super.toString(); | |
2744 } | |
2745 patch class DomIterator { | |
2746 static Type get instanceRuntimeType => DomIteratorImpl; | |
2747 | |
2748 } | |
2749 class DomIteratorImpl extends DomIterator implements js_library.JSObjectInterfac
esDom { | |
2750 DomIteratorImpl.internal_() : super.internal_(); | |
2751 get runtimeType => DomIterator; | |
2752 toString() => super.toString(); | |
2753 } | |
2754 patch class ImageData { | |
2755 static Type get instanceRuntimeType => ImageDataImpl; | |
2756 | |
2757 } | |
2758 class ImageDataImpl extends ImageData implements js_library.JSObjectInterfacesDo
m { | |
2759 ImageDataImpl.internal_() : super.internal_(); | |
2760 get runtimeType => ImageData; | |
2761 toString() => super.toString(); | |
2762 } | |
2763 patch class MediaStreamTrackEvent { | |
2764 static Type get instanceRuntimeType => MediaStreamTrackEventImpl; | |
2765 | |
2766 } | |
2767 class MediaStreamTrackEventImpl extends MediaStreamTrackEvent implements js_libr
ary.JSObjectInterfacesDom { | |
2768 MediaStreamTrackEventImpl.internal_() : super.internal_(); | |
2769 get runtimeType => MediaStreamTrackEvent; | |
2770 toString() => super.toString(); | |
2771 } | |
2772 patch class PromiseRejectionEvent { | |
2773 static Type get instanceRuntimeType => PromiseRejectionEventImpl; | |
2774 | |
2775 } | |
2776 class PromiseRejectionEventImpl extends PromiseRejectionEvent implements js_libr
ary.JSObjectInterfacesDom { | |
2777 PromiseRejectionEventImpl.internal_() : super.internal_(); | |
2778 get runtimeType => PromiseRejectionEvent; | |
2779 toString() => super.toString(); | |
2780 } | |
2781 patch class HtmlElement { | |
2782 static Type get instanceRuntimeType => HtmlElementImpl; | |
2783 | |
2784 } | |
2785 class HtmlElementImpl extends HtmlElement implements js_library.JSObjectInterfac
esDom { | |
2786 HtmlElementImpl.internal_() : super.internal_(); | |
2787 get runtimeType => HtmlElement; | |
2788 toString() => super.toString(); | |
2789 } | |
2790 patch class HtmlDocument { | |
2791 static Type get instanceRuntimeType => HtmlDocumentImpl; | |
2792 | |
2793 } | |
2794 class HtmlDocumentImpl extends HtmlDocument implements js_library.JSObjectInterf
acesDom { | |
2795 HtmlDocumentImpl.internal_() : super.internal_(); | |
2796 get runtimeType => HtmlDocument; | |
2797 toString() => super.toString(); | |
2798 } | |
2799 patch class MidiPort { | |
2800 static Type get instanceRuntimeType => MidiPortImpl; | |
2801 | |
2802 } | |
2803 class MidiPortImpl extends MidiPort implements js_library.JSObjectInterfacesDom
{ | |
2804 MidiPortImpl.internal_() : super.internal_(); | |
2805 get runtimeType => MidiPort; | |
2806 toString() => super.toString(); | |
2807 } | |
2808 patch class CssMediaRule { | |
2809 static Type get instanceRuntimeType => CssMediaRuleImpl; | |
2810 | |
2811 } | |
2812 class CssMediaRuleImpl extends CssMediaRule implements js_library.JSObjectInterf
acesDom { | |
2813 CssMediaRuleImpl.internal_() : super.internal_(); | |
2814 get runtimeType => CssMediaRule; | |
2815 toString() => super.toString(); | |
2816 } | |
2817 patch class CssViewportRule { | |
2818 static Type get instanceRuntimeType => CssViewportRuleImpl; | |
2819 | |
2820 } | |
2821 class CssViewportRuleImpl extends CssViewportRule implements js_library.JSObject
InterfacesDom { | |
2822 CssViewportRuleImpl.internal_() : super.internal_(); | |
2823 get runtimeType => CssViewportRule; | |
2824 toString() => super.toString(); | |
2825 } | |
2826 patch class FederatedCredential { | |
2827 static Type get instanceRuntimeType => FederatedCredentialImpl; | |
2828 | |
2829 } | |
2830 class FederatedCredentialImpl extends FederatedCredential implements js_library.
JSObjectInterfacesDom { | |
2831 FederatedCredentialImpl.internal_() : super.internal_(); | |
2832 get runtimeType => FederatedCredential; | |
2833 toString() => super.toString(); | |
2834 } | |
2835 patch class RtcIceCandidateEvent { | |
2836 static Type get instanceRuntimeType => RtcIceCandidateEventImpl; | |
2837 | |
2838 } | |
2839 class RtcIceCandidateEventImpl extends RtcIceCandidateEvent implements js_librar
y.JSObjectInterfacesDom { | |
2840 RtcIceCandidateEventImpl.internal_() : super.internal_(); | |
2841 get runtimeType => RtcIceCandidateEvent; | |
2842 toString() => super.toString(); | |
2843 } | |
2844 patch class PerformanceMark { | |
2845 static Type get instanceRuntimeType => PerformanceMarkImpl; | |
2846 | |
2847 } | |
2848 class PerformanceMarkImpl extends PerformanceMark implements js_library.JSObject
InterfacesDom { | |
2849 PerformanceMarkImpl.internal_() : super.internal_(); | |
2850 get runtimeType => PerformanceMark; | |
2851 toString() => super.toString(); | |
2852 } | |
2853 patch class SharedWorkerGlobalScope { | |
2854 static Type get instanceRuntimeType => SharedWorkerGlobalScopeImpl; | |
2855 | |
2856 } | |
2857 class SharedWorkerGlobalScopeImpl extends SharedWorkerGlobalScope implements js_
library.JSObjectInterfacesDom { | |
2858 SharedWorkerGlobalScopeImpl.internal_() : super.internal_(); | |
2859 get runtimeType => SharedWorkerGlobalScope; | |
2860 toString() => super.toString(); | |
2861 } | |
2862 patch class MimeTypeArray { | |
2863 static Type get instanceRuntimeType => MimeTypeArrayImpl; | |
2864 | |
2865 } | |
2866 class MimeTypeArrayImpl extends MimeTypeArray implements js_library.JSObjectInte
rfacesDom { | |
2867 MimeTypeArrayImpl.internal_() : super.internal_(); | |
2868 get runtimeType => MimeTypeArray; | |
2869 toString() => super.toString(); | |
2870 } | |
2871 patch class PerformanceRenderTiming { | |
2872 static Type get instanceRuntimeType => PerformanceRenderTimingImpl; | |
2873 | |
2874 } | |
2875 class PerformanceRenderTimingImpl extends PerformanceRenderTiming implements js_
library.JSObjectInterfacesDom { | |
2876 PerformanceRenderTimingImpl.internal_() : super.internal_(); | |
2877 get runtimeType => PerformanceRenderTiming; | |
2878 toString() => super.toString(); | |
2879 } | |
2880 patch class EffectModel { | |
2881 static Type get instanceRuntimeType => EffectModelImpl; | |
2882 | |
2883 } | |
2884 class EffectModelImpl extends EffectModel implements js_library.JSObjectInterfac
esDom { | |
2885 EffectModelImpl.internal_() : super.internal_(); | |
2886 get runtimeType => EffectModel; | |
2887 toString() => super.toString(); | |
2888 } | |
2889 patch class StyleSheet { | |
2890 static Type get instanceRuntimeType => StyleSheetImpl; | |
2891 | |
2892 } | |
2893 class StyleSheetImpl extends StyleSheet implements js_library.JSObjectInterfaces
Dom { | |
2894 StyleSheetImpl.internal_() : super.internal_(); | |
2895 get runtimeType => StyleSheet; | |
2896 toString() => super.toString(); | |
2897 } | |
2898 patch class TableRowElement { | |
2899 static Type get instanceRuntimeType => TableRowElementImpl; | |
2900 | |
2901 } | |
2902 class TableRowElementImpl extends TableRowElement implements js_library.JSObject
InterfacesDom { | |
2903 TableRowElementImpl.internal_() : super.internal_(); | |
2904 get runtimeType => TableRowElement; | |
2905 toString() => super.toString(); | |
2906 } | |
2907 patch class Geofencing { | |
2908 static Type get instanceRuntimeType => GeofencingImpl; | |
2909 | |
2910 } | |
2911 class GeofencingImpl extends Geofencing implements js_library.JSObjectInterfaces
Dom { | |
2912 GeofencingImpl.internal_() : super.internal_(); | |
2913 get runtimeType => Geofencing; | |
2914 toString() => super.toString(); | |
2915 } | |
2916 patch class NodeList { | |
2917 static Type get instanceRuntimeType => NodeListImpl; | |
2918 | |
2919 } | |
2920 class NodeListImpl extends NodeList implements js_library.JSObjectInterfacesDom
{ | |
2921 NodeListImpl.internal_() : super.internal_(); | |
2922 get runtimeType => NodeList; | |
2923 toString() => super.toString(); | |
2924 } | |
2925 patch class MidiAccess { | |
2926 static Type get instanceRuntimeType => MidiAccessImpl; | |
2927 | |
2928 } | |
2929 class MidiAccessImpl extends MidiAccess implements js_library.JSObjectInterfaces
Dom { | |
2930 MidiAccessImpl.internal_() : super.internal_(); | |
2931 get runtimeType => MidiAccess; | |
2932 toString() => super.toString(); | |
2933 } | |
2934 patch class CssStyleRule { | |
2935 static Type get instanceRuntimeType => CssStyleRuleImpl; | |
2936 | |
2937 } | |
2938 class CssStyleRuleImpl extends CssStyleRule implements js_library.JSObjectInterf
acesDom { | |
2939 CssStyleRuleImpl.internal_() : super.internal_(); | |
2940 get runtimeType => CssStyleRule; | |
2941 toString() => super.toString(); | |
2942 } | |
2943 patch class DomError { | |
2944 static Type get instanceRuntimeType => DomErrorImpl; | |
2945 | |
2946 } | |
2947 class DomErrorImpl extends DomError implements js_library.JSObjectInterfacesDom
{ | |
2948 DomErrorImpl.internal_() : super.internal_(); | |
2949 get runtimeType => DomError; | |
2950 toString() => super.toString(); | |
2951 } | |
2952 patch class BluetoothUuid { | |
2953 static Type get instanceRuntimeType => BluetoothUuidImpl; | |
2954 | |
2955 } | |
2956 class BluetoothUuidImpl extends BluetoothUuid implements js_library.JSObjectInte
rfacesDom { | |
2957 BluetoothUuidImpl.internal_() : super.internal_(); | |
2958 get runtimeType => BluetoothUuid; | |
2959 toString() => super.toString(); | |
2960 } | |
2961 patch class HashChangeEvent { | |
2962 static Type get instanceRuntimeType => HashChangeEventImpl; | |
2963 | |
2964 } | |
2965 class HashChangeEventImpl extends HashChangeEvent implements js_library.JSObject
InterfacesDom { | |
2966 HashChangeEventImpl.internal_() : super.internal_(); | |
2967 get runtimeType => HashChangeEvent; | |
2968 toString() => super.toString(); | |
2969 } | |
2970 patch class InputElement { | |
2971 static Type get instanceRuntimeType => InputElementImpl; | |
2972 | |
2973 } | |
2974 class InputElementImpl extends InputElement implements js_library.JSObjectInterf
acesDom { | |
2975 InputElementImpl.internal_() : super.internal_(); | |
2976 get runtimeType => InputElement; | |
2977 toString() => super.toString(); | |
2978 } | |
2979 patch class CDataSection { | |
2980 static Type get instanceRuntimeType => CDataSectionImpl; | |
2981 | |
2982 } | |
2983 class CDataSectionImpl extends CDataSection implements js_library.JSObjectInterf
acesDom { | |
2984 CDataSectionImpl.internal_() : super.internal_(); | |
2985 get runtimeType => CDataSection; | |
2986 toString() => super.toString(); | |
2987 } | |
2988 patch class CssStyleSheet { | |
2989 static Type get instanceRuntimeType => CssStyleSheetImpl; | |
2990 | |
2991 } | |
2992 class CssStyleSheetImpl extends CssStyleSheet implements js_library.JSObjectInte
rfacesDom { | |
2993 CssStyleSheetImpl.internal_() : super.internal_(); | |
2994 get runtimeType => CssStyleSheet; | |
2995 toString() => super.toString(); | |
2996 } | |
2997 patch class DomRectReadOnly { | |
2998 static Type get instanceRuntimeType => DomRectReadOnlyImpl; | |
2999 | |
3000 } | |
3001 class DomRectReadOnlyImpl extends DomRectReadOnly implements js_library.JSObject
InterfacesDom { | |
3002 DomRectReadOnlyImpl.internal_() : super.internal_(); | |
3003 get runtimeType => DomRectReadOnly; | |
3004 toString() => super.toString(); | |
3005 } | |
3006 patch class SyncEvent { | |
3007 static Type get instanceRuntimeType => SyncEventImpl; | |
3008 | |
3009 } | |
3010 class SyncEventImpl extends SyncEvent implements js_library.JSObjectInterfacesDo
m { | |
3011 SyncEventImpl.internal_() : super.internal_(); | |
3012 get runtimeType => SyncEvent; | |
3013 toString() => super.toString(); | |
3014 } | |
3015 patch class CssSupportsRule { | |
3016 static Type get instanceRuntimeType => CssSupportsRuleImpl; | |
3017 | |
3018 } | |
3019 class CssSupportsRuleImpl extends CssSupportsRule implements js_library.JSObject
InterfacesDom { | |
3020 CssSupportsRuleImpl.internal_() : super.internal_(); | |
3021 get runtimeType => CssSupportsRule; | |
3022 toString() => super.toString(); | |
3023 } | |
3024 patch class DomParser { | |
3025 static Type get instanceRuntimeType => DomParserImpl; | |
3026 | |
3027 } | |
3028 class DomParserImpl extends DomParser implements js_library.JSObjectInterfacesDo
m { | |
3029 DomParserImpl.internal_() : super.internal_(); | |
3030 get runtimeType => DomParser; | |
3031 toString() => super.toString(); | |
3032 } | |
3033 patch class LIElement { | |
3034 static Type get instanceRuntimeType => LIElementImpl; | |
3035 | |
3036 } | |
3037 class LIElementImpl extends LIElement implements js_library.JSObjectInterfacesDo
m { | |
3038 LIElementImpl.internal_() : super.internal_(); | |
3039 get runtimeType => LIElement; | |
3040 toString() => super.toString(); | |
3041 } | |
3042 patch class CrossOriginServiceWorkerClient { | |
3043 static Type get instanceRuntimeType => CrossOriginServiceWorkerClientImpl; | |
3044 | |
3045 } | |
3046 class CrossOriginServiceWorkerClientImpl extends CrossOriginServiceWorkerClient
implements js_library.JSObjectInterfacesDom { | |
3047 CrossOriginServiceWorkerClientImpl.internal_() : super.internal_(); | |
3048 get runtimeType => CrossOriginServiceWorkerClient; | |
3049 toString() => super.toString(); | |
3050 } | |
3051 patch class ServiceWorkerGlobalScope { | |
3052 static Type get instanceRuntimeType => ServiceWorkerGlobalScopeImpl; | |
3053 | |
3054 } | |
3055 class ServiceWorkerGlobalScopeImpl extends ServiceWorkerGlobalScope implements j
s_library.JSObjectInterfacesDom { | |
3056 ServiceWorkerGlobalScopeImpl.internal_() : super.internal_(); | |
3057 get runtimeType => ServiceWorkerGlobalScope; | |
3058 toString() => super.toString(); | |
3059 } | |
3060 patch class InputDevice { | |
3061 static Type get instanceRuntimeType => InputDeviceImpl; | |
3062 | |
3063 } | |
3064 class InputDeviceImpl extends InputDevice implements js_library.JSObjectInterfac
esDom { | |
3065 InputDeviceImpl.internal_() : super.internal_(); | |
3066 get runtimeType => InputDevice; | |
3067 toString() => super.toString(); | |
3068 } | |
3069 patch class MediaSession { | |
3070 static Type get instanceRuntimeType => MediaSessionImpl; | |
3071 | |
3072 } | |
3073 class MediaSessionImpl extends MediaSession implements js_library.JSObjectInterf
acesDom { | |
3074 MediaSessionImpl.internal_() : super.internal_(); | |
3075 get runtimeType => MediaSession; | |
3076 toString() => super.toString(); | |
3077 } | |
3078 patch class PreElement { | |
3079 static Type get instanceRuntimeType => PreElementImpl; | |
3080 | |
3081 } | |
3082 class PreElementImpl extends PreElement implements js_library.JSObjectInterfaces
Dom { | |
3083 PreElementImpl.internal_() : super.internal_(); | |
3084 get runtimeType => PreElement; | |
3085 toString() => super.toString(); | |
3086 } | |
3087 patch class _NamedNodeMap { | |
3088 static Type get instanceRuntimeType => _NamedNodeMapImpl; | |
3089 | |
3090 } | |
3091 class _NamedNodeMapImpl extends _NamedNodeMap implements js_library.JSObjectInte
rfacesDom { | |
3092 _NamedNodeMapImpl.internal_() : super.internal_(); | |
3093 get runtimeType => _NamedNodeMap; | |
3094 toString() => super.toString(); | |
3095 } | |
3096 patch class StyleElement { | 3114 patch class StyleElement { |
3097 static Type get instanceRuntimeType => StyleElementImpl; | 3115 static Type get instanceRuntimeType => StyleElementImpl; |
3098 | 3116 |
3099 } | 3117 } |
3100 class StyleElementImpl extends StyleElement implements js_library.JSObjectInterf
acesDom { | 3118 class StyleElementImpl extends StyleElement implements js_library.JSObjectInterf
acesDom { |
3101 StyleElementImpl.internal_() : super.internal_(); | 3119 StyleElementImpl.internal_() : super.internal_(); |
3102 get runtimeType => StyleElement; | 3120 get runtimeType => StyleElement; |
3103 toString() => super.toString(); | 3121 toString() => super.toString(); |
3104 } | 3122 } |
| 3123 patch class StyleMedia { |
| 3124 static Type get instanceRuntimeType => StyleMediaImpl; |
| 3125 |
| 3126 } |
| 3127 class StyleMediaImpl extends StyleMedia implements js_library.JSObjectInterfaces
Dom { |
| 3128 StyleMediaImpl.internal_() : super.internal_(); |
| 3129 get runtimeType => StyleMedia; |
| 3130 toString() => super.toString(); |
| 3131 } |
| 3132 patch class StyleSheet { |
| 3133 static Type get instanceRuntimeType => StyleSheetImpl; |
| 3134 |
| 3135 } |
| 3136 class StyleSheetImpl extends StyleSheet implements js_library.JSObjectInterfaces
Dom { |
| 3137 StyleSheetImpl.internal_() : super.internal_(); |
| 3138 get runtimeType => StyleSheet; |
| 3139 toString() => super.toString(); |
| 3140 } |
| 3141 patch class SyncEvent { |
| 3142 static Type get instanceRuntimeType => SyncEventImpl; |
| 3143 |
| 3144 } |
| 3145 class SyncEventImpl extends SyncEvent implements js_library.JSObjectInterfacesDo
m { |
| 3146 SyncEventImpl.internal_() : super.internal_(); |
| 3147 get runtimeType => SyncEvent; |
| 3148 toString() => super.toString(); |
| 3149 } |
| 3150 patch class SyncManager { |
| 3151 static Type get instanceRuntimeType => SyncManagerImpl; |
| 3152 |
| 3153 } |
| 3154 class SyncManagerImpl extends SyncManager implements js_library.JSObjectInterfac
esDom { |
| 3155 SyncManagerImpl.internal_() : super.internal_(); |
| 3156 get runtimeType => SyncManager; |
| 3157 toString() => super.toString(); |
| 3158 } |
| 3159 patch class SyncRegistration { |
| 3160 static Type get instanceRuntimeType => SyncRegistrationImpl; |
| 3161 |
| 3162 } |
| 3163 class SyncRegistrationImpl extends SyncRegistration implements js_library.JSObje
ctInterfacesDom { |
| 3164 SyncRegistrationImpl.internal_() : super.internal_(); |
| 3165 get runtimeType => SyncRegistration; |
| 3166 toString() => super.toString(); |
| 3167 } |
| 3168 patch class TableCaptionElement { |
| 3169 static Type get instanceRuntimeType => TableCaptionElementImpl; |
| 3170 |
| 3171 } |
| 3172 class TableCaptionElementImpl extends TableCaptionElement implements js_library.
JSObjectInterfacesDom { |
| 3173 TableCaptionElementImpl.internal_() : super.internal_(); |
| 3174 get runtimeType => TableCaptionElement; |
| 3175 toString() => super.toString(); |
| 3176 } |
| 3177 patch class TableCellElement { |
| 3178 static Type get instanceRuntimeType => TableCellElementImpl; |
| 3179 |
| 3180 } |
| 3181 class TableCellElementImpl extends TableCellElement implements js_library.JSObje
ctInterfacesDom { |
| 3182 TableCellElementImpl.internal_() : super.internal_(); |
| 3183 get runtimeType => TableCellElement; |
| 3184 toString() => super.toString(); |
| 3185 } |
| 3186 patch class TableColElement { |
| 3187 static Type get instanceRuntimeType => TableColElementImpl; |
| 3188 |
| 3189 } |
| 3190 class TableColElementImpl extends TableColElement implements js_library.JSObject
InterfacesDom { |
| 3191 TableColElementImpl.internal_() : super.internal_(); |
| 3192 get runtimeType => TableColElement; |
| 3193 toString() => super.toString(); |
| 3194 } |
| 3195 patch class TableElement { |
| 3196 static Type get instanceRuntimeType => TableElementImpl; |
| 3197 |
| 3198 } |
| 3199 class TableElementImpl extends TableElement implements js_library.JSObjectInterf
acesDom { |
| 3200 TableElementImpl.internal_() : super.internal_(); |
| 3201 get runtimeType => TableElement; |
| 3202 toString() => super.toString(); |
| 3203 } |
| 3204 patch class TableRowElement { |
| 3205 static Type get instanceRuntimeType => TableRowElementImpl; |
| 3206 |
| 3207 } |
| 3208 class TableRowElementImpl extends TableRowElement implements js_library.JSObject
InterfacesDom { |
| 3209 TableRowElementImpl.internal_() : super.internal_(); |
| 3210 get runtimeType => TableRowElement; |
| 3211 toString() => super.toString(); |
| 3212 } |
| 3213 patch class TableSectionElement { |
| 3214 static Type get instanceRuntimeType => TableSectionElementImpl; |
| 3215 |
| 3216 } |
| 3217 class TableSectionElementImpl extends TableSectionElement implements js_library.
JSObjectInterfacesDom { |
| 3218 TableSectionElementImpl.internal_() : super.internal_(); |
| 3219 get runtimeType => TableSectionElement; |
| 3220 toString() => super.toString(); |
| 3221 } |
| 3222 patch class TemplateElement { |
| 3223 static Type get instanceRuntimeType => TemplateElementImpl; |
| 3224 |
| 3225 } |
| 3226 class TemplateElementImpl extends TemplateElement implements js_library.JSObject
InterfacesDom { |
| 3227 TemplateElementImpl.internal_() : super.internal_(); |
| 3228 get runtimeType => TemplateElement; |
| 3229 toString() => super.toString(); |
| 3230 } |
| 3231 patch class Text { |
| 3232 static Type get instanceRuntimeType => TextImpl; |
| 3233 |
| 3234 } |
| 3235 class TextImpl extends Text implements js_library.JSObjectInterfacesDom { |
| 3236 TextImpl.internal_() : super.internal_(); |
| 3237 get runtimeType => Text; |
| 3238 toString() => super.toString(); |
| 3239 } |
| 3240 patch class TextAreaElement { |
| 3241 static Type get instanceRuntimeType => TextAreaElementImpl; |
| 3242 |
| 3243 } |
| 3244 class TextAreaElementImpl extends TextAreaElement implements js_library.JSObject
InterfacesDom { |
| 3245 TextAreaElementImpl.internal_() : super.internal_(); |
| 3246 get runtimeType => TextAreaElement; |
| 3247 toString() => super.toString(); |
| 3248 } |
| 3249 patch class TextEvent { |
| 3250 static Type get instanceRuntimeType => TextEventImpl; |
| 3251 |
| 3252 } |
| 3253 class TextEventImpl extends TextEvent implements js_library.JSObjectInterfacesDo
m { |
| 3254 TextEventImpl.internal_() : super.internal_(); |
| 3255 get runtimeType => TextEvent; |
| 3256 toString() => super.toString(); |
| 3257 } |
| 3258 patch class TextMetrics { |
| 3259 static Type get instanceRuntimeType => TextMetricsImpl; |
| 3260 |
| 3261 } |
| 3262 class TextMetricsImpl extends TextMetrics implements js_library.JSObjectInterfac
esDom { |
| 3263 TextMetricsImpl.internal_() : super.internal_(); |
| 3264 get runtimeType => TextMetrics; |
| 3265 toString() => super.toString(); |
| 3266 } |
| 3267 patch class TextTrack { |
| 3268 static Type get instanceRuntimeType => TextTrackImpl; |
| 3269 |
| 3270 } |
| 3271 class TextTrackImpl extends TextTrack implements js_library.JSObjectInterfacesDo
m { |
| 3272 TextTrackImpl.internal_() : super.internal_(); |
| 3273 get runtimeType => TextTrack; |
| 3274 toString() => super.toString(); |
| 3275 } |
| 3276 patch class TextTrackCue { |
| 3277 static Type get instanceRuntimeType => TextTrackCueImpl; |
| 3278 |
| 3279 } |
| 3280 class TextTrackCueImpl extends TextTrackCue implements js_library.JSObjectInterf
acesDom { |
| 3281 TextTrackCueImpl.internal_() : super.internal_(); |
| 3282 get runtimeType => TextTrackCue; |
| 3283 toString() => super.toString(); |
| 3284 } |
| 3285 patch class TextTrackCueList { |
| 3286 static Type get instanceRuntimeType => TextTrackCueListImpl; |
| 3287 |
| 3288 } |
| 3289 class TextTrackCueListImpl extends TextTrackCueList implements js_library.JSObje
ctInterfacesDom { |
| 3290 TextTrackCueListImpl.internal_() : super.internal_(); |
| 3291 get runtimeType => TextTrackCueList; |
| 3292 toString() => super.toString(); |
| 3293 } |
| 3294 patch class TextTrackList { |
| 3295 static Type get instanceRuntimeType => TextTrackListImpl; |
| 3296 |
| 3297 } |
| 3298 class TextTrackListImpl extends TextTrackList implements js_library.JSObjectInte
rfacesDom { |
| 3299 TextTrackListImpl.internal_() : super.internal_(); |
| 3300 get runtimeType => TextTrackList; |
| 3301 toString() => super.toString(); |
| 3302 } |
| 3303 patch class TimeRanges { |
| 3304 static Type get instanceRuntimeType => TimeRangesImpl; |
| 3305 |
| 3306 } |
| 3307 class TimeRangesImpl extends TimeRanges implements js_library.JSObjectInterfaces
Dom { |
| 3308 TimeRangesImpl.internal_() : super.internal_(); |
| 3309 get runtimeType => TimeRanges; |
| 3310 toString() => super.toString(); |
| 3311 } |
| 3312 patch class TitleElement { |
| 3313 static Type get instanceRuntimeType => TitleElementImpl; |
| 3314 |
| 3315 } |
| 3316 class TitleElementImpl extends TitleElement implements js_library.JSObjectInterf
acesDom { |
| 3317 TitleElementImpl.internal_() : super.internal_(); |
| 3318 get runtimeType => TitleElement; |
| 3319 toString() => super.toString(); |
| 3320 } |
| 3321 patch class Touch { |
| 3322 static Type get instanceRuntimeType => TouchImpl; |
| 3323 |
| 3324 } |
| 3325 class TouchImpl extends Touch implements js_library.JSObjectInterfacesDom { |
| 3326 TouchImpl.internal_() : super.internal_(); |
| 3327 get runtimeType => Touch; |
| 3328 toString() => super.toString(); |
| 3329 } |
| 3330 patch class TouchEvent { |
| 3331 static Type get instanceRuntimeType => TouchEventImpl; |
| 3332 |
| 3333 } |
| 3334 class TouchEventImpl extends TouchEvent implements js_library.JSObjectInterfaces
Dom { |
| 3335 TouchEventImpl.internal_() : super.internal_(); |
| 3336 get runtimeType => TouchEvent; |
| 3337 toString() => super.toString(); |
| 3338 } |
| 3339 patch class TouchList { |
| 3340 static Type get instanceRuntimeType => TouchListImpl; |
| 3341 |
| 3342 } |
| 3343 class TouchListImpl extends TouchList implements js_library.JSObjectInterfacesDo
m { |
| 3344 TouchListImpl.internal_() : super.internal_(); |
| 3345 get runtimeType => TouchList; |
| 3346 toString() => super.toString(); |
| 3347 } |
| 3348 patch class TrackDefault { |
| 3349 static Type get instanceRuntimeType => TrackDefaultImpl; |
| 3350 |
| 3351 } |
| 3352 class TrackDefaultImpl extends TrackDefault implements js_library.JSObjectInterf
acesDom { |
| 3353 TrackDefaultImpl.internal_() : super.internal_(); |
| 3354 get runtimeType => TrackDefault; |
| 3355 toString() => super.toString(); |
| 3356 } |
| 3357 patch class TrackDefaultList { |
| 3358 static Type get instanceRuntimeType => TrackDefaultListImpl; |
| 3359 |
| 3360 } |
| 3361 class TrackDefaultListImpl extends TrackDefaultList implements js_library.JSObje
ctInterfacesDom { |
| 3362 TrackDefaultListImpl.internal_() : super.internal_(); |
| 3363 get runtimeType => TrackDefaultList; |
| 3364 toString() => super.toString(); |
| 3365 } |
| 3366 patch class TrackElement { |
| 3367 static Type get instanceRuntimeType => TrackElementImpl; |
| 3368 |
| 3369 } |
| 3370 class TrackElementImpl extends TrackElement implements js_library.JSObjectInterf
acesDom { |
| 3371 TrackElementImpl.internal_() : super.internal_(); |
| 3372 get runtimeType => TrackElement; |
| 3373 toString() => super.toString(); |
| 3374 } |
3105 patch class TrackEvent { | 3375 patch class TrackEvent { |
3106 static Type get instanceRuntimeType => TrackEventImpl; | 3376 static Type get instanceRuntimeType => TrackEventImpl; |
3107 | 3377 |
3108 } | 3378 } |
3109 class TrackEventImpl extends TrackEvent implements js_library.JSObjectInterfaces
Dom { | 3379 class TrackEventImpl extends TrackEvent implements js_library.JSObjectInterfaces
Dom { |
3110 TrackEventImpl.internal_() : super.internal_(); | 3380 TrackEventImpl.internal_() : super.internal_(); |
3111 get runtimeType => TrackEvent; | 3381 get runtimeType => TrackEvent; |
3112 toString() => super.toString(); | 3382 toString() => super.toString(); |
3113 } | 3383 } |
3114 patch class Performance { | 3384 patch class TransitionEvent { |
3115 static Type get instanceRuntimeType => PerformanceImpl; | 3385 static Type get instanceRuntimeType => TransitionEventImpl; |
3116 | 3386 |
3117 } | 3387 } |
3118 class PerformanceImpl extends Performance implements js_library.JSObjectInterfac
esDom { | 3388 class TransitionEventImpl extends TransitionEvent implements js_library.JSObject
InterfacesDom { |
3119 PerformanceImpl.internal_() : super.internal_(); | 3389 TransitionEventImpl.internal_() : super.internal_(); |
3120 get runtimeType => Performance; | 3390 get runtimeType => TransitionEvent; |
3121 toString() => super.toString(); | 3391 toString() => super.toString(); |
3122 } | 3392 } |
3123 patch class CssKeyframeRule { | 3393 patch class TreeWalker { |
3124 static Type get instanceRuntimeType => CssKeyframeRuleImpl; | 3394 static Type get instanceRuntimeType => TreeWalkerImpl; |
3125 | 3395 |
3126 } | 3396 } |
3127 class CssKeyframeRuleImpl extends CssKeyframeRule implements js_library.JSObject
InterfacesDom { | 3397 class TreeWalkerImpl extends TreeWalker implements js_library.JSObjectInterfaces
Dom { |
3128 CssKeyframeRuleImpl.internal_() : super.internal_(); | 3398 TreeWalkerImpl.internal_() : super.internal_(); |
3129 get runtimeType => CssKeyframeRule; | 3399 get runtimeType => TreeWalker; |
3130 toString() => super.toString(); | 3400 toString() => super.toString(); |
3131 } | 3401 } |
3132 patch class MidiInputMap { | 3402 patch class UIEvent { |
3133 static Type get instanceRuntimeType => MidiInputMapImpl; | 3403 static Type get instanceRuntimeType => UIEventImpl; |
3134 | 3404 |
3135 } | 3405 } |
3136 class MidiInputMapImpl extends MidiInputMap implements js_library.JSObjectInterf
acesDom { | 3406 class UIEventImpl extends UIEvent implements js_library.JSObjectInterfacesDom { |
3137 MidiInputMapImpl.internal_() : super.internal_(); | 3407 UIEventImpl.internal_() : super.internal_(); |
3138 get runtimeType => MidiInputMap; | 3408 get runtimeType => UIEvent; |
3139 toString() => super.toString(); | 3409 toString() => super.toString(); |
3140 } | 3410 } |
3141 patch class XmlDocument { | 3411 patch class UListElement { |
3142 static Type get instanceRuntimeType => XmlDocumentImpl; | 3412 static Type get instanceRuntimeType => UListElementImpl; |
3143 | 3413 |
3144 } | 3414 } |
3145 class XmlDocumentImpl extends XmlDocument implements js_library.JSObjectInterfac
esDom { | 3415 class UListElementImpl extends UListElement implements js_library.JSObjectInterf
acesDom { |
3146 XmlDocumentImpl.internal_() : super.internal_(); | 3416 UListElementImpl.internal_() : super.internal_(); |
3147 get runtimeType => XmlDocument; | 3417 get runtimeType => UListElement; |
| 3418 toString() => super.toString(); |
| 3419 } |
| 3420 patch class UnknownElement { |
| 3421 static Type get instanceRuntimeType => UnknownElementImpl; |
| 3422 |
| 3423 } |
| 3424 class UnknownElementImpl extends UnknownElement implements js_library.JSObjectIn
terfacesDom { |
| 3425 UnknownElementImpl.internal_() : super.internal_(); |
| 3426 get runtimeType => UnknownElement; |
| 3427 toString() => super.toString(); |
| 3428 } |
| 3429 patch class Url { |
| 3430 static Type get instanceRuntimeType => UrlImpl; |
| 3431 |
| 3432 } |
| 3433 class UrlImpl extends Url implements js_library.JSObjectInterfacesDom { |
| 3434 UrlImpl.internal_() : super.internal_(); |
| 3435 get runtimeType => Url; |
| 3436 toString() => super.toString(); |
| 3437 } |
| 3438 patch class UrlUtils { |
| 3439 static Type get instanceRuntimeType => UrlUtilsImpl; |
| 3440 |
| 3441 } |
| 3442 class UrlUtilsImpl extends UrlUtils implements js_library.JSObjectInterfacesDom
{ |
| 3443 UrlUtilsImpl.internal_() : super.internal_(); |
| 3444 get runtimeType => UrlUtils; |
| 3445 toString() => super.toString(); |
| 3446 } |
| 3447 patch class UrlUtilsReadOnly { |
| 3448 static Type get instanceRuntimeType => UrlUtilsReadOnlyImpl; |
| 3449 |
| 3450 } |
| 3451 class UrlUtilsReadOnlyImpl extends UrlUtilsReadOnly implements js_library.JSObje
ctInterfacesDom { |
| 3452 UrlUtilsReadOnlyImpl.internal_() : super.internal_(); |
| 3453 get runtimeType => UrlUtilsReadOnly; |
| 3454 toString() => super.toString(); |
| 3455 } |
| 3456 patch class VRDevice { |
| 3457 static Type get instanceRuntimeType => VRDeviceImpl; |
| 3458 |
| 3459 } |
| 3460 class VRDeviceImpl extends VRDevice implements js_library.JSObjectInterfacesDom
{ |
| 3461 VRDeviceImpl.internal_() : super.internal_(); |
| 3462 get runtimeType => VRDevice; |
3148 toString() => super.toString(); | 3463 toString() => super.toString(); |
3149 } | 3464 } |
3150 patch class VREyeParameters { | 3465 patch class VREyeParameters { |
3151 static Type get instanceRuntimeType => VREyeParametersImpl; | 3466 static Type get instanceRuntimeType => VREyeParametersImpl; |
3152 | 3467 |
3153 } | 3468 } |
3154 class VREyeParametersImpl extends VREyeParameters implements js_library.JSObject
InterfacesDom { | 3469 class VREyeParametersImpl extends VREyeParameters implements js_library.JSObject
InterfacesDom { |
3155 VREyeParametersImpl.internal_() : super.internal_(); | 3470 VREyeParametersImpl.internal_() : super.internal_(); |
3156 get runtimeType => VREyeParameters; | 3471 get runtimeType => VREyeParameters; |
3157 toString() => super.toString(); | 3472 toString() => super.toString(); |
3158 } | 3473 } |
3159 patch class Credential { | 3474 patch class VRFieldOfView { |
3160 static Type get instanceRuntimeType => CredentialImpl; | 3475 static Type get instanceRuntimeType => VRFieldOfViewImpl; |
3161 | 3476 |
3162 } | 3477 } |
3163 class CredentialImpl extends Credential implements js_library.JSObjectInterfaces
Dom { | 3478 class VRFieldOfViewImpl extends VRFieldOfView implements js_library.JSObjectInte
rfacesDom { |
3164 CredentialImpl.internal_() : super.internal_(); | 3479 VRFieldOfViewImpl.internal_() : super.internal_(); |
3165 get runtimeType => Credential; | 3480 get runtimeType => VRFieldOfView; |
3166 toString() => super.toString(); | 3481 toString() => super.toString(); |
3167 } | 3482 } |
3168 patch class DomException { | 3483 patch class VRPositionState { |
3169 static Type get instanceRuntimeType => DomExceptionImpl; | 3484 static Type get instanceRuntimeType => VRPositionStateImpl; |
3170 | 3485 |
3171 } | 3486 } |
3172 class DomExceptionImpl extends DomException implements js_library.JSObjectInterf
acesDom { | 3487 class VRPositionStateImpl extends VRPositionState implements js_library.JSObject
InterfacesDom { |
3173 DomExceptionImpl.internal_() : super.internal_(); | 3488 VRPositionStateImpl.internal_() : super.internal_(); |
3174 get runtimeType => DomException; | 3489 get runtimeType => VRPositionState; |
3175 toString() => super.toString(); | 3490 toString() => super.toString(); |
3176 } | 3491 } |
3177 patch class LegendElement { | 3492 patch class ValidityState { |
3178 static Type get instanceRuntimeType => LegendElementImpl; | 3493 static Type get instanceRuntimeType => ValidityStateImpl; |
3179 | 3494 |
3180 } | 3495 } |
3181 class LegendElementImpl extends LegendElement implements js_library.JSObjectInte
rfacesDom { | 3496 class ValidityStateImpl extends ValidityState implements js_library.JSObjectInte
rfacesDom { |
3182 LegendElementImpl.internal_() : super.internal_(); | 3497 ValidityStateImpl.internal_() : super.internal_(); |
3183 get runtimeType => LegendElement; | 3498 get runtimeType => ValidityState; |
3184 toString() => super.toString(); | |
3185 } | |
3186 patch class HttpRequestEventTarget { | |
3187 static Type get instanceRuntimeType => HttpRequestEventTargetImpl; | |
3188 | |
3189 } | |
3190 class HttpRequestEventTargetImpl extends HttpRequestEventTarget implements js_li
brary.JSObjectInterfacesDom { | |
3191 HttpRequestEventTargetImpl.internal_() : super.internal_(); | |
3192 get runtimeType => HttpRequestEventTarget; | |
3193 toString() => super.toString(); | |
3194 } | |
3195 patch class UnknownElement { | |
3196 static Type get instanceRuntimeType => UnknownElementImpl; | |
3197 | |
3198 } | |
3199 class UnknownElementImpl extends UnknownElement implements js_library.JSObjectIn
terfacesDom { | |
3200 UnknownElementImpl.internal_() : super.internal_(); | |
3201 get runtimeType => UnknownElement; | |
3202 toString() => super.toString(); | |
3203 } | |
3204 patch class _RadioNodeList { | |
3205 static Type get instanceRuntimeType => _RadioNodeListImpl; | |
3206 | |
3207 } | |
3208 class _RadioNodeListImpl extends _RadioNodeList implements js_library.JSObjectIn
terfacesDom { | |
3209 _RadioNodeListImpl.internal_() : super.internal_(); | |
3210 get runtimeType => _RadioNodeList; | |
3211 toString() => super.toString(); | |
3212 } | |
3213 patch class NavigatorUserMediaError { | |
3214 static Type get instanceRuntimeType => NavigatorUserMediaErrorImpl; | |
3215 | |
3216 } | |
3217 class NavigatorUserMediaErrorImpl extends NavigatorUserMediaError implements js_
library.JSObjectInterfacesDom { | |
3218 NavigatorUserMediaErrorImpl.internal_() : super.internal_(); | |
3219 get runtimeType => NavigatorUserMediaError; | |
3220 toString() => super.toString(); | |
3221 } | |
3222 patch class ImageBitmap { | |
3223 static Type get instanceRuntimeType => ImageBitmapImpl; | |
3224 | |
3225 } | |
3226 class ImageBitmapImpl extends ImageBitmap implements js_library.JSObjectInterfac
esDom { | |
3227 ImageBitmapImpl.internal_() : super.internal_(); | |
3228 get runtimeType => ImageBitmap; | |
3229 toString() => super.toString(); | |
3230 } | |
3231 patch class AudioTrack { | |
3232 static Type get instanceRuntimeType => AudioTrackImpl; | |
3233 | |
3234 } | |
3235 class AudioTrackImpl extends AudioTrack implements js_library.JSObjectInterfaces
Dom { | |
3236 AudioTrackImpl.internal_() : super.internal_(); | |
3237 get runtimeType => AudioTrack; | |
3238 toString() => super.toString(); | |
3239 } | |
3240 patch class ReadableByteStream { | |
3241 static Type get instanceRuntimeType => ReadableByteStreamImpl; | |
3242 | |
3243 } | |
3244 class ReadableByteStreamImpl extends ReadableByteStream implements js_library.JS
ObjectInterfacesDom { | |
3245 ReadableByteStreamImpl.internal_() : super.internal_(); | |
3246 get runtimeType => ReadableByteStream; | |
3247 toString() => super.toString(); | |
3248 } | |
3249 patch class _HTMLFrameElement { | |
3250 static Type get instanceRuntimeType => _HTMLFrameElementImpl; | |
3251 | |
3252 } | |
3253 class _HTMLFrameElementImpl extends _HTMLFrameElement implements js_library.JSOb
jectInterfacesDom { | |
3254 _HTMLFrameElementImpl.internal_() : super.internal_(); | |
3255 get runtimeType => _HTMLFrameElement; | |
3256 toString() => super.toString(); | |
3257 } | |
3258 patch class Body { | |
3259 static Type get instanceRuntimeType => BodyImpl; | |
3260 | |
3261 } | |
3262 class BodyImpl extends Body implements js_library.JSObjectInterfacesDom { | |
3263 BodyImpl.internal_() : super.internal_(); | |
3264 get runtimeType => Body; | |
3265 toString() => super.toString(); | |
3266 } | |
3267 patch class MediaKeySystemAccess { | |
3268 static Type get instanceRuntimeType => MediaKeySystemAccessImpl; | |
3269 | |
3270 } | |
3271 class MediaKeySystemAccessImpl extends MediaKeySystemAccess implements js_librar
y.JSObjectInterfacesDom { | |
3272 MediaKeySystemAccessImpl.internal_() : super.internal_(); | |
3273 get runtimeType => MediaKeySystemAccess; | |
3274 toString() => super.toString(); | |
3275 } | |
3276 patch class BluetoothGattService { | |
3277 static Type get instanceRuntimeType => BluetoothGattServiceImpl; | |
3278 | |
3279 } | |
3280 class BluetoothGattServiceImpl extends BluetoothGattService implements js_librar
y.JSObjectInterfacesDom { | |
3281 BluetoothGattServiceImpl.internal_() : super.internal_(); | |
3282 get runtimeType => BluetoothGattService; | |
3283 toString() => super.toString(); | |
3284 } | |
3285 patch class _Attr { | |
3286 static Type get instanceRuntimeType => _AttrImpl; | |
3287 | |
3288 } | |
3289 class _AttrImpl extends _Attr implements js_library.JSObjectInterfacesDom { | |
3290 _AttrImpl.internal_() : super.internal_(); | |
3291 get runtimeType => _Attr; | |
3292 toString() => super.toString(); | |
3293 } | |
3294 patch class CanvasRenderingContext2D { | |
3295 static Type get instanceRuntimeType => CanvasRenderingContext2DImpl; | |
3296 | |
3297 } | |
3298 class CanvasRenderingContext2DImpl extends CanvasRenderingContext2D implements j
s_library.JSObjectInterfacesDom { | |
3299 CanvasRenderingContext2DImpl.internal_() : super.internal_(); | |
3300 get runtimeType => CanvasRenderingContext2D; | |
3301 toString() => super.toString(); | |
3302 } | |
3303 patch class OListElement { | |
3304 static Type get instanceRuntimeType => OListElementImpl; | |
3305 | |
3306 } | |
3307 class OListElementImpl extends OListElement implements js_library.JSObjectInterf
acesDom { | |
3308 OListElementImpl.internal_() : super.internal_(); | |
3309 get runtimeType => OListElement; | |
3310 toString() => super.toString(); | |
3311 } | |
3312 patch class ApplicationCache { | |
3313 static Type get instanceRuntimeType => ApplicationCacheImpl; | |
3314 | |
3315 } | |
3316 class ApplicationCacheImpl extends ApplicationCache implements js_library.JSObje
ctInterfacesDom { | |
3317 ApplicationCacheImpl.internal_() : super.internal_(); | |
3318 get runtimeType => ApplicationCache; | |
3319 toString() => super.toString(); | |
3320 } | |
3321 patch class Clients { | |
3322 static Type get instanceRuntimeType => ClientsImpl; | |
3323 | |
3324 } | |
3325 class ClientsImpl extends Clients implements js_library.JSObjectInterfacesDom { | |
3326 ClientsImpl.internal_() : super.internal_(); | |
3327 get runtimeType => Clients; | |
3328 toString() => super.toString(); | |
3329 } | |
3330 patch class RtcPeerConnection { | |
3331 static Type get instanceRuntimeType => RtcPeerConnectionImpl; | |
3332 | |
3333 } | |
3334 class RtcPeerConnectionImpl extends RtcPeerConnection implements js_library.JSOb
jectInterfacesDom { | |
3335 RtcPeerConnectionImpl.internal_() : super.internal_(); | |
3336 get runtimeType => RtcPeerConnection; | |
3337 toString() => super.toString(); | 3499 toString() => super.toString(); |
3338 } | 3500 } |
3339 patch class VideoElement { | 3501 patch class VideoElement { |
3340 static Type get instanceRuntimeType => VideoElementImpl; | 3502 static Type get instanceRuntimeType => VideoElementImpl; |
3341 | 3503 |
3342 } | 3504 } |
3343 class VideoElementImpl extends VideoElement implements js_library.JSObjectInterf
acesDom { | 3505 class VideoElementImpl extends VideoElement implements js_library.JSObjectInterf
acesDom { |
3344 VideoElementImpl.internal_() : super.internal_(); | 3506 VideoElementImpl.internal_() : super.internal_(); |
3345 get runtimeType => VideoElement; | 3507 get runtimeType => VideoElement; |
3346 toString() => super.toString(); | 3508 toString() => super.toString(); |
3347 } | 3509 } |
3348 patch class OutputElement { | 3510 patch class VideoPlaybackQuality { |
3349 static Type get instanceRuntimeType => OutputElementImpl; | 3511 static Type get instanceRuntimeType => VideoPlaybackQualityImpl; |
3350 | 3512 |
3351 } | 3513 } |
3352 class OutputElementImpl extends OutputElement implements js_library.JSObjectInte
rfacesDom { | 3514 class VideoPlaybackQualityImpl extends VideoPlaybackQuality implements js_librar
y.JSObjectInterfacesDom { |
3353 OutputElementImpl.internal_() : super.internal_(); | 3515 VideoPlaybackQualityImpl.internal_() : super.internal_(); |
3354 get runtimeType => OutputElement; | 3516 get runtimeType => VideoPlaybackQuality; |
3355 toString() => super.toString(); | 3517 toString() => super.toString(); |
3356 } | 3518 } |
3357 patch class Coordinates { | 3519 patch class VideoTrack { |
3358 static Type get instanceRuntimeType => CoordinatesImpl; | 3520 static Type get instanceRuntimeType => VideoTrackImpl; |
3359 | 3521 |
3360 } | 3522 } |
3361 class CoordinatesImpl extends Coordinates implements js_library.JSObjectInterfac
esDom { | 3523 class VideoTrackImpl extends VideoTrack implements js_library.JSObjectInterfaces
Dom { |
3362 CoordinatesImpl.internal_() : super.internal_(); | 3524 VideoTrackImpl.internal_() : super.internal_(); |
3363 get runtimeType => Coordinates; | 3525 get runtimeType => VideoTrack; |
3364 toString() => super.toString(); | 3526 toString() => super.toString(); |
3365 } | 3527 } |
3366 patch class NetworkInformation { | 3528 patch class VideoTrackList { |
3367 static Type get instanceRuntimeType => NetworkInformationImpl; | 3529 static Type get instanceRuntimeType => VideoTrackListImpl; |
3368 | 3530 |
3369 } | 3531 } |
3370 class NetworkInformationImpl extends NetworkInformation implements js_library.JS
ObjectInterfacesDom { | 3532 class VideoTrackListImpl extends VideoTrackList implements js_library.JSObjectIn
terfacesDom { |
3371 NetworkInformationImpl.internal_() : super.internal_(); | 3533 VideoTrackListImpl.internal_() : super.internal_(); |
3372 get runtimeType => NetworkInformation; | 3534 get runtimeType => VideoTrackList; |
3373 toString() => super.toString(); | 3535 toString() => super.toString(); |
3374 } | 3536 } |
3375 patch class FocusEvent { | 3537 patch class VttCue { |
3376 static Type get instanceRuntimeType => FocusEventImpl; | 3538 static Type get instanceRuntimeType => VttCueImpl; |
3377 | 3539 |
3378 } | 3540 } |
3379 class FocusEventImpl extends FocusEvent implements js_library.JSObjectInterfaces
Dom { | 3541 class VttCueImpl extends VttCue implements js_library.JSObjectInterfacesDom { |
3380 FocusEventImpl.internal_() : super.internal_(); | 3542 VttCueImpl.internal_() : super.internal_(); |
3381 get runtimeType => FocusEvent; | 3543 get runtimeType => VttCue; |
3382 toString() => super.toString(); | 3544 toString() => super.toString(); |
3383 } | 3545 } |
3384 patch class SpeechGrammarList { | 3546 patch class VttRegion { |
3385 static Type get instanceRuntimeType => SpeechGrammarListImpl; | 3547 static Type get instanceRuntimeType => VttRegionImpl; |
3386 | 3548 |
3387 } | 3549 } |
3388 class SpeechGrammarListImpl extends SpeechGrammarList implements js_library.JSOb
jectInterfacesDom { | 3550 class VttRegionImpl extends VttRegion implements js_library.JSObjectInterfacesDo
m { |
3389 SpeechGrammarListImpl.internal_() : super.internal_(); | 3551 VttRegionImpl.internal_() : super.internal_(); |
3390 get runtimeType => SpeechGrammarList; | 3552 get runtimeType => VttRegion; |
3391 toString() => super.toString(); | 3553 toString() => super.toString(); |
3392 } | 3554 } |
3393 patch class Range { | 3555 patch class VttRegionList { |
3394 static Type get instanceRuntimeType => RangeImpl; | 3556 static Type get instanceRuntimeType => VttRegionListImpl; |
3395 | 3557 |
3396 } | 3558 } |
3397 class RangeImpl extends Range implements js_library.JSObjectInterfacesDom { | 3559 class VttRegionListImpl extends VttRegionList implements js_library.JSObjectInte
rfacesDom { |
3398 RangeImpl.internal_() : super.internal_(); | 3560 VttRegionListImpl.internal_() : super.internal_(); |
3399 get runtimeType => Range; | 3561 get runtimeType => VttRegionList; |
3400 toString() => super.toString(); | |
3401 } | |
3402 patch class SpeechGrammar { | |
3403 static Type get instanceRuntimeType => SpeechGrammarImpl; | |
3404 | |
3405 } | |
3406 class SpeechGrammarImpl extends SpeechGrammar implements js_library.JSObjectInte
rfacesDom { | |
3407 SpeechGrammarImpl.internal_() : super.internal_(); | |
3408 get runtimeType => SpeechGrammar; | |
3409 toString() => super.toString(); | |
3410 } | |
3411 patch class WorkerGlobalScope { | |
3412 static Type get instanceRuntimeType => WorkerGlobalScopeImpl; | |
3413 | |
3414 } | |
3415 class WorkerGlobalScopeImpl extends WorkerGlobalScope implements js_library.JSOb
jectInterfacesDom { | |
3416 WorkerGlobalScopeImpl.internal_() : super.internal_(); | |
3417 get runtimeType => WorkerGlobalScope; | |
3418 toString() => super.toString(); | |
3419 } | |
3420 patch class ScreenOrientation { | |
3421 static Type get instanceRuntimeType => ScreenOrientationImpl; | |
3422 | |
3423 } | |
3424 class ScreenOrientationImpl extends ScreenOrientation implements js_library.JSOb
jectInterfacesDom { | |
3425 ScreenOrientationImpl.internal_() : super.internal_(); | |
3426 get runtimeType => ScreenOrientation; | |
3427 toString() => super.toString(); | |
3428 } | |
3429 patch class NonElementParentNode { | |
3430 static Type get instanceRuntimeType => NonElementParentNodeImpl; | |
3431 | |
3432 } | |
3433 class NonElementParentNodeImpl extends NonElementParentNode implements js_librar
y.JSObjectInterfacesDom { | |
3434 NonElementParentNodeImpl.internal_() : super.internal_(); | |
3435 get runtimeType => NonElementParentNode; | |
3436 toString() => super.toString(); | |
3437 } | |
3438 patch class TitleElement { | |
3439 static Type get instanceRuntimeType => TitleElementImpl; | |
3440 | |
3441 } | |
3442 class TitleElementImpl extends TitleElement implements js_library.JSObjectInterf
acesDom { | |
3443 TitleElementImpl.internal_() : super.internal_(); | |
3444 get runtimeType => TitleElement; | |
3445 toString() => super.toString(); | |
3446 } | |
3447 patch class MidiConnectionEvent { | |
3448 static Type get instanceRuntimeType => MidiConnectionEventImpl; | |
3449 | |
3450 } | |
3451 class MidiConnectionEventImpl extends MidiConnectionEvent implements js_library.
JSObjectInterfacesDom { | |
3452 MidiConnectionEventImpl.internal_() : super.internal_(); | |
3453 get runtimeType => MidiConnectionEvent; | |
3454 toString() => super.toString(); | |
3455 } | |
3456 patch class NotificationEvent { | |
3457 static Type get instanceRuntimeType => NotificationEventImpl; | |
3458 | |
3459 } | |
3460 class NotificationEventImpl extends NotificationEvent implements js_library.JSOb
jectInterfacesDom { | |
3461 NotificationEventImpl.internal_() : super.internal_(); | |
3462 get runtimeType => NotificationEvent; | |
3463 toString() => super.toString(); | |
3464 } | |
3465 patch class BeforeInstallPromptEvent { | |
3466 static Type get instanceRuntimeType => BeforeInstallPromptEventImpl; | |
3467 | |
3468 } | |
3469 class BeforeInstallPromptEventImpl extends BeforeInstallPromptEvent implements j
s_library.JSObjectInterfacesDom { | |
3470 BeforeInstallPromptEventImpl.internal_() : super.internal_(); | |
3471 get runtimeType => BeforeInstallPromptEvent; | |
3472 toString() => super.toString(); | |
3473 } | |
3474 patch class _CanvasPathMethods { | |
3475 static Type get instanceRuntimeType => _CanvasPathMethodsImpl; | |
3476 | |
3477 } | |
3478 class _CanvasPathMethodsImpl extends _CanvasPathMethods implements js_library.JS
ObjectInterfacesDom { | |
3479 _CanvasPathMethodsImpl.internal_() : super.internal_(); | |
3480 get runtimeType => _CanvasPathMethods; | |
3481 toString() => super.toString(); | |
3482 } | |
3483 patch class UrlUtils { | |
3484 static Type get instanceRuntimeType => UrlUtilsImpl; | |
3485 | |
3486 } | |
3487 class UrlUtilsImpl extends UrlUtils implements js_library.JSObjectInterfacesDom
{ | |
3488 UrlUtilsImpl.internal_() : super.internal_(); | |
3489 get runtimeType => UrlUtils; | |
3490 toString() => super.toString(); | |
3491 } | |
3492 patch class SelectElement { | |
3493 static Type get instanceRuntimeType => SelectElementImpl; | |
3494 | |
3495 } | |
3496 class SelectElementImpl extends SelectElement implements js_library.JSObjectInte
rfacesDom { | |
3497 SelectElementImpl.internal_() : super.internal_(); | |
3498 get runtimeType => SelectElement; | |
3499 toString() => super.toString(); | |
3500 } | |
3501 patch class Bluetooth { | |
3502 static Type get instanceRuntimeType => BluetoothImpl; | |
3503 | |
3504 } | |
3505 class BluetoothImpl extends Bluetooth implements js_library.JSObjectInterfacesDo
m { | |
3506 BluetoothImpl.internal_() : super.internal_(); | |
3507 get runtimeType => Bluetooth; | |
3508 toString() => super.toString(); | |
3509 } | |
3510 patch class BluetoothDevice { | |
3511 static Type get instanceRuntimeType => BluetoothDeviceImpl; | |
3512 | |
3513 } | |
3514 class BluetoothDeviceImpl extends BluetoothDevice implements js_library.JSObject
InterfacesDom { | |
3515 BluetoothDeviceImpl.internal_() : super.internal_(); | |
3516 get runtimeType => BluetoothDevice; | |
3517 toString() => super.toString(); | |
3518 } | |
3519 patch class ConsoleBase { | |
3520 static Type get instanceRuntimeType => ConsoleBaseImpl; | |
3521 | |
3522 } | |
3523 class ConsoleBaseImpl extends ConsoleBase implements js_library.JSObjectInterfac
esDom { | |
3524 ConsoleBaseImpl.internal_() : super.internal_(); | |
3525 get runtimeType => ConsoleBase; | |
3526 toString() => super.toString(); | |
3527 } | |
3528 patch class AudioElement { | |
3529 static Type get instanceRuntimeType => AudioElementImpl; | |
3530 | |
3531 } | |
3532 class AudioElementImpl extends AudioElement implements js_library.JSObjectInterf
acesDom { | |
3533 AudioElementImpl.internal_() : super.internal_(); | |
3534 get runtimeType => AudioElement; | |
3535 toString() => super.toString(); | |
3536 } | |
3537 patch class PushMessageData { | |
3538 static Type get instanceRuntimeType => PushMessageDataImpl; | |
3539 | |
3540 } | |
3541 class PushMessageDataImpl extends PushMessageData implements js_library.JSObject
InterfacesDom { | |
3542 PushMessageDataImpl.internal_() : super.internal_(); | |
3543 get runtimeType => PushMessageData; | |
3544 toString() => super.toString(); | |
3545 } | |
3546 patch class SpeechRecognitionEvent { | |
3547 static Type get instanceRuntimeType => SpeechRecognitionEventImpl; | |
3548 | |
3549 } | |
3550 class SpeechRecognitionEventImpl extends SpeechRecognitionEvent implements js_li
brary.JSObjectInterfacesDom { | |
3551 SpeechRecognitionEventImpl.internal_() : super.internal_(); | |
3552 get runtimeType => SpeechRecognitionEvent; | |
3553 toString() => super.toString(); | 3562 toString() => super.toString(); |
3554 } | 3563 } |
3555 patch class WebSocket { | 3564 patch class WebSocket { |
3556 static Type get instanceRuntimeType => WebSocketImpl; | 3565 static Type get instanceRuntimeType => WebSocketImpl; |
3557 | 3566 |
3558 } | 3567 } |
3559 class WebSocketImpl extends WebSocket implements js_library.JSObjectInterfacesDo
m { | 3568 class WebSocketImpl extends WebSocket implements js_library.JSObjectInterfacesDo
m { |
3560 WebSocketImpl.internal_() : super.internal_(); | 3569 WebSocketImpl.internal_() : super.internal_(); |
3561 get runtimeType => WebSocket; | 3570 get runtimeType => WebSocket; |
3562 toString() => super.toString(); | 3571 toString() => super.toString(); |
3563 } | 3572 } |
| 3573 patch class WheelEvent { |
| 3574 static Type get instanceRuntimeType => WheelEventImpl; |
| 3575 |
| 3576 } |
| 3577 class WheelEventImpl extends WheelEvent implements js_library.JSObjectInterfaces
Dom { |
| 3578 WheelEventImpl.internal_() : super.internal_(); |
| 3579 get runtimeType => WheelEvent; |
| 3580 toString() => super.toString(); |
| 3581 } |
| 3582 patch class Window { |
| 3583 static Type get instanceRuntimeType => WindowImpl; |
| 3584 |
| 3585 } |
| 3586 class WindowImpl extends Window implements js_library.JSObjectInterfacesDom { |
| 3587 WindowImpl.internal_() : super.internal_(); |
| 3588 get runtimeType => Window; |
| 3589 toString() => super.toString(); |
| 3590 } |
| 3591 patch class WindowBase64 { |
| 3592 static Type get instanceRuntimeType => WindowBase64Impl; |
| 3593 |
| 3594 } |
| 3595 class WindowBase64Impl extends WindowBase64 implements js_library.JSObjectInterf
acesDom { |
| 3596 WindowBase64Impl.internal_() : super.internal_(); |
| 3597 get runtimeType => WindowBase64; |
| 3598 toString() => super.toString(); |
| 3599 } |
| 3600 patch class WindowClient { |
| 3601 static Type get instanceRuntimeType => WindowClientImpl; |
| 3602 |
| 3603 } |
| 3604 class WindowClientImpl extends WindowClient implements js_library.JSObjectInterf
acesDom { |
| 3605 WindowClientImpl.internal_() : super.internal_(); |
| 3606 get runtimeType => WindowClient; |
| 3607 toString() => super.toString(); |
| 3608 } |
| 3609 patch class WindowEventHandlers { |
| 3610 static Type get instanceRuntimeType => WindowEventHandlersImpl; |
| 3611 |
| 3612 } |
| 3613 class WindowEventHandlersImpl extends WindowEventHandlers implements js_library.
JSObjectInterfacesDom { |
| 3614 WindowEventHandlersImpl.internal_() : super.internal_(); |
| 3615 get runtimeType => WindowEventHandlers; |
| 3616 toString() => super.toString(); |
| 3617 } |
| 3618 patch class Worker { |
| 3619 static Type get instanceRuntimeType => WorkerImpl; |
| 3620 |
| 3621 } |
| 3622 class WorkerImpl extends Worker implements js_library.JSObjectInterfacesDom { |
| 3623 WorkerImpl.internal_() : super.internal_(); |
| 3624 get runtimeType => Worker; |
| 3625 toString() => super.toString(); |
| 3626 } |
| 3627 patch class WorkerConsole { |
| 3628 static Type get instanceRuntimeType => WorkerConsoleImpl; |
| 3629 |
| 3630 } |
| 3631 class WorkerConsoleImpl extends WorkerConsole implements js_library.JSObjectInte
rfacesDom { |
| 3632 WorkerConsoleImpl.internal_() : super.internal_(); |
| 3633 get runtimeType => WorkerConsole; |
| 3634 toString() => super.toString(); |
| 3635 } |
| 3636 patch class WorkerGlobalScope { |
| 3637 static Type get instanceRuntimeType => WorkerGlobalScopeImpl; |
| 3638 |
| 3639 } |
| 3640 class WorkerGlobalScopeImpl extends WorkerGlobalScope implements js_library.JSOb
jectInterfacesDom { |
| 3641 WorkerGlobalScopeImpl.internal_() : super.internal_(); |
| 3642 get runtimeType => WorkerGlobalScope; |
| 3643 toString() => super.toString(); |
| 3644 } |
| 3645 patch class WorkerPerformance { |
| 3646 static Type get instanceRuntimeType => WorkerPerformanceImpl; |
| 3647 |
| 3648 } |
| 3649 class WorkerPerformanceImpl extends WorkerPerformance implements js_library.JSOb
jectInterfacesDom { |
| 3650 WorkerPerformanceImpl.internal_() : super.internal_(); |
| 3651 get runtimeType => WorkerPerformance; |
| 3652 toString() => super.toString(); |
| 3653 } |
| 3654 patch class XPathEvaluator { |
| 3655 static Type get instanceRuntimeType => XPathEvaluatorImpl; |
| 3656 |
| 3657 } |
| 3658 class XPathEvaluatorImpl extends XPathEvaluator implements js_library.JSObjectIn
terfacesDom { |
| 3659 XPathEvaluatorImpl.internal_() : super.internal_(); |
| 3660 get runtimeType => XPathEvaluator; |
| 3661 toString() => super.toString(); |
| 3662 } |
| 3663 patch class XPathExpression { |
| 3664 static Type get instanceRuntimeType => XPathExpressionImpl; |
| 3665 |
| 3666 } |
| 3667 class XPathExpressionImpl extends XPathExpression implements js_library.JSObject
InterfacesDom { |
| 3668 XPathExpressionImpl.internal_() : super.internal_(); |
| 3669 get runtimeType => XPathExpression; |
| 3670 toString() => super.toString(); |
| 3671 } |
| 3672 patch class XPathNSResolver { |
| 3673 static Type get instanceRuntimeType => XPathNSResolverImpl; |
| 3674 |
| 3675 } |
| 3676 class XPathNSResolverImpl extends XPathNSResolver implements js_library.JSObject
InterfacesDom { |
| 3677 XPathNSResolverImpl.internal_() : super.internal_(); |
| 3678 get runtimeType => XPathNSResolver; |
| 3679 toString() => super.toString(); |
| 3680 } |
| 3681 patch class XPathResult { |
| 3682 static Type get instanceRuntimeType => XPathResultImpl; |
| 3683 |
| 3684 } |
| 3685 class XPathResultImpl extends XPathResult implements js_library.JSObjectInterfac
esDom { |
| 3686 XPathResultImpl.internal_() : super.internal_(); |
| 3687 get runtimeType => XPathResult; |
| 3688 toString() => super.toString(); |
| 3689 } |
| 3690 patch class XmlDocument { |
| 3691 static Type get instanceRuntimeType => XmlDocumentImpl; |
| 3692 |
| 3693 } |
| 3694 class XmlDocumentImpl extends XmlDocument implements js_library.JSObjectInterfac
esDom { |
| 3695 XmlDocumentImpl.internal_() : super.internal_(); |
| 3696 get runtimeType => XmlDocument; |
| 3697 toString() => super.toString(); |
| 3698 } |
| 3699 patch class XmlSerializer { |
| 3700 static Type get instanceRuntimeType => XmlSerializerImpl; |
| 3701 |
| 3702 } |
| 3703 class XmlSerializerImpl extends XmlSerializer implements js_library.JSObjectInte
rfacesDom { |
| 3704 XmlSerializerImpl.internal_() : super.internal_(); |
| 3705 get runtimeType => XmlSerializer; |
| 3706 toString() => super.toString(); |
| 3707 } |
| 3708 patch class XsltProcessor { |
| 3709 static Type get instanceRuntimeType => XsltProcessorImpl; |
| 3710 |
| 3711 } |
| 3712 class XsltProcessorImpl extends XsltProcessor implements js_library.JSObjectInte
rfacesDom { |
| 3713 XsltProcessorImpl.internal_() : super.internal_(); |
| 3714 get runtimeType => XsltProcessor; |
| 3715 toString() => super.toString(); |
| 3716 } |
| 3717 patch class _Attr { |
| 3718 static Type get instanceRuntimeType => _AttrImpl; |
| 3719 |
| 3720 } |
| 3721 class _AttrImpl extends _Attr implements js_library.JSObjectInterfacesDom { |
| 3722 _AttrImpl.internal_() : super.internal_(); |
| 3723 get runtimeType => _Attr; |
| 3724 toString() => super.toString(); |
| 3725 } |
| 3726 patch class _Cache { |
| 3727 static Type get instanceRuntimeType => _CacheImpl; |
| 3728 |
| 3729 } |
| 3730 class _CacheImpl extends _Cache implements js_library.JSObjectInterfacesDom { |
| 3731 _CacheImpl.internal_() : super.internal_(); |
| 3732 get runtimeType => _Cache; |
| 3733 toString() => super.toString(); |
| 3734 } |
| 3735 patch class _CanvasPathMethods { |
| 3736 static Type get instanceRuntimeType => _CanvasPathMethodsImpl; |
| 3737 |
| 3738 } |
| 3739 class _CanvasPathMethodsImpl extends _CanvasPathMethods implements js_library.JS
ObjectInterfacesDom { |
| 3740 _CanvasPathMethodsImpl.internal_() : super.internal_(); |
| 3741 get runtimeType => _CanvasPathMethods; |
| 3742 toString() => super.toString(); |
| 3743 } |
| 3744 patch class _ClientRect { |
| 3745 static Type get instanceRuntimeType => _ClientRectImpl; |
| 3746 |
| 3747 } |
| 3748 class _ClientRectImpl extends _ClientRect implements js_library.JSObjectInterfac
esDom { |
| 3749 _ClientRectImpl.internal_() : super.internal_(); |
| 3750 get runtimeType => _ClientRect; |
| 3751 toString() => super.toString(); |
| 3752 } |
| 3753 patch class _ClientRectList { |
| 3754 static Type get instanceRuntimeType => _ClientRectListImpl; |
| 3755 |
| 3756 } |
| 3757 class _ClientRectListImpl extends _ClientRectList implements js_library.JSObject
InterfacesDom { |
| 3758 _ClientRectListImpl.internal_() : super.internal_(); |
| 3759 get runtimeType => _ClientRectList; |
| 3760 toString() => super.toString(); |
| 3761 } |
| 3762 patch class _CssRuleList { |
| 3763 static Type get instanceRuntimeType => _CssRuleListImpl; |
| 3764 |
| 3765 } |
| 3766 class _CssRuleListImpl extends _CssRuleList implements js_library.JSObjectInterf
acesDom { |
| 3767 _CssRuleListImpl.internal_() : super.internal_(); |
| 3768 get runtimeType => _CssRuleList; |
| 3769 toString() => super.toString(); |
| 3770 } |
| 3771 patch class _DOMFileSystemSync { |
| 3772 static Type get instanceRuntimeType => _DOMFileSystemSyncImpl; |
| 3773 |
| 3774 } |
| 3775 class _DOMFileSystemSyncImpl extends _DOMFileSystemSync implements js_library.JS
ObjectInterfacesDom { |
| 3776 _DOMFileSystemSyncImpl.internal_() : super.internal_(); |
| 3777 get runtimeType => _DOMFileSystemSync; |
| 3778 toString() => super.toString(); |
| 3779 } |
| 3780 patch class _DirectoryEntrySync { |
| 3781 static Type get instanceRuntimeType => _DirectoryEntrySyncImpl; |
| 3782 |
| 3783 } |
| 3784 class _DirectoryEntrySyncImpl extends _DirectoryEntrySync implements js_library.
JSObjectInterfacesDom { |
| 3785 _DirectoryEntrySyncImpl.internal_() : super.internal_(); |
| 3786 get runtimeType => _DirectoryEntrySync; |
| 3787 toString() => super.toString(); |
| 3788 } |
| 3789 patch class _DirectoryReaderSync { |
| 3790 static Type get instanceRuntimeType => _DirectoryReaderSyncImpl; |
| 3791 |
| 3792 } |
| 3793 class _DirectoryReaderSyncImpl extends _DirectoryReaderSync implements js_librar
y.JSObjectInterfacesDom { |
| 3794 _DirectoryReaderSyncImpl.internal_() : super.internal_(); |
| 3795 get runtimeType => _DirectoryReaderSync; |
| 3796 toString() => super.toString(); |
| 3797 } |
| 3798 patch class _DocumentType { |
| 3799 static Type get instanceRuntimeType => _DocumentTypeImpl; |
| 3800 |
| 3801 } |
| 3802 class _DocumentTypeImpl extends _DocumentType implements js_library.JSObjectInte
rfacesDom { |
| 3803 _DocumentTypeImpl.internal_() : super.internal_(); |
| 3804 get runtimeType => _DocumentType; |
| 3805 toString() => super.toString(); |
| 3806 } |
| 3807 patch class _DomRect { |
| 3808 static Type get instanceRuntimeType => _DomRectImpl; |
| 3809 |
| 3810 } |
| 3811 class _DomRectImpl extends _DomRect implements js_library.JSObjectInterfacesDom
{ |
| 3812 _DomRectImpl.internal_() : super.internal_(); |
| 3813 get runtimeType => _DomRect; |
| 3814 toString() => super.toString(); |
| 3815 } |
| 3816 patch class _EntrySync { |
| 3817 static Type get instanceRuntimeType => _EntrySyncImpl; |
| 3818 |
| 3819 } |
| 3820 class _EntrySyncImpl extends _EntrySync implements js_library.JSObjectInterfaces
Dom { |
| 3821 _EntrySyncImpl.internal_() : super.internal_(); |
| 3822 get runtimeType => _EntrySync; |
| 3823 toString() => super.toString(); |
| 3824 } |
| 3825 patch class _FileEntrySync { |
| 3826 static Type get instanceRuntimeType => _FileEntrySyncImpl; |
| 3827 |
| 3828 } |
| 3829 class _FileEntrySyncImpl extends _FileEntrySync implements js_library.JSObjectIn
terfacesDom { |
| 3830 _FileEntrySyncImpl.internal_() : super.internal_(); |
| 3831 get runtimeType => _FileEntrySync; |
| 3832 toString() => super.toString(); |
| 3833 } |
| 3834 patch class _FileReaderSync { |
| 3835 static Type get instanceRuntimeType => _FileReaderSyncImpl; |
| 3836 |
| 3837 } |
| 3838 class _FileReaderSyncImpl extends _FileReaderSync implements js_library.JSObject
InterfacesDom { |
| 3839 _FileReaderSyncImpl.internal_() : super.internal_(); |
| 3840 get runtimeType => _FileReaderSync; |
| 3841 toString() => super.toString(); |
| 3842 } |
| 3843 patch class _FileWriterSync { |
| 3844 static Type get instanceRuntimeType => _FileWriterSyncImpl; |
| 3845 |
| 3846 } |
| 3847 class _FileWriterSyncImpl extends _FileWriterSync implements js_library.JSObject
InterfacesDom { |
| 3848 _FileWriterSyncImpl.internal_() : super.internal_(); |
| 3849 get runtimeType => _FileWriterSync; |
| 3850 toString() => super.toString(); |
| 3851 } |
| 3852 patch class _GamepadList { |
| 3853 static Type get instanceRuntimeType => _GamepadListImpl; |
| 3854 |
| 3855 } |
| 3856 class _GamepadListImpl extends _GamepadList implements js_library.JSObjectInterf
acesDom { |
| 3857 _GamepadListImpl.internal_() : super.internal_(); |
| 3858 get runtimeType => _GamepadList; |
| 3859 toString() => super.toString(); |
| 3860 } |
| 3861 patch class _HTMLAllCollection { |
| 3862 static Type get instanceRuntimeType => _HTMLAllCollectionImpl; |
| 3863 |
| 3864 } |
| 3865 class _HTMLAllCollectionImpl extends _HTMLAllCollection implements js_library.JS
ObjectInterfacesDom { |
| 3866 _HTMLAllCollectionImpl.internal_() : super.internal_(); |
| 3867 get runtimeType => _HTMLAllCollection; |
| 3868 toString() => super.toString(); |
| 3869 } |
| 3870 patch class _HTMLAppletElement { |
| 3871 static Type get instanceRuntimeType => _HTMLAppletElementImpl; |
| 3872 |
| 3873 } |
| 3874 class _HTMLAppletElementImpl extends _HTMLAppletElement implements js_library.JS
ObjectInterfacesDom { |
| 3875 _HTMLAppletElementImpl.internal_() : super.internal_(); |
| 3876 get runtimeType => _HTMLAppletElement; |
| 3877 toString() => super.toString(); |
| 3878 } |
| 3879 patch class _HTMLDirectoryElement { |
| 3880 static Type get instanceRuntimeType => _HTMLDirectoryElementImpl; |
| 3881 |
| 3882 } |
| 3883 class _HTMLDirectoryElementImpl extends _HTMLDirectoryElement implements js_libr
ary.JSObjectInterfacesDom { |
| 3884 _HTMLDirectoryElementImpl.internal_() : super.internal_(); |
| 3885 get runtimeType => _HTMLDirectoryElement; |
| 3886 toString() => super.toString(); |
| 3887 } |
| 3888 patch class _HTMLFontElement { |
| 3889 static Type get instanceRuntimeType => _HTMLFontElementImpl; |
| 3890 |
| 3891 } |
| 3892 class _HTMLFontElementImpl extends _HTMLFontElement implements js_library.JSObje
ctInterfacesDom { |
| 3893 _HTMLFontElementImpl.internal_() : super.internal_(); |
| 3894 get runtimeType => _HTMLFontElement; |
| 3895 toString() => super.toString(); |
| 3896 } |
| 3897 patch class _HTMLFrameElement { |
| 3898 static Type get instanceRuntimeType => _HTMLFrameElementImpl; |
| 3899 |
| 3900 } |
| 3901 class _HTMLFrameElementImpl extends _HTMLFrameElement implements js_library.JSOb
jectInterfacesDom { |
| 3902 _HTMLFrameElementImpl.internal_() : super.internal_(); |
| 3903 get runtimeType => _HTMLFrameElement; |
| 3904 toString() => super.toString(); |
| 3905 } |
| 3906 patch class _HTMLFrameSetElement { |
| 3907 static Type get instanceRuntimeType => _HTMLFrameSetElementImpl; |
| 3908 |
| 3909 } |
| 3910 class _HTMLFrameSetElementImpl extends _HTMLFrameSetElement implements js_librar
y.JSObjectInterfacesDom { |
| 3911 _HTMLFrameSetElementImpl.internal_() : super.internal_(); |
| 3912 get runtimeType => _HTMLFrameSetElement; |
| 3913 toString() => super.toString(); |
| 3914 } |
| 3915 patch class _HTMLMarqueeElement { |
| 3916 static Type get instanceRuntimeType => _HTMLMarqueeElementImpl; |
| 3917 |
| 3918 } |
| 3919 class _HTMLMarqueeElementImpl extends _HTMLMarqueeElement implements js_library.
JSObjectInterfacesDom { |
| 3920 _HTMLMarqueeElementImpl.internal_() : super.internal_(); |
| 3921 get runtimeType => _HTMLMarqueeElement; |
| 3922 toString() => super.toString(); |
| 3923 } |
| 3924 patch class _MutationEvent { |
| 3925 static Type get instanceRuntimeType => _MutationEventImpl; |
| 3926 |
| 3927 } |
| 3928 class _MutationEventImpl extends _MutationEvent implements js_library.JSObjectIn
terfacesDom { |
| 3929 _MutationEventImpl.internal_() : super.internal_(); |
| 3930 get runtimeType => _MutationEvent; |
| 3931 toString() => super.toString(); |
| 3932 } |
| 3933 patch class _NamedNodeMap { |
| 3934 static Type get instanceRuntimeType => _NamedNodeMapImpl; |
| 3935 |
| 3936 } |
| 3937 class _NamedNodeMapImpl extends _NamedNodeMap implements js_library.JSObjectInte
rfacesDom { |
| 3938 _NamedNodeMapImpl.internal_() : super.internal_(); |
| 3939 get runtimeType => _NamedNodeMap; |
| 3940 toString() => super.toString(); |
| 3941 } |
| 3942 patch class _PagePopupController { |
| 3943 static Type get instanceRuntimeType => _PagePopupControllerImpl; |
| 3944 |
| 3945 } |
| 3946 class _PagePopupControllerImpl extends _PagePopupController implements js_librar
y.JSObjectInterfacesDom { |
| 3947 _PagePopupControllerImpl.internal_() : super.internal_(); |
| 3948 get runtimeType => _PagePopupController; |
| 3949 toString() => super.toString(); |
| 3950 } |
| 3951 patch class _RadioNodeList { |
| 3952 static Type get instanceRuntimeType => _RadioNodeListImpl; |
| 3953 |
| 3954 } |
| 3955 class _RadioNodeListImpl extends _RadioNodeList implements js_library.JSObjectIn
terfacesDom { |
| 3956 _RadioNodeListImpl.internal_() : super.internal_(); |
| 3957 get runtimeType => _RadioNodeList; |
| 3958 toString() => super.toString(); |
| 3959 } |
| 3960 patch class _Request { |
| 3961 static Type get instanceRuntimeType => _RequestImpl; |
| 3962 |
| 3963 } |
| 3964 class _RequestImpl extends _Request implements js_library.JSObjectInterfacesDom
{ |
| 3965 _RequestImpl.internal_() : super.internal_(); |
| 3966 get runtimeType => _Request; |
| 3967 toString() => super.toString(); |
| 3968 } |
| 3969 patch class _Response { |
| 3970 static Type get instanceRuntimeType => _ResponseImpl; |
| 3971 |
| 3972 } |
| 3973 class _ResponseImpl extends _Response implements js_library.JSObjectInterfacesDo
m { |
| 3974 _ResponseImpl.internal_() : super.internal_(); |
| 3975 get runtimeType => _Response; |
| 3976 toString() => super.toString(); |
| 3977 } |
| 3978 patch class _ServiceWorker { |
| 3979 static Type get instanceRuntimeType => _ServiceWorkerImpl; |
| 3980 |
| 3981 } |
| 3982 class _ServiceWorkerImpl extends _ServiceWorker implements js_library.JSObjectIn
terfacesDom { |
| 3983 _ServiceWorkerImpl.internal_() : super.internal_(); |
| 3984 get runtimeType => _ServiceWorker; |
| 3985 toString() => super.toString(); |
| 3986 } |
| 3987 patch class _SpeechRecognitionResultList { |
| 3988 static Type get instanceRuntimeType => _SpeechRecognitionResultListImpl; |
| 3989 |
| 3990 } |
| 3991 class _SpeechRecognitionResultListImpl extends _SpeechRecognitionResultList impl
ements js_library.JSObjectInterfacesDom { |
| 3992 _SpeechRecognitionResultListImpl.internal_() : super.internal_(); |
| 3993 get runtimeType => _SpeechRecognitionResultList; |
| 3994 toString() => super.toString(); |
| 3995 } |
| 3996 patch class _StyleSheetList { |
| 3997 static Type get instanceRuntimeType => _StyleSheetListImpl; |
| 3998 |
| 3999 } |
| 4000 class _StyleSheetListImpl extends _StyleSheetList implements js_library.JSObject
InterfacesDom { |
| 4001 _StyleSheetListImpl.internal_() : super.internal_(); |
| 4002 get runtimeType => _StyleSheetList; |
| 4003 toString() => super.toString(); |
| 4004 } |
| 4005 patch class _SubtleCrypto { |
| 4006 static Type get instanceRuntimeType => _SubtleCryptoImpl; |
| 4007 |
| 4008 } |
| 4009 class _SubtleCryptoImpl extends _SubtleCrypto implements js_library.JSObjectInte
rfacesDom { |
| 4010 _SubtleCryptoImpl.internal_() : super.internal_(); |
| 4011 get runtimeType => _SubtleCrypto; |
| 4012 toString() => super.toString(); |
| 4013 } |
| 4014 patch class _WebKitCSSMatrix { |
| 4015 static Type get instanceRuntimeType => _WebKitCSSMatrixImpl; |
| 4016 |
| 4017 } |
| 4018 class _WebKitCSSMatrixImpl extends _WebKitCSSMatrix implements js_library.JSObje
ctInterfacesDom { |
| 4019 _WebKitCSSMatrixImpl.internal_() : super.internal_(); |
| 4020 get runtimeType => _WebKitCSSMatrix; |
| 4021 toString() => super.toString(); |
| 4022 } |
| 4023 patch class _WindowTimers { |
| 4024 static Type get instanceRuntimeType => _WindowTimersImpl; |
| 4025 |
| 4026 } |
| 4027 class _WindowTimersImpl extends _WindowTimers implements js_library.JSObjectInte
rfacesDom { |
| 4028 _WindowTimersImpl.internal_() : super.internal_(); |
| 4029 get runtimeType => _WindowTimers; |
| 4030 toString() => super.toString(); |
| 4031 } |
| 4032 patch class _WorkerLocation { |
| 4033 static Type get instanceRuntimeType => _WorkerLocationImpl; |
| 4034 |
| 4035 } |
| 4036 class _WorkerLocationImpl extends _WorkerLocation implements js_library.JSObject
InterfacesDom { |
| 4037 _WorkerLocationImpl.internal_() : super.internal_(); |
| 4038 get runtimeType => _WorkerLocation; |
| 4039 toString() => super.toString(); |
| 4040 } |
| 4041 patch class _WorkerNavigator { |
| 4042 static Type get instanceRuntimeType => _WorkerNavigatorImpl; |
| 4043 |
| 4044 } |
| 4045 class _WorkerNavigatorImpl extends _WorkerNavigator implements js_library.JSObje
ctInterfacesDom { |
| 4046 _WorkerNavigatorImpl.internal_() : super.internal_(); |
| 4047 get runtimeType => _WorkerNavigator; |
| 4048 toString() => super.toString(); |
| 4049 } |
3564 patch class _XMLHttpRequestProgressEvent { | 4050 patch class _XMLHttpRequestProgressEvent { |
3565 static Type get instanceRuntimeType => _XMLHttpRequestProgressEventImpl; | 4051 static Type get instanceRuntimeType => _XMLHttpRequestProgressEventImpl; |
3566 | 4052 |
3567 } | 4053 } |
3568 class _XMLHttpRequestProgressEventImpl extends _XMLHttpRequestProgressEvent impl
ements js_library.JSObjectInterfacesDom { | 4054 class _XMLHttpRequestProgressEventImpl extends _XMLHttpRequestProgressEvent impl
ements js_library.JSObjectInterfacesDom { |
3569 _XMLHttpRequestProgressEventImpl.internal_() : super.internal_(); | 4055 _XMLHttpRequestProgressEventImpl.internal_() : super.internal_(); |
3570 get runtimeType => _XMLHttpRequestProgressEvent; | 4056 get runtimeType => _XMLHttpRequestProgressEvent; |
3571 toString() => super.toString(); | 4057 toString() => super.toString(); |
3572 } | 4058 } |
3573 patch class Location { | 4059 |
3574 static Type get instanceRuntimeType => LocationImpl; | |
3575 | |
3576 } | |
3577 class LocationImpl extends Location implements js_library.JSObjectInterfacesDom
{ | |
3578 LocationImpl.internal_() : super.internal_(); | |
3579 get runtimeType => Location; | |
3580 toString() => super.toString(); | |
3581 } | |
3582 patch class PerformanceEntry { | |
3583 static Type get instanceRuntimeType => PerformanceEntryImpl; | |
3584 | |
3585 } | |
3586 class PerformanceEntryImpl extends PerformanceEntry implements js_library.JSObje
ctInterfacesDom { | |
3587 PerformanceEntryImpl.internal_() : super.internal_(); | |
3588 get runtimeType => PerformanceEntry; | |
3589 toString() => super.toString(); | |
3590 } | |
3591 patch class Client { | |
3592 static Type get instanceRuntimeType => ClientImpl; | |
3593 | |
3594 } | |
3595 class ClientImpl extends Client implements js_library.JSObjectInterfacesDom { | |
3596 ClientImpl.internal_() : super.internal_(); | |
3597 get runtimeType => Client; | |
3598 toString() => super.toString(); | |
3599 } | |
3600 patch class _Cache { | |
3601 static Type get instanceRuntimeType => _CacheImpl; | |
3602 | |
3603 } | |
3604 class _CacheImpl extends _Cache implements js_library.JSObjectInterfacesDom { | |
3605 _CacheImpl.internal_() : super.internal_(); | |
3606 get runtimeType => _Cache; | |
3607 toString() => super.toString(); | |
3608 } | |
3609 patch class MimeType { | |
3610 static Type get instanceRuntimeType => MimeTypeImpl; | |
3611 | |
3612 } | |
3613 class MimeTypeImpl extends MimeType implements js_library.JSObjectInterfacesDom
{ | |
3614 MimeTypeImpl.internal_() : super.internal_(); | |
3615 get runtimeType => MimeType; | |
3616 toString() => super.toString(); | |
3617 } | |
3618 patch class MidiOutputMap { | |
3619 static Type get instanceRuntimeType => MidiOutputMapImpl; | |
3620 | |
3621 } | |
3622 class MidiOutputMapImpl extends MidiOutputMap implements js_library.JSObjectInte
rfacesDom { | |
3623 MidiOutputMapImpl.internal_() : super.internal_(); | |
3624 get runtimeType => MidiOutputMap; | |
3625 toString() => super.toString(); | |
3626 } | |
3627 patch class PointerEvent { | |
3628 static Type get instanceRuntimeType => PointerEventImpl; | |
3629 | |
3630 } | |
3631 class PointerEventImpl extends PointerEvent implements js_library.JSObjectInterf
acesDom { | |
3632 PointerEventImpl.internal_() : super.internal_(); | |
3633 get runtimeType => PointerEvent; | |
3634 toString() => super.toString(); | |
3635 } | |
3636 patch class ChildNode { | |
3637 static Type get instanceRuntimeType => ChildNodeImpl; | |
3638 | |
3639 } | |
3640 class ChildNodeImpl extends ChildNode implements js_library.JSObjectInterfacesDo
m { | |
3641 ChildNodeImpl.internal_() : super.internal_(); | |
3642 get runtimeType => ChildNode; | |
3643 toString() => super.toString(); | |
3644 } | |
3645 patch class Geolocation { | |
3646 static Type get instanceRuntimeType => GeolocationImpl; | |
3647 | |
3648 } | |
3649 class GeolocationImpl extends Geolocation implements js_library.JSObjectInterfac
esDom { | |
3650 GeolocationImpl.internal_() : super.internal_(); | |
3651 get runtimeType => Geolocation; | |
3652 toString() => super.toString(); | |
3653 } | |
3654 patch class _CssRuleList { | |
3655 static Type get instanceRuntimeType => _CssRuleListImpl; | |
3656 | |
3657 } | |
3658 class _CssRuleListImpl extends _CssRuleList implements js_library.JSObjectInterf
acesDom { | |
3659 _CssRuleListImpl.internal_() : super.internal_(); | |
3660 get runtimeType => _CssRuleList; | |
3661 toString() => super.toString(); | |
3662 } | |
3663 patch class MediaKeyEvent { | |
3664 static Type get instanceRuntimeType => MediaKeyEventImpl; | |
3665 | |
3666 } | |
3667 class MediaKeyEventImpl extends MediaKeyEvent implements js_library.JSObjectInte
rfacesDom { | |
3668 MediaKeyEventImpl.internal_() : super.internal_(); | |
3669 get runtimeType => MediaKeyEvent; | |
3670 toString() => super.toString(); | |
3671 } | |
3672 patch class CompositorWorker { | |
3673 static Type get instanceRuntimeType => CompositorWorkerImpl; | |
3674 | |
3675 } | |
3676 class CompositorWorkerImpl extends CompositorWorker implements js_library.JSObje
ctInterfacesDom { | |
3677 CompositorWorkerImpl.internal_() : super.internal_(); | |
3678 get runtimeType => CompositorWorker; | |
3679 toString() => super.toString(); | |
3680 } | |
3681 patch class ProgressElement { | |
3682 static Type get instanceRuntimeType => ProgressElementImpl; | |
3683 | |
3684 } | |
3685 class ProgressElementImpl extends ProgressElement implements js_library.JSObject
InterfacesDom { | |
3686 ProgressElementImpl.internal_() : super.internal_(); | |
3687 get runtimeType => ProgressElement; | |
3688 toString() => super.toString(); | |
3689 } | |
3690 patch class SharedArrayBuffer { | |
3691 static Type get instanceRuntimeType => SharedArrayBufferImpl; | |
3692 | |
3693 } | |
3694 class SharedArrayBufferImpl extends SharedArrayBuffer implements js_library.JSOb
jectInterfacesDom { | |
3695 SharedArrayBufferImpl.internal_() : super.internal_(); | |
3696 get runtimeType => SharedArrayBuffer; | |
3697 toString() => super.toString(); | |
3698 } | |
3699 patch class CrossOriginConnectEvent { | |
3700 static Type get instanceRuntimeType => CrossOriginConnectEventImpl; | |
3701 | |
3702 } | |
3703 class CrossOriginConnectEventImpl extends CrossOriginConnectEvent implements js_
library.JSObjectInterfacesDom { | |
3704 CrossOriginConnectEventImpl.internal_() : super.internal_(); | |
3705 get runtimeType => CrossOriginConnectEvent; | |
3706 toString() => super.toString(); | |
3707 } | |
3708 patch class BeforeUnloadEvent { | |
3709 static Type get instanceRuntimeType => BeforeUnloadEventImpl; | |
3710 | |
3711 } | |
3712 class BeforeUnloadEventImpl extends BeforeUnloadEvent implements js_library.JSOb
jectInterfacesDom { | |
3713 BeforeUnloadEventImpl.internal_() : super.internal_(); | |
3714 get runtimeType => BeforeUnloadEvent; | |
3715 toString() => super.toString(); | |
3716 } | |
3717 patch class DataTransferItem { | |
3718 static Type get instanceRuntimeType => DataTransferItemImpl; | |
3719 | |
3720 } | |
3721 class DataTransferItemImpl extends DataTransferItem implements js_library.JSObje
ctInterfacesDom { | |
3722 DataTransferItemImpl.internal_() : super.internal_(); | |
3723 get runtimeType => DataTransferItem; | |
3724 toString() => super.toString(); | |
3725 } | |
3726 patch class _HTMLAllCollection { | |
3727 static Type get instanceRuntimeType => _HTMLAllCollectionImpl; | |
3728 | |
3729 } | |
3730 class _HTMLAllCollectionImpl extends _HTMLAllCollection implements js_library.JS
ObjectInterfacesDom { | |
3731 _HTMLAllCollectionImpl.internal_() : super.internal_(); | |
3732 get runtimeType => _HTMLAllCollection; | |
3733 toString() => super.toString(); | |
3734 } | |
3735 patch class ServicePortCollection { | |
3736 static Type get instanceRuntimeType => ServicePortCollectionImpl; | |
3737 | |
3738 } | |
3739 class ServicePortCollectionImpl extends ServicePortCollection implements js_libr
ary.JSObjectInterfacesDom { | |
3740 ServicePortCollectionImpl.internal_() : super.internal_(); | |
3741 get runtimeType => ServicePortCollection; | |
3742 toString() => super.toString(); | |
3743 } | |
3744 patch class KeygenElement { | |
3745 static Type get instanceRuntimeType => KeygenElementImpl; | |
3746 | |
3747 } | |
3748 class KeygenElementImpl extends KeygenElement implements js_library.JSObjectInte
rfacesDom { | |
3749 KeygenElementImpl.internal_() : super.internal_(); | |
3750 get runtimeType => KeygenElement; | |
3751 toString() => super.toString(); | |
3752 } | |
3753 patch class CryptoKey { | |
3754 static Type get instanceRuntimeType => CryptoKeyImpl; | |
3755 | |
3756 } | |
3757 class CryptoKeyImpl extends CryptoKey implements js_library.JSObjectInterfacesDo
m { | |
3758 CryptoKeyImpl.internal_() : super.internal_(); | |
3759 get runtimeType => CryptoKey; | |
3760 toString() => super.toString(); | |
3761 } | |
3762 patch class CssKeyframesRule { | |
3763 static Type get instanceRuntimeType => CssKeyframesRuleImpl; | |
3764 | |
3765 } | |
3766 class CssKeyframesRuleImpl extends CssKeyframesRule implements js_library.JSObje
ctInterfacesDom { | |
3767 CssKeyframesRuleImpl.internal_() : super.internal_(); | |
3768 get runtimeType => CssKeyframesRule; | |
3769 toString() => super.toString(); | |
3770 } | |
3771 patch class _HTMLMarqueeElement { | |
3772 static Type get instanceRuntimeType => _HTMLMarqueeElementImpl; | |
3773 | |
3774 } | |
3775 class _HTMLMarqueeElementImpl extends _HTMLMarqueeElement implements js_library.
JSObjectInterfacesDom { | |
3776 _HTMLMarqueeElementImpl.internal_() : super.internal_(); | |
3777 get runtimeType => _HTMLMarqueeElement; | |
3778 toString() => super.toString(); | |
3779 } | |
3780 patch class TextEvent { | |
3781 static Type get instanceRuntimeType => TextEventImpl; | |
3782 | |
3783 } | |
3784 class TextEventImpl extends TextEvent implements js_library.JSObjectInterfacesDo
m { | |
3785 TextEventImpl.internal_() : super.internal_(); | |
3786 get runtimeType => TextEvent; | |
3787 toString() => super.toString(); | |
3788 } | |
3789 patch class _EntrySync { | |
3790 static Type get instanceRuntimeType => _EntrySyncImpl; | |
3791 | |
3792 } | |
3793 class _EntrySyncImpl extends _EntrySync implements js_library.JSObjectInterfaces
Dom { | |
3794 _EntrySyncImpl.internal_() : super.internal_(); | |
3795 get runtimeType => _EntrySync; | |
3796 toString() => super.toString(); | |
3797 } | |
3798 patch class GeofencingEvent { | |
3799 static Type get instanceRuntimeType => GeofencingEventImpl; | |
3800 | |
3801 } | |
3802 class GeofencingEventImpl extends GeofencingEvent implements js_library.JSObject
InterfacesDom { | |
3803 GeofencingEventImpl.internal_() : super.internal_(); | |
3804 get runtimeType => GeofencingEvent; | |
3805 toString() => super.toString(); | |
3806 } | |
3807 patch class MediaKeys { | |
3808 static Type get instanceRuntimeType => MediaKeysImpl; | |
3809 | |
3810 } | |
3811 class MediaKeysImpl extends MediaKeys implements js_library.JSObjectInterfacesDo
m { | |
3812 MediaKeysImpl.internal_() : super.internal_(); | |
3813 get runtimeType => MediaKeys; | |
3814 toString() => super.toString(); | |
3815 } | |
3816 patch class DomPointReadOnly { | |
3817 static Type get instanceRuntimeType => DomPointReadOnlyImpl; | |
3818 | |
3819 } | |
3820 class DomPointReadOnlyImpl extends DomPointReadOnly implements js_library.JSObje
ctInterfacesDom { | |
3821 DomPointReadOnlyImpl.internal_() : super.internal_(); | |
3822 get runtimeType => DomPointReadOnly; | |
3823 toString() => super.toString(); | |
3824 } | |
3825 patch class WindowBase64 { | |
3826 static Type get instanceRuntimeType => WindowBase64Impl; | |
3827 | |
3828 } | |
3829 class WindowBase64Impl extends WindowBase64 implements js_library.JSObjectInterf
acesDom { | |
3830 WindowBase64Impl.internal_() : super.internal_(); | |
3831 get runtimeType => WindowBase64; | |
3832 toString() => super.toString(); | |
3833 } | |
3834 patch class SpeechRecognitionError { | |
3835 static Type get instanceRuntimeType => SpeechRecognitionErrorImpl; | |
3836 | |
3837 } | |
3838 class SpeechRecognitionErrorImpl extends SpeechRecognitionError implements js_li
brary.JSObjectInterfacesDom { | |
3839 SpeechRecognitionErrorImpl.internal_() : super.internal_(); | |
3840 get runtimeType => SpeechRecognitionError; | |
3841 toString() => super.toString(); | |
3842 } | |
3843 patch class MidiOutput { | |
3844 static Type get instanceRuntimeType => MidiOutputImpl; | |
3845 | |
3846 } | |
3847 class MidiOutputImpl extends MidiOutput implements js_library.JSObjectInterfaces
Dom { | |
3848 MidiOutputImpl.internal_() : super.internal_(); | |
3849 get runtimeType => MidiOutput; | |
3850 toString() => super.toString(); | |
3851 } | |
3852 patch class EventSource { | |
3853 static Type get instanceRuntimeType => EventSourceImpl; | |
3854 | |
3855 } | |
3856 class EventSourceImpl extends EventSource implements js_library.JSObjectInterfac
esDom { | |
3857 EventSourceImpl.internal_() : super.internal_(); | |
3858 get runtimeType => EventSource; | |
3859 toString() => super.toString(); | |
3860 } | |
3861 patch class DeviceOrientationEvent { | |
3862 static Type get instanceRuntimeType => DeviceOrientationEventImpl; | |
3863 | |
3864 } | |
3865 class DeviceOrientationEventImpl extends DeviceOrientationEvent implements js_li
brary.JSObjectInterfacesDom { | |
3866 DeviceOrientationEventImpl.internal_() : super.internal_(); | |
3867 get runtimeType => DeviceOrientationEvent; | |
3868 toString() => super.toString(); | |
3869 } | |
3870 patch class DirectoryEntry { | |
3871 static Type get instanceRuntimeType => DirectoryEntryImpl; | |
3872 | |
3873 } | |
3874 class DirectoryEntryImpl extends DirectoryEntry implements js_library.JSObjectIn
terfacesDom { | |
3875 DirectoryEntryImpl.internal_() : super.internal_(); | |
3876 get runtimeType => DirectoryEntry; | |
3877 toString() => super.toString(); | |
3878 } | |
3879 patch class ShadowElement { | |
3880 static Type get instanceRuntimeType => ShadowElementImpl; | |
3881 | |
3882 } | |
3883 class ShadowElementImpl extends ShadowElement implements js_library.JSObjectInte
rfacesDom { | |
3884 ShadowElementImpl.internal_() : super.internal_(); | |
3885 get runtimeType => ShadowElement; | |
3886 toString() => super.toString(); | |
3887 } | |
3888 patch class AppBannerPromptResult { | |
3889 static Type get instanceRuntimeType => AppBannerPromptResultImpl; | |
3890 | |
3891 } | |
3892 class AppBannerPromptResultImpl extends AppBannerPromptResult implements js_libr
ary.JSObjectInterfacesDom { | |
3893 AppBannerPromptResultImpl.internal_() : super.internal_(); | |
3894 get runtimeType => AppBannerPromptResult; | |
3895 toString() => super.toString(); | |
3896 } | |
3897 patch class Blob { | |
3898 static Type get instanceRuntimeType => BlobImpl; | |
3899 | |
3900 } | |
3901 class BlobImpl extends Blob implements js_library.JSObjectInterfacesDom { | |
3902 BlobImpl.internal_() : super.internal_(); | |
3903 get runtimeType => Blob; | |
3904 toString() => super.toString(); | |
3905 } | |
3906 patch class VttCue { | |
3907 static Type get instanceRuntimeType => VttCueImpl; | |
3908 | |
3909 } | |
3910 class VttCueImpl extends VttCue implements js_library.JSObjectInterfacesDom { | |
3911 VttCueImpl.internal_() : super.internal_(); | |
3912 get runtimeType => VttCue; | |
3913 toString() => super.toString(); | |
3914 } | |
3915 patch class PopStateEvent { | |
3916 static Type get instanceRuntimeType => PopStateEventImpl; | |
3917 | |
3918 } | |
3919 class PopStateEventImpl extends PopStateEvent implements js_library.JSObjectInte
rfacesDom { | |
3920 PopStateEventImpl.internal_() : super.internal_(); | |
3921 get runtimeType => PopStateEvent; | |
3922 toString() => super.toString(); | |
3923 } | |
3924 patch class PushSubscription { | |
3925 static Type get instanceRuntimeType => PushSubscriptionImpl; | |
3926 | |
3927 } | |
3928 class PushSubscriptionImpl extends PushSubscription implements js_library.JSObje
ctInterfacesDom { | |
3929 PushSubscriptionImpl.internal_() : super.internal_(); | |
3930 get runtimeType => PushSubscription; | |
3931 toString() => super.toString(); | |
3932 } | |
3933 patch class UrlUtilsReadOnly { | |
3934 static Type get instanceRuntimeType => UrlUtilsReadOnlyImpl; | |
3935 | |
3936 } | |
3937 class UrlUtilsReadOnlyImpl extends UrlUtilsReadOnly implements js_library.JSObje
ctInterfacesDom { | |
3938 UrlUtilsReadOnlyImpl.internal_() : super.internal_(); | |
3939 get runtimeType => UrlUtilsReadOnly; | |
3940 toString() => super.toString(); | |
3941 } | |
3942 patch class MediaError { | |
3943 static Type get instanceRuntimeType => MediaErrorImpl; | |
3944 | |
3945 } | |
3946 class MediaErrorImpl extends MediaError implements js_library.JSObjectInterfaces
Dom { | |
3947 MediaErrorImpl.internal_() : super.internal_(); | |
3948 get runtimeType => MediaError; | |
3949 toString() => super.toString(); | |
3950 } | |
3951 patch class SourceBufferList { | |
3952 static Type get instanceRuntimeType => SourceBufferListImpl; | |
3953 | |
3954 } | |
3955 class SourceBufferListImpl extends SourceBufferList implements js_library.JSObje
ctInterfacesDom { | |
3956 SourceBufferListImpl.internal_() : super.internal_(); | |
3957 get runtimeType => SourceBufferList; | |
3958 toString() => super.toString(); | |
3959 } | |
3960 patch class AnimationEffectReadOnly { | |
3961 static Type get instanceRuntimeType => AnimationEffectReadOnlyImpl; | |
3962 | |
3963 } | |
3964 class AnimationEffectReadOnlyImpl extends AnimationEffectReadOnly implements js_
library.JSObjectInterfacesDom { | |
3965 AnimationEffectReadOnlyImpl.internal_() : super.internal_(); | |
3966 get runtimeType => AnimationEffectReadOnly; | |
3967 toString() => super.toString(); | |
3968 } | |
3969 patch class PerformanceResourceTiming { | |
3970 static Type get instanceRuntimeType => PerformanceResourceTimingImpl; | |
3971 | |
3972 } | |
3973 class PerformanceResourceTimingImpl extends PerformanceResourceTiming implements
js_library.JSObjectInterfacesDom { | |
3974 PerformanceResourceTimingImpl.internal_() : super.internal_(); | |
3975 get runtimeType => PerformanceResourceTiming; | |
3976 toString() => super.toString(); | |
3977 } | |
3978 patch class GeofencingRegion { | |
3979 static Type get instanceRuntimeType => GeofencingRegionImpl; | |
3980 | |
3981 } | |
3982 class GeofencingRegionImpl extends GeofencingRegion implements js_library.JSObje
ctInterfacesDom { | |
3983 GeofencingRegionImpl.internal_() : super.internal_(); | |
3984 get runtimeType => GeofencingRegion; | |
3985 toString() => super.toString(); | |
3986 } | |
3987 patch class CharacterData { | |
3988 static Type get instanceRuntimeType => CharacterDataImpl; | |
3989 | |
3990 } | |
3991 class CharacterDataImpl extends CharacterData implements js_library.JSObjectInte
rfacesDom { | |
3992 CharacterDataImpl.internal_() : super.internal_(); | |
3993 get runtimeType => CharacterData; | |
3994 toString() => super.toString(); | |
3995 } | |
3996 patch class Css { | |
3997 static Type get instanceRuntimeType => CssImpl; | |
3998 | |
3999 } | |
4000 class CssImpl extends Css implements js_library.JSObjectInterfacesDom { | |
4001 CssImpl.internal_() : super.internal_(); | |
4002 get runtimeType => Css; | |
4003 toString() => super.toString(); | |
4004 } | |
4005 patch class MidiInput { | |
4006 static Type get instanceRuntimeType => MidiInputImpl; | |
4007 | |
4008 } | |
4009 class MidiInputImpl extends MidiInput implements js_library.JSObjectInterfacesDo
m { | |
4010 MidiInputImpl.internal_() : super.internal_(); | |
4011 get runtimeType => MidiInput; | |
4012 toString() => super.toString(); | |
4013 } | |
4014 patch class ServicePortConnectEvent { | |
4015 static Type get instanceRuntimeType => ServicePortConnectEventImpl; | |
4016 | |
4017 } | |
4018 class ServicePortConnectEventImpl extends ServicePortConnectEvent implements js_
library.JSObjectInterfacesDom { | |
4019 ServicePortConnectEventImpl.internal_() : super.internal_(); | |
4020 get runtimeType => ServicePortConnectEvent; | |
4021 toString() => super.toString(); | |
4022 } | |
4023 patch class ExtendableEvent { | |
4024 static Type get instanceRuntimeType => ExtendableEventImpl; | |
4025 | |
4026 } | |
4027 class ExtendableEventImpl extends ExtendableEvent implements js_library.JSObject
InterfacesDom { | |
4028 ExtendableEventImpl.internal_() : super.internal_(); | |
4029 get runtimeType => ExtendableEvent; | |
4030 toString() => super.toString(); | |
4031 } | |
4032 patch class MediaStreamEvent { | |
4033 static Type get instanceRuntimeType => MediaStreamEventImpl; | |
4034 | |
4035 } | |
4036 class MediaStreamEventImpl extends MediaStreamEvent implements js_library.JSObje
ctInterfacesDom { | |
4037 MediaStreamEventImpl.internal_() : super.internal_(); | |
4038 get runtimeType => MediaStreamEvent; | |
4039 toString() => super.toString(); | |
4040 } | |
4041 patch class XPathNSResolver { | |
4042 static Type get instanceRuntimeType => XPathNSResolverImpl; | |
4043 | |
4044 } | |
4045 class XPathNSResolverImpl extends XPathNSResolver implements js_library.JSObject
InterfacesDom { | |
4046 XPathNSResolverImpl.internal_() : super.internal_(); | |
4047 get runtimeType => XPathNSResolver; | |
4048 toString() => super.toString(); | |
4049 } | |
4050 patch class _FileWriterSync { | |
4051 static Type get instanceRuntimeType => _FileWriterSyncImpl; | |
4052 | |
4053 } | |
4054 class _FileWriterSyncImpl extends _FileWriterSync implements js_library.JSObject
InterfacesDom { | |
4055 _FileWriterSyncImpl.internal_() : super.internal_(); | |
4056 get runtimeType => _FileWriterSync; | |
4057 toString() => super.toString(); | |
4058 } | |
4059 | |
4060 """],"dart:indexed_db": ["dart:indexed_db", "dart:indexed_db_js_interop_patch.da
rt", """import 'dart:js' as js_library; | 4060 """],"dart:indexed_db": ["dart:indexed_db", "dart:indexed_db_js_interop_patch.da
rt", """import 'dart:js' as js_library; |
4061 | 4061 |
4062 /** | 4062 /** |
4063 * Placeholder object for cases where we need to determine exactly how many | 4063 * Placeholder object for cases where we need to determine exactly how many |
4064 * args were passed to a function. | 4064 * args were passed to a function. |
4065 */ | 4065 */ |
4066 const _UNDEFINED_JS_CONST = const Object(); | 4066 const _UNDEFINED_JS_CONST = const Object(); |
4067 | 4067 |
| 4068 patch class Cursor { |
| 4069 static Type get instanceRuntimeType => CursorImpl; |
| 4070 |
| 4071 } |
| 4072 class CursorImpl extends Cursor implements js_library.JSObjectInterfacesDom { |
| 4073 CursorImpl.internal_() : super.internal_(); |
| 4074 get runtimeType => Cursor; |
| 4075 toString() => super.toString(); |
| 4076 } |
| 4077 patch class CursorWithValue { |
| 4078 static Type get instanceRuntimeType => CursorWithValueImpl; |
| 4079 |
| 4080 } |
| 4081 class CursorWithValueImpl extends CursorWithValue implements js_library.JSObject
InterfacesDom { |
| 4082 CursorWithValueImpl.internal_() : super.internal_(); |
| 4083 get runtimeType => CursorWithValue; |
| 4084 toString() => super.toString(); |
| 4085 } |
| 4086 patch class Database { |
| 4087 static Type get instanceRuntimeType => DatabaseImpl; |
| 4088 |
| 4089 } |
| 4090 class DatabaseImpl extends Database implements js_library.JSObjectInterfacesDom
{ |
| 4091 DatabaseImpl.internal_() : super.internal_(); |
| 4092 get runtimeType => Database; |
| 4093 toString() => super.toString(); |
| 4094 } |
4068 patch class IdbFactory { | 4095 patch class IdbFactory { |
4069 static Type get instanceRuntimeType => IdbFactoryImpl; | 4096 static Type get instanceRuntimeType => IdbFactoryImpl; |
4070 | 4097 |
4071 } | 4098 } |
4072 class IdbFactoryImpl extends IdbFactory implements js_library.JSObjectInterfaces
Dom { | 4099 class IdbFactoryImpl extends IdbFactory implements js_library.JSObjectInterfaces
Dom { |
4073 IdbFactoryImpl.internal_() : super.internal_(); | 4100 IdbFactoryImpl.internal_() : super.internal_(); |
4074 get runtimeType => IdbFactory; | 4101 get runtimeType => IdbFactory; |
4075 toString() => super.toString(); | 4102 toString() => super.toString(); |
4076 } | 4103 } |
4077 patch class Cursor { | 4104 patch class Index { |
4078 static Type get instanceRuntimeType => CursorImpl; | 4105 static Type get instanceRuntimeType => IndexImpl; |
4079 | 4106 |
4080 } | 4107 } |
4081 class CursorImpl extends Cursor implements js_library.JSObjectInterfacesDom { | 4108 class IndexImpl extends Index implements js_library.JSObjectInterfacesDom { |
4082 CursorImpl.internal_() : super.internal_(); | 4109 IndexImpl.internal_() : super.internal_(); |
4083 get runtimeType => Cursor; | 4110 get runtimeType => Index; |
4084 toString() => super.toString(); | |
4085 } | |
4086 patch class Transaction { | |
4087 static Type get instanceRuntimeType => TransactionImpl; | |
4088 | |
4089 } | |
4090 class TransactionImpl extends Transaction implements js_library.JSObjectInterfac
esDom { | |
4091 TransactionImpl.internal_() : super.internal_(); | |
4092 get runtimeType => Transaction; | |
4093 toString() => super.toString(); | 4111 toString() => super.toString(); |
4094 } | 4112 } |
4095 patch class KeyRange { | 4113 patch class KeyRange { |
4096 static Type get instanceRuntimeType => KeyRangeImpl; | 4114 static Type get instanceRuntimeType => KeyRangeImpl; |
4097 | 4115 |
4098 } | 4116 } |
4099 class KeyRangeImpl extends KeyRange implements js_library.JSObjectInterfacesDom
{ | 4117 class KeyRangeImpl extends KeyRange implements js_library.JSObjectInterfacesDom
{ |
4100 KeyRangeImpl.internal_() : super.internal_(); | 4118 KeyRangeImpl.internal_() : super.internal_(); |
4101 get runtimeType => KeyRange; | 4119 get runtimeType => KeyRange; |
4102 toString() => super.toString(); | 4120 toString() => super.toString(); |
4103 } | 4121 } |
4104 patch class Request { | 4122 patch class ObjectStore { |
4105 static Type get instanceRuntimeType => RequestImpl; | 4123 static Type get instanceRuntimeType => ObjectStoreImpl; |
4106 | 4124 |
4107 } | 4125 } |
4108 class RequestImpl extends Request implements js_library.JSObjectInterfacesDom { | 4126 class ObjectStoreImpl extends ObjectStore implements js_library.JSObjectInterfac
esDom { |
4109 RequestImpl.internal_() : super.internal_(); | 4127 ObjectStoreImpl.internal_() : super.internal_(); |
4110 get runtimeType => Request; | 4128 get runtimeType => ObjectStore; |
4111 toString() => super.toString(); | 4129 toString() => super.toString(); |
4112 } | 4130 } |
4113 patch class OpenDBRequest { | 4131 patch class OpenDBRequest { |
4114 static Type get instanceRuntimeType => OpenDBRequestImpl; | 4132 static Type get instanceRuntimeType => OpenDBRequestImpl; |
4115 | 4133 |
4116 } | 4134 } |
4117 class OpenDBRequestImpl extends OpenDBRequest implements js_library.JSObjectInte
rfacesDom { | 4135 class OpenDBRequestImpl extends OpenDBRequest implements js_library.JSObjectInte
rfacesDom { |
4118 OpenDBRequestImpl.internal_() : super.internal_(); | 4136 OpenDBRequestImpl.internal_() : super.internal_(); |
4119 get runtimeType => OpenDBRequest; | 4137 get runtimeType => OpenDBRequest; |
4120 toString() => super.toString(); | 4138 toString() => super.toString(); |
4121 } | 4139 } |
4122 patch class Database { | 4140 patch class Request { |
4123 static Type get instanceRuntimeType => DatabaseImpl; | 4141 static Type get instanceRuntimeType => RequestImpl; |
4124 | 4142 |
4125 } | 4143 } |
4126 class DatabaseImpl extends Database implements js_library.JSObjectInterfacesDom
{ | 4144 class RequestImpl extends Request implements js_library.JSObjectInterfacesDom { |
4127 DatabaseImpl.internal_() : super.internal_(); | 4145 RequestImpl.internal_() : super.internal_(); |
4128 get runtimeType => Database; | 4146 get runtimeType => Request; |
4129 toString() => super.toString(); | 4147 toString() => super.toString(); |
4130 } | 4148 } |
4131 patch class Index { | 4149 patch class Transaction { |
4132 static Type get instanceRuntimeType => IndexImpl; | 4150 static Type get instanceRuntimeType => TransactionImpl; |
4133 | 4151 |
4134 } | 4152 } |
4135 class IndexImpl extends Index implements js_library.JSObjectInterfacesDom { | 4153 class TransactionImpl extends Transaction implements js_library.JSObjectInterfac
esDom { |
4136 IndexImpl.internal_() : super.internal_(); | 4154 TransactionImpl.internal_() : super.internal_(); |
4137 get runtimeType => Index; | 4155 get runtimeType => Transaction; |
4138 toString() => super.toString(); | |
4139 } | |
4140 patch class ObjectStore { | |
4141 static Type get instanceRuntimeType => ObjectStoreImpl; | |
4142 | |
4143 } | |
4144 class ObjectStoreImpl extends ObjectStore implements js_library.JSObjectInterfac
esDom { | |
4145 ObjectStoreImpl.internal_() : super.internal_(); | |
4146 get runtimeType => ObjectStore; | |
4147 toString() => super.toString(); | 4156 toString() => super.toString(); |
4148 } | 4157 } |
4149 patch class VersionChangeEvent { | 4158 patch class VersionChangeEvent { |
4150 static Type get instanceRuntimeType => VersionChangeEventImpl; | 4159 static Type get instanceRuntimeType => VersionChangeEventImpl; |
4151 | 4160 |
4152 } | 4161 } |
4153 class VersionChangeEventImpl extends VersionChangeEvent implements js_library.JS
ObjectInterfacesDom { | 4162 class VersionChangeEventImpl extends VersionChangeEvent implements js_library.JS
ObjectInterfacesDom { |
4154 VersionChangeEventImpl.internal_() : super.internal_(); | 4163 VersionChangeEventImpl.internal_() : super.internal_(); |
4155 get runtimeType => VersionChangeEvent; | 4164 get runtimeType => VersionChangeEvent; |
4156 toString() => super.toString(); | 4165 toString() => super.toString(); |
4157 } | 4166 } |
4158 patch class CursorWithValue { | |
4159 static Type get instanceRuntimeType => CursorWithValueImpl; | |
4160 | |
4161 } | |
4162 class CursorWithValueImpl extends CursorWithValue implements js_library.JSObject
InterfacesDom { | |
4163 CursorWithValueImpl.internal_() : super.internal_(); | |
4164 get runtimeType => CursorWithValue; | |
4165 toString() => super.toString(); | |
4166 } | |
4167 | 4167 |
4168 """],"dart:web_gl": ["dart:web_gl", "dart:web_gl_js_interop_patch.dart", """impo
rt 'dart:js' as js_library; | 4168 """],"dart:web_gl": ["dart:web_gl", "dart:web_gl_js_interop_patch.dart", """impo
rt 'dart:js' as js_library; |
4169 | 4169 |
4170 /** | 4170 /** |
4171 * Placeholder object for cases where we need to determine exactly how many | 4171 * Placeholder object for cases where we need to determine exactly how many |
4172 * args were passed to a function. | 4172 * args were passed to a function. |
4173 */ | 4173 */ |
4174 const _UNDEFINED_JS_CONST = const Object(); | 4174 const _UNDEFINED_JS_CONST = const Object(); |
4175 | 4175 |
| 4176 patch class ActiveInfo { |
| 4177 static Type get instanceRuntimeType => ActiveInfoImpl; |
| 4178 |
| 4179 } |
| 4180 class ActiveInfoImpl extends ActiveInfo implements js_library.JSObjectInterfaces
Dom { |
| 4181 ActiveInfoImpl.internal_() : super.internal_(); |
| 4182 get runtimeType => ActiveInfo; |
| 4183 toString() => super.toString(); |
| 4184 } |
| 4185 patch class AngleInstancedArrays { |
| 4186 static Type get instanceRuntimeType => AngleInstancedArraysImpl; |
| 4187 |
| 4188 } |
| 4189 class AngleInstancedArraysImpl extends AngleInstancedArrays implements js_librar
y.JSObjectInterfacesDom { |
| 4190 AngleInstancedArraysImpl.internal_() : super.internal_(); |
| 4191 get runtimeType => AngleInstancedArrays; |
| 4192 toString() => super.toString(); |
| 4193 } |
4176 patch class Buffer { | 4194 patch class Buffer { |
4177 static Type get instanceRuntimeType => BufferImpl; | 4195 static Type get instanceRuntimeType => BufferImpl; |
4178 | 4196 |
4179 } | 4197 } |
4180 class BufferImpl extends Buffer implements js_library.JSObjectInterfacesDom { | 4198 class BufferImpl extends Buffer implements js_library.JSObjectInterfacesDom { |
4181 BufferImpl.internal_() : super.internal_(); | 4199 BufferImpl.internal_() : super.internal_(); |
4182 get runtimeType => Buffer; | 4200 get runtimeType => Buffer; |
4183 toString() => super.toString(); | 4201 toString() => super.toString(); |
4184 } | 4202 } |
4185 patch class Texture { | 4203 patch class ChromiumSubscribeUniform { |
4186 static Type get instanceRuntimeType => TextureImpl; | 4204 static Type get instanceRuntimeType => ChromiumSubscribeUniformImpl; |
4187 | 4205 |
4188 } | 4206 } |
4189 class TextureImpl extends Texture implements js_library.JSObjectInterfacesDom { | 4207 class ChromiumSubscribeUniformImpl extends ChromiumSubscribeUniform implements j
s_library.JSObjectInterfacesDom { |
4190 TextureImpl.internal_() : super.internal_(); | 4208 ChromiumSubscribeUniformImpl.internal_() : super.internal_(); |
4191 get runtimeType => Texture; | 4209 get runtimeType => ChromiumSubscribeUniform; |
4192 toString() => super.toString(); | 4210 toString() => super.toString(); |
4193 } | 4211 } |
4194 patch class VertexArrayObjectOes { | 4212 patch class CompressedTextureAtc { |
4195 static Type get instanceRuntimeType => VertexArrayObjectOesImpl; | 4213 static Type get instanceRuntimeType => CompressedTextureAtcImpl; |
4196 | 4214 |
4197 } | 4215 } |
4198 class VertexArrayObjectOesImpl extends VertexArrayObjectOes implements js_librar
y.JSObjectInterfacesDom { | 4216 class CompressedTextureAtcImpl extends CompressedTextureAtc implements js_librar
y.JSObjectInterfacesDom { |
4199 VertexArrayObjectOesImpl.internal_() : super.internal_(); | 4217 CompressedTextureAtcImpl.internal_() : super.internal_(); |
4200 get runtimeType => VertexArrayObjectOes; | 4218 get runtimeType => CompressedTextureAtc; |
4201 toString() => super.toString(); | 4219 toString() => super.toString(); |
4202 } | 4220 } |
4203 patch class DepthTexture { | 4221 patch class CompressedTextureETC1 { |
4204 static Type get instanceRuntimeType => DepthTextureImpl; | 4222 static Type get instanceRuntimeType => CompressedTextureETC1Impl; |
4205 | 4223 |
4206 } | 4224 } |
4207 class DepthTextureImpl extends DepthTexture implements js_library.JSObjectInterf
acesDom { | 4225 class CompressedTextureETC1Impl extends CompressedTextureETC1 implements js_libr
ary.JSObjectInterfacesDom { |
4208 DepthTextureImpl.internal_() : super.internal_(); | 4226 CompressedTextureETC1Impl.internal_() : super.internal_(); |
4209 get runtimeType => DepthTexture; | 4227 get runtimeType => CompressedTextureETC1; |
4210 toString() => super.toString(); | 4228 toString() => super.toString(); |
4211 } | 4229 } |
4212 patch class OesTextureHalfFloatLinear { | 4230 patch class CompressedTexturePvrtc { |
4213 static Type get instanceRuntimeType => OesTextureHalfFloatLinearImpl; | 4231 static Type get instanceRuntimeType => CompressedTexturePvrtcImpl; |
4214 | 4232 |
4215 } | 4233 } |
4216 class OesTextureHalfFloatLinearImpl extends OesTextureHalfFloatLinear implements
js_library.JSObjectInterfacesDom { | 4234 class CompressedTexturePvrtcImpl extends CompressedTexturePvrtc implements js_li
brary.JSObjectInterfacesDom { |
4217 OesTextureHalfFloatLinearImpl.internal_() : super.internal_(); | 4235 CompressedTexturePvrtcImpl.internal_() : super.internal_(); |
4218 get runtimeType => OesTextureHalfFloatLinear; | 4236 get runtimeType => CompressedTexturePvrtc; |
4219 toString() => super.toString(); | |
4220 } | |
4221 patch class Sampler { | |
4222 static Type get instanceRuntimeType => SamplerImpl; | |
4223 | |
4224 } | |
4225 class SamplerImpl extends Sampler implements js_library.JSObjectInterfacesDom { | |
4226 SamplerImpl.internal_() : super.internal_(); | |
4227 get runtimeType => Sampler; | |
4228 toString() => super.toString(); | |
4229 } | |
4230 patch class Sync { | |
4231 static Type get instanceRuntimeType => SyncImpl; | |
4232 | |
4233 } | |
4234 class SyncImpl extends Sync implements js_library.JSObjectInterfacesDom { | |
4235 SyncImpl.internal_() : super.internal_(); | |
4236 get runtimeType => Sync; | |
4237 toString() => super.toString(); | |
4238 } | |
4239 patch class OesVertexArrayObject { | |
4240 static Type get instanceRuntimeType => OesVertexArrayObjectImpl; | |
4241 | |
4242 } | |
4243 class OesVertexArrayObjectImpl extends OesVertexArrayObject implements js_librar
y.JSObjectInterfacesDom { | |
4244 OesVertexArrayObjectImpl.internal_() : super.internal_(); | |
4245 get runtimeType => OesVertexArrayObject; | |
4246 toString() => super.toString(); | 4237 toString() => super.toString(); |
4247 } | 4238 } |
4248 patch class CompressedTextureS3TC { | 4239 patch class CompressedTextureS3TC { |
4249 static Type get instanceRuntimeType => CompressedTextureS3TCImpl; | 4240 static Type get instanceRuntimeType => CompressedTextureS3TCImpl; |
4250 | 4241 |
4251 } | 4242 } |
4252 class CompressedTextureS3TCImpl extends CompressedTextureS3TC implements js_libr
ary.JSObjectInterfacesDom { | 4243 class CompressedTextureS3TCImpl extends CompressedTextureS3TC implements js_libr
ary.JSObjectInterfacesDom { |
4253 CompressedTextureS3TCImpl.internal_() : super.internal_(); | 4244 CompressedTextureS3TCImpl.internal_() : super.internal_(); |
4254 get runtimeType => CompressedTextureS3TC; | 4245 get runtimeType => CompressedTextureS3TC; |
4255 toString() => super.toString(); | 4246 toString() => super.toString(); |
4256 } | 4247 } |
| 4248 patch class ContextEvent { |
| 4249 static Type get instanceRuntimeType => ContextEventImpl; |
| 4250 |
| 4251 } |
| 4252 class ContextEventImpl extends ContextEvent implements js_library.JSObjectInterf
acesDom { |
| 4253 ContextEventImpl.internal_() : super.internal_(); |
| 4254 get runtimeType => ContextEvent; |
| 4255 toString() => super.toString(); |
| 4256 } |
| 4257 patch class DebugRendererInfo { |
| 4258 static Type get instanceRuntimeType => DebugRendererInfoImpl; |
| 4259 |
| 4260 } |
| 4261 class DebugRendererInfoImpl extends DebugRendererInfo implements js_library.JSOb
jectInterfacesDom { |
| 4262 DebugRendererInfoImpl.internal_() : super.internal_(); |
| 4263 get runtimeType => DebugRendererInfo; |
| 4264 toString() => super.toString(); |
| 4265 } |
| 4266 patch class DebugShaders { |
| 4267 static Type get instanceRuntimeType => DebugShadersImpl; |
| 4268 |
| 4269 } |
| 4270 class DebugShadersImpl extends DebugShaders implements js_library.JSObjectInterf
acesDom { |
| 4271 DebugShadersImpl.internal_() : super.internal_(); |
| 4272 get runtimeType => DebugShaders; |
| 4273 toString() => super.toString(); |
| 4274 } |
| 4275 patch class DepthTexture { |
| 4276 static Type get instanceRuntimeType => DepthTextureImpl; |
| 4277 |
| 4278 } |
| 4279 class DepthTextureImpl extends DepthTexture implements js_library.JSObjectInterf
acesDom { |
| 4280 DepthTextureImpl.internal_() : super.internal_(); |
| 4281 get runtimeType => DepthTexture; |
| 4282 toString() => super.toString(); |
| 4283 } |
| 4284 patch class DrawBuffers { |
| 4285 static Type get instanceRuntimeType => DrawBuffersImpl; |
| 4286 |
| 4287 } |
| 4288 class DrawBuffersImpl extends DrawBuffers implements js_library.JSObjectInterfac
esDom { |
| 4289 DrawBuffersImpl.internal_() : super.internal_(); |
| 4290 get runtimeType => DrawBuffers; |
| 4291 toString() => super.toString(); |
| 4292 } |
| 4293 patch class EXTsRgb { |
| 4294 static Type get instanceRuntimeType => EXTsRgbImpl; |
| 4295 |
| 4296 } |
| 4297 class EXTsRgbImpl extends EXTsRgb implements js_library.JSObjectInterfacesDom { |
| 4298 EXTsRgbImpl.internal_() : super.internal_(); |
| 4299 get runtimeType => EXTsRgb; |
| 4300 toString() => super.toString(); |
| 4301 } |
| 4302 patch class ExtBlendMinMax { |
| 4303 static Type get instanceRuntimeType => ExtBlendMinMaxImpl; |
| 4304 |
| 4305 } |
| 4306 class ExtBlendMinMaxImpl extends ExtBlendMinMax implements js_library.JSObjectIn
terfacesDom { |
| 4307 ExtBlendMinMaxImpl.internal_() : super.internal_(); |
| 4308 get runtimeType => ExtBlendMinMax; |
| 4309 toString() => super.toString(); |
| 4310 } |
4257 patch class ExtFragDepth { | 4311 patch class ExtFragDepth { |
4258 static Type get instanceRuntimeType => ExtFragDepthImpl; | 4312 static Type get instanceRuntimeType => ExtFragDepthImpl; |
4259 | 4313 |
4260 } | 4314 } |
4261 class ExtFragDepthImpl extends ExtFragDepth implements js_library.JSObjectInterf
acesDom { | 4315 class ExtFragDepthImpl extends ExtFragDepth implements js_library.JSObjectInterf
acesDom { |
4262 ExtFragDepthImpl.internal_() : super.internal_(); | 4316 ExtFragDepthImpl.internal_() : super.internal_(); |
4263 get runtimeType => ExtFragDepth; | 4317 get runtimeType => ExtFragDepth; |
4264 toString() => super.toString(); | 4318 toString() => super.toString(); |
4265 } | 4319 } |
4266 patch class Shader { | |
4267 static Type get instanceRuntimeType => ShaderImpl; | |
4268 | |
4269 } | |
4270 class ShaderImpl extends Shader implements js_library.JSObjectInterfacesDom { | |
4271 ShaderImpl.internal_() : super.internal_(); | |
4272 get runtimeType => Shader; | |
4273 toString() => super.toString(); | |
4274 } | |
4275 patch class _WebGL2RenderingContextBase { | |
4276 static Type get instanceRuntimeType => _WebGL2RenderingContextBaseImpl; | |
4277 | |
4278 } | |
4279 class _WebGL2RenderingContextBaseImpl extends _WebGL2RenderingContextBase implem
ents js_library.JSObjectInterfacesDom { | |
4280 _WebGL2RenderingContextBaseImpl.internal_() : super.internal_(); | |
4281 get runtimeType => _WebGL2RenderingContextBase; | |
4282 toString() => super.toString(); | |
4283 } | |
4284 patch class Query { | |
4285 static Type get instanceRuntimeType => QueryImpl; | |
4286 | |
4287 } | |
4288 class QueryImpl extends Query implements js_library.JSObjectInterfacesDom { | |
4289 QueryImpl.internal_() : super.internal_(); | |
4290 get runtimeType => Query; | |
4291 toString() => super.toString(); | |
4292 } | |
4293 patch class RenderingContext { | |
4294 static Type get instanceRuntimeType => RenderingContextImpl; | |
4295 | |
4296 } | |
4297 class RenderingContextImpl extends RenderingContext implements js_library.JSObje
ctInterfacesDom { | |
4298 RenderingContextImpl.internal_() : super.internal_(); | |
4299 get runtimeType => RenderingContext; | |
4300 toString() => super.toString(); | |
4301 } | |
4302 patch class ShaderPrecisionFormat { | |
4303 static Type get instanceRuntimeType => ShaderPrecisionFormatImpl; | |
4304 | |
4305 } | |
4306 class ShaderPrecisionFormatImpl extends ShaderPrecisionFormat implements js_libr
ary.JSObjectInterfacesDom { | |
4307 ShaderPrecisionFormatImpl.internal_() : super.internal_(); | |
4308 get runtimeType => ShaderPrecisionFormat; | |
4309 toString() => super.toString(); | |
4310 } | |
4311 patch class OesTextureHalfFloat { | |
4312 static Type get instanceRuntimeType => OesTextureHalfFloatImpl; | |
4313 | |
4314 } | |
4315 class OesTextureHalfFloatImpl extends OesTextureHalfFloat implements js_library.
JSObjectInterfacesDom { | |
4316 OesTextureHalfFloatImpl.internal_() : super.internal_(); | |
4317 get runtimeType => OesTextureHalfFloat; | |
4318 toString() => super.toString(); | |
4319 } | |
4320 patch class ExtTextureFilterAnisotropic { | |
4321 static Type get instanceRuntimeType => ExtTextureFilterAnisotropicImpl; | |
4322 | |
4323 } | |
4324 class ExtTextureFilterAnisotropicImpl extends ExtTextureFilterAnisotropic implem
ents js_library.JSObjectInterfacesDom { | |
4325 ExtTextureFilterAnisotropicImpl.internal_() : super.internal_(); | |
4326 get runtimeType => ExtTextureFilterAnisotropic; | |
4327 toString() => super.toString(); | |
4328 } | |
4329 patch class OesTextureFloat { | |
4330 static Type get instanceRuntimeType => OesTextureFloatImpl; | |
4331 | |
4332 } | |
4333 class OesTextureFloatImpl extends OesTextureFloat implements js_library.JSObject
InterfacesDom { | |
4334 OesTextureFloatImpl.internal_() : super.internal_(); | |
4335 get runtimeType => OesTextureFloat; | |
4336 toString() => super.toString(); | |
4337 } | |
4338 patch class VertexArrayObject { | |
4339 static Type get instanceRuntimeType => VertexArrayObjectImpl; | |
4340 | |
4341 } | |
4342 class VertexArrayObjectImpl extends VertexArrayObject implements js_library.JSOb
jectInterfacesDom { | |
4343 VertexArrayObjectImpl.internal_() : super.internal_(); | |
4344 get runtimeType => VertexArrayObject; | |
4345 toString() => super.toString(); | |
4346 } | |
4347 patch class CompressedTexturePvrtc { | |
4348 static Type get instanceRuntimeType => CompressedTexturePvrtcImpl; | |
4349 | |
4350 } | |
4351 class CompressedTexturePvrtcImpl extends CompressedTexturePvrtc implements js_li
brary.JSObjectInterfacesDom { | |
4352 CompressedTexturePvrtcImpl.internal_() : super.internal_(); | |
4353 get runtimeType => CompressedTexturePvrtc; | |
4354 toString() => super.toString(); | |
4355 } | |
4356 patch class ChromiumSubscribeUniform { | |
4357 static Type get instanceRuntimeType => ChromiumSubscribeUniformImpl; | |
4358 | |
4359 } | |
4360 class ChromiumSubscribeUniformImpl extends ChromiumSubscribeUniform implements j
s_library.JSObjectInterfacesDom { | |
4361 ChromiumSubscribeUniformImpl.internal_() : super.internal_(); | |
4362 get runtimeType => ChromiumSubscribeUniform; | |
4363 toString() => super.toString(); | |
4364 } | |
4365 patch class _WebGLRenderingContextBase { | |
4366 static Type get instanceRuntimeType => _WebGLRenderingContextBaseImpl; | |
4367 | |
4368 } | |
4369 class _WebGLRenderingContextBaseImpl extends _WebGLRenderingContextBase implemen
ts js_library.JSObjectInterfacesDom { | |
4370 _WebGLRenderingContextBaseImpl.internal_() : super.internal_(); | |
4371 get runtimeType => _WebGLRenderingContextBase; | |
4372 toString() => super.toString(); | |
4373 } | |
4374 patch class ActiveInfo { | |
4375 static Type get instanceRuntimeType => ActiveInfoImpl; | |
4376 | |
4377 } | |
4378 class ActiveInfoImpl extends ActiveInfo implements js_library.JSObjectInterfaces
Dom { | |
4379 ActiveInfoImpl.internal_() : super.internal_(); | |
4380 get runtimeType => ActiveInfo; | |
4381 toString() => super.toString(); | |
4382 } | |
4383 patch class TransformFeedback { | |
4384 static Type get instanceRuntimeType => TransformFeedbackImpl; | |
4385 | |
4386 } | |
4387 class TransformFeedbackImpl extends TransformFeedback implements js_library.JSOb
jectInterfacesDom { | |
4388 TransformFeedbackImpl.internal_() : super.internal_(); | |
4389 get runtimeType => TransformFeedback; | |
4390 toString() => super.toString(); | |
4391 } | |
4392 patch class ExtShaderTextureLod { | 4320 patch class ExtShaderTextureLod { |
4393 static Type get instanceRuntimeType => ExtShaderTextureLodImpl; | 4321 static Type get instanceRuntimeType => ExtShaderTextureLodImpl; |
4394 | 4322 |
4395 } | 4323 } |
4396 class ExtShaderTextureLodImpl extends ExtShaderTextureLod implements js_library.
JSObjectInterfacesDom { | 4324 class ExtShaderTextureLodImpl extends ExtShaderTextureLod implements js_library.
JSObjectInterfacesDom { |
4397 ExtShaderTextureLodImpl.internal_() : super.internal_(); | 4325 ExtShaderTextureLodImpl.internal_() : super.internal_(); |
4398 get runtimeType => ExtShaderTextureLod; | 4326 get runtimeType => ExtShaderTextureLod; |
4399 toString() => super.toString(); | 4327 toString() => super.toString(); |
4400 } | 4328 } |
4401 patch class UniformLocation { | 4329 patch class ExtTextureFilterAnisotropic { |
4402 static Type get instanceRuntimeType => UniformLocationImpl; | 4330 static Type get instanceRuntimeType => ExtTextureFilterAnisotropicImpl; |
4403 | 4331 |
4404 } | 4332 } |
4405 class UniformLocationImpl extends UniformLocation implements js_library.JSObject
InterfacesDom { | 4333 class ExtTextureFilterAnisotropicImpl extends ExtTextureFilterAnisotropic implem
ents js_library.JSObjectInterfacesDom { |
4406 UniformLocationImpl.internal_() : super.internal_(); | 4334 ExtTextureFilterAnisotropicImpl.internal_() : super.internal_(); |
4407 get runtimeType => UniformLocation; | 4335 get runtimeType => ExtTextureFilterAnisotropic; |
4408 toString() => super.toString(); | |
4409 } | |
4410 patch class ExtBlendMinMax { | |
4411 static Type get instanceRuntimeType => ExtBlendMinMaxImpl; | |
4412 | |
4413 } | |
4414 class ExtBlendMinMaxImpl extends ExtBlendMinMax implements js_library.JSObjectIn
terfacesDom { | |
4415 ExtBlendMinMaxImpl.internal_() : super.internal_(); | |
4416 get runtimeType => ExtBlendMinMax; | |
4417 toString() => super.toString(); | 4336 toString() => super.toString(); |
4418 } | 4337 } |
4419 patch class Framebuffer { | 4338 patch class Framebuffer { |
4420 static Type get instanceRuntimeType => FramebufferImpl; | 4339 static Type get instanceRuntimeType => FramebufferImpl; |
4421 | 4340 |
4422 } | 4341 } |
4423 class FramebufferImpl extends Framebuffer implements js_library.JSObjectInterfac
esDom { | 4342 class FramebufferImpl extends Framebuffer implements js_library.JSObjectInterfac
esDom { |
4424 FramebufferImpl.internal_() : super.internal_(); | 4343 FramebufferImpl.internal_() : super.internal_(); |
4425 get runtimeType => Framebuffer; | 4344 get runtimeType => Framebuffer; |
4426 toString() => super.toString(); | 4345 toString() => super.toString(); |
4427 } | 4346 } |
| 4347 patch class LoseContext { |
| 4348 static Type get instanceRuntimeType => LoseContextImpl; |
| 4349 |
| 4350 } |
| 4351 class LoseContextImpl extends LoseContext implements js_library.JSObjectInterfac
esDom { |
| 4352 LoseContextImpl.internal_() : super.internal_(); |
| 4353 get runtimeType => LoseContext; |
| 4354 toString() => super.toString(); |
| 4355 } |
| 4356 patch class OesElementIndexUint { |
| 4357 static Type get instanceRuntimeType => OesElementIndexUintImpl; |
| 4358 |
| 4359 } |
| 4360 class OesElementIndexUintImpl extends OesElementIndexUint implements js_library.
JSObjectInterfacesDom { |
| 4361 OesElementIndexUintImpl.internal_() : super.internal_(); |
| 4362 get runtimeType => OesElementIndexUint; |
| 4363 toString() => super.toString(); |
| 4364 } |
4428 patch class OesStandardDerivatives { | 4365 patch class OesStandardDerivatives { |
4429 static Type get instanceRuntimeType => OesStandardDerivativesImpl; | 4366 static Type get instanceRuntimeType => OesStandardDerivativesImpl; |
4430 | 4367 |
4431 } | 4368 } |
4432 class OesStandardDerivativesImpl extends OesStandardDerivatives implements js_li
brary.JSObjectInterfacesDom { | 4369 class OesStandardDerivativesImpl extends OesStandardDerivatives implements js_li
brary.JSObjectInterfacesDom { |
4433 OesStandardDerivativesImpl.internal_() : super.internal_(); | 4370 OesStandardDerivativesImpl.internal_() : super.internal_(); |
4434 get runtimeType => OesStandardDerivatives; | 4371 get runtimeType => OesStandardDerivatives; |
4435 toString() => super.toString(); | 4372 toString() => super.toString(); |
4436 } | 4373 } |
4437 patch class DrawBuffers { | 4374 patch class OesTextureFloat { |
4438 static Type get instanceRuntimeType => DrawBuffersImpl; | 4375 static Type get instanceRuntimeType => OesTextureFloatImpl; |
4439 | 4376 |
4440 } | 4377 } |
4441 class DrawBuffersImpl extends DrawBuffers implements js_library.JSObjectInterfac
esDom { | 4378 class OesTextureFloatImpl extends OesTextureFloat implements js_library.JSObject
InterfacesDom { |
4442 DrawBuffersImpl.internal_() : super.internal_(); | 4379 OesTextureFloatImpl.internal_() : super.internal_(); |
4443 get runtimeType => DrawBuffers; | 4380 get runtimeType => OesTextureFloat; |
4444 toString() => super.toString(); | 4381 toString() => super.toString(); |
4445 } | 4382 } |
4446 patch class OesTextureFloatLinear { | 4383 patch class OesTextureFloatLinear { |
4447 static Type get instanceRuntimeType => OesTextureFloatLinearImpl; | 4384 static Type get instanceRuntimeType => OesTextureFloatLinearImpl; |
4448 | 4385 |
4449 } | 4386 } |
4450 class OesTextureFloatLinearImpl extends OesTextureFloatLinear implements js_libr
ary.JSObjectInterfacesDom { | 4387 class OesTextureFloatLinearImpl extends OesTextureFloatLinear implements js_libr
ary.JSObjectInterfacesDom { |
4451 OesTextureFloatLinearImpl.internal_() : super.internal_(); | 4388 OesTextureFloatLinearImpl.internal_() : super.internal_(); |
4452 get runtimeType => OesTextureFloatLinear; | 4389 get runtimeType => OesTextureFloatLinear; |
4453 toString() => super.toString(); | 4390 toString() => super.toString(); |
4454 } | 4391 } |
4455 patch class DebugShaders { | 4392 patch class OesTextureHalfFloat { |
4456 static Type get instanceRuntimeType => DebugShadersImpl; | 4393 static Type get instanceRuntimeType => OesTextureHalfFloatImpl; |
4457 | 4394 |
4458 } | 4395 } |
4459 class DebugShadersImpl extends DebugShaders implements js_library.JSObjectInterf
acesDom { | 4396 class OesTextureHalfFloatImpl extends OesTextureHalfFloat implements js_library.
JSObjectInterfacesDom { |
4460 DebugShadersImpl.internal_() : super.internal_(); | 4397 OesTextureHalfFloatImpl.internal_() : super.internal_(); |
4461 get runtimeType => DebugShaders; | 4398 get runtimeType => OesTextureHalfFloat; |
| 4399 toString() => super.toString(); |
| 4400 } |
| 4401 patch class OesTextureHalfFloatLinear { |
| 4402 static Type get instanceRuntimeType => OesTextureHalfFloatLinearImpl; |
| 4403 |
| 4404 } |
| 4405 class OesTextureHalfFloatLinearImpl extends OesTextureHalfFloatLinear implements
js_library.JSObjectInterfacesDom { |
| 4406 OesTextureHalfFloatLinearImpl.internal_() : super.internal_(); |
| 4407 get runtimeType => OesTextureHalfFloatLinear; |
| 4408 toString() => super.toString(); |
| 4409 } |
| 4410 patch class OesVertexArrayObject { |
| 4411 static Type get instanceRuntimeType => OesVertexArrayObjectImpl; |
| 4412 |
| 4413 } |
| 4414 class OesVertexArrayObjectImpl extends OesVertexArrayObject implements js_librar
y.JSObjectInterfacesDom { |
| 4415 OesVertexArrayObjectImpl.internal_() : super.internal_(); |
| 4416 get runtimeType => OesVertexArrayObject; |
4462 toString() => super.toString(); | 4417 toString() => super.toString(); |
4463 } | 4418 } |
4464 patch class Program { | 4419 patch class Program { |
4465 static Type get instanceRuntimeType => ProgramImpl; | 4420 static Type get instanceRuntimeType => ProgramImpl; |
4466 | 4421 |
4467 } | 4422 } |
4468 class ProgramImpl extends Program implements js_library.JSObjectInterfacesDom { | 4423 class ProgramImpl extends Program implements js_library.JSObjectInterfacesDom { |
4469 ProgramImpl.internal_() : super.internal_(); | 4424 ProgramImpl.internal_() : super.internal_(); |
4470 get runtimeType => Program; | 4425 get runtimeType => Program; |
4471 toString() => super.toString(); | 4426 toString() => super.toString(); |
4472 } | 4427 } |
4473 patch class ContextEvent { | 4428 patch class Query { |
4474 static Type get instanceRuntimeType => ContextEventImpl; | 4429 static Type get instanceRuntimeType => QueryImpl; |
4475 | 4430 |
4476 } | 4431 } |
4477 class ContextEventImpl extends ContextEvent implements js_library.JSObjectInterf
acesDom { | 4432 class QueryImpl extends Query implements js_library.JSObjectInterfacesDom { |
4478 ContextEventImpl.internal_() : super.internal_(); | 4433 QueryImpl.internal_() : super.internal_(); |
4479 get runtimeType => ContextEvent; | 4434 get runtimeType => Query; |
4480 toString() => super.toString(); | |
4481 } | |
4482 patch class AngleInstancedArrays { | |
4483 static Type get instanceRuntimeType => AngleInstancedArraysImpl; | |
4484 | |
4485 } | |
4486 class AngleInstancedArraysImpl extends AngleInstancedArrays implements js_librar
y.JSObjectInterfacesDom { | |
4487 AngleInstancedArraysImpl.internal_() : super.internal_(); | |
4488 get runtimeType => AngleInstancedArrays; | |
4489 toString() => super.toString(); | |
4490 } | |
4491 patch class DebugRendererInfo { | |
4492 static Type get instanceRuntimeType => DebugRendererInfoImpl; | |
4493 | |
4494 } | |
4495 class DebugRendererInfoImpl extends DebugRendererInfo implements js_library.JSOb
jectInterfacesDom { | |
4496 DebugRendererInfoImpl.internal_() : super.internal_(); | |
4497 get runtimeType => DebugRendererInfo; | |
4498 toString() => super.toString(); | |
4499 } | |
4500 patch class CompressedTextureAtc { | |
4501 static Type get instanceRuntimeType => CompressedTextureAtcImpl; | |
4502 | |
4503 } | |
4504 class CompressedTextureAtcImpl extends CompressedTextureAtc implements js_librar
y.JSObjectInterfacesDom { | |
4505 CompressedTextureAtcImpl.internal_() : super.internal_(); | |
4506 get runtimeType => CompressedTextureAtc; | |
4507 toString() => super.toString(); | |
4508 } | |
4509 patch class OesElementIndexUint { | |
4510 static Type get instanceRuntimeType => OesElementIndexUintImpl; | |
4511 | |
4512 } | |
4513 class OesElementIndexUintImpl extends OesElementIndexUint implements js_library.
JSObjectInterfacesDom { | |
4514 OesElementIndexUintImpl.internal_() : super.internal_(); | |
4515 get runtimeType => OesElementIndexUint; | |
4516 toString() => super.toString(); | |
4517 } | |
4518 patch class CompressedTextureETC1 { | |
4519 static Type get instanceRuntimeType => CompressedTextureETC1Impl; | |
4520 | |
4521 } | |
4522 class CompressedTextureETC1Impl extends CompressedTextureETC1 implements js_libr
ary.JSObjectInterfacesDom { | |
4523 CompressedTextureETC1Impl.internal_() : super.internal_(); | |
4524 get runtimeType => CompressedTextureETC1; | |
4525 toString() => super.toString(); | |
4526 } | |
4527 patch class LoseContext { | |
4528 static Type get instanceRuntimeType => LoseContextImpl; | |
4529 | |
4530 } | |
4531 class LoseContextImpl extends LoseContext implements js_library.JSObjectInterfac
esDom { | |
4532 LoseContextImpl.internal_() : super.internal_(); | |
4533 get runtimeType => LoseContext; | |
4534 toString() => super.toString(); | 4435 toString() => super.toString(); |
4535 } | 4436 } |
4536 patch class Renderbuffer { | 4437 patch class Renderbuffer { |
4537 static Type get instanceRuntimeType => RenderbufferImpl; | 4438 static Type get instanceRuntimeType => RenderbufferImpl; |
4538 | 4439 |
4539 } | 4440 } |
4540 class RenderbufferImpl extends Renderbuffer implements js_library.JSObjectInterf
acesDom { | 4441 class RenderbufferImpl extends Renderbuffer implements js_library.JSObjectInterf
acesDom { |
4541 RenderbufferImpl.internal_() : super.internal_(); | 4442 RenderbufferImpl.internal_() : super.internal_(); |
4542 get runtimeType => Renderbuffer; | 4443 get runtimeType => Renderbuffer; |
4543 toString() => super.toString(); | 4444 toString() => super.toString(); |
4544 } | 4445 } |
| 4446 patch class RenderingContext { |
| 4447 static Type get instanceRuntimeType => RenderingContextImpl; |
| 4448 |
| 4449 } |
| 4450 class RenderingContextImpl extends RenderingContext implements js_library.JSObje
ctInterfacesDom { |
| 4451 RenderingContextImpl.internal_() : super.internal_(); |
| 4452 get runtimeType => RenderingContext; |
| 4453 toString() => super.toString(); |
| 4454 } |
4545 patch class RenderingContext2 { | 4455 patch class RenderingContext2 { |
4546 static Type get instanceRuntimeType => RenderingContext2Impl; | 4456 static Type get instanceRuntimeType => RenderingContext2Impl; |
4547 | 4457 |
4548 } | 4458 } |
4549 class RenderingContext2Impl extends RenderingContext2 implements js_library.JSOb
jectInterfacesDom { | 4459 class RenderingContext2Impl extends RenderingContext2 implements js_library.JSOb
jectInterfacesDom { |
4550 RenderingContext2Impl.internal_() : super.internal_(); | 4460 RenderingContext2Impl.internal_() : super.internal_(); |
4551 get runtimeType => RenderingContext2; | 4461 get runtimeType => RenderingContext2; |
4552 toString() => super.toString(); | 4462 toString() => super.toString(); |
4553 } | 4463 } |
4554 patch class EXTsRgb { | 4464 patch class Sampler { |
4555 static Type get instanceRuntimeType => EXTsRgbImpl; | 4465 static Type get instanceRuntimeType => SamplerImpl; |
4556 | 4466 |
4557 } | 4467 } |
4558 class EXTsRgbImpl extends EXTsRgb implements js_library.JSObjectInterfacesDom { | 4468 class SamplerImpl extends Sampler implements js_library.JSObjectInterfacesDom { |
4559 EXTsRgbImpl.internal_() : super.internal_(); | 4469 SamplerImpl.internal_() : super.internal_(); |
4560 get runtimeType => EXTsRgb; | 4470 get runtimeType => Sampler; |
| 4471 toString() => super.toString(); |
| 4472 } |
| 4473 patch class Shader { |
| 4474 static Type get instanceRuntimeType => ShaderImpl; |
| 4475 |
| 4476 } |
| 4477 class ShaderImpl extends Shader implements js_library.JSObjectInterfacesDom { |
| 4478 ShaderImpl.internal_() : super.internal_(); |
| 4479 get runtimeType => Shader; |
| 4480 toString() => super.toString(); |
| 4481 } |
| 4482 patch class ShaderPrecisionFormat { |
| 4483 static Type get instanceRuntimeType => ShaderPrecisionFormatImpl; |
| 4484 |
| 4485 } |
| 4486 class ShaderPrecisionFormatImpl extends ShaderPrecisionFormat implements js_libr
ary.JSObjectInterfacesDom { |
| 4487 ShaderPrecisionFormatImpl.internal_() : super.internal_(); |
| 4488 get runtimeType => ShaderPrecisionFormat; |
| 4489 toString() => super.toString(); |
| 4490 } |
| 4491 patch class Sync { |
| 4492 static Type get instanceRuntimeType => SyncImpl; |
| 4493 |
| 4494 } |
| 4495 class SyncImpl extends Sync implements js_library.JSObjectInterfacesDom { |
| 4496 SyncImpl.internal_() : super.internal_(); |
| 4497 get runtimeType => Sync; |
| 4498 toString() => super.toString(); |
| 4499 } |
| 4500 patch class Texture { |
| 4501 static Type get instanceRuntimeType => TextureImpl; |
| 4502 |
| 4503 } |
| 4504 class TextureImpl extends Texture implements js_library.JSObjectInterfacesDom { |
| 4505 TextureImpl.internal_() : super.internal_(); |
| 4506 get runtimeType => Texture; |
| 4507 toString() => super.toString(); |
| 4508 } |
| 4509 patch class TransformFeedback { |
| 4510 static Type get instanceRuntimeType => TransformFeedbackImpl; |
| 4511 |
| 4512 } |
| 4513 class TransformFeedbackImpl extends TransformFeedback implements js_library.JSOb
jectInterfacesDom { |
| 4514 TransformFeedbackImpl.internal_() : super.internal_(); |
| 4515 get runtimeType => TransformFeedback; |
| 4516 toString() => super.toString(); |
| 4517 } |
| 4518 patch class UniformLocation { |
| 4519 static Type get instanceRuntimeType => UniformLocationImpl; |
| 4520 |
| 4521 } |
| 4522 class UniformLocationImpl extends UniformLocation implements js_library.JSObject
InterfacesDom { |
| 4523 UniformLocationImpl.internal_() : super.internal_(); |
| 4524 get runtimeType => UniformLocation; |
| 4525 toString() => super.toString(); |
| 4526 } |
| 4527 patch class VertexArrayObject { |
| 4528 static Type get instanceRuntimeType => VertexArrayObjectImpl; |
| 4529 |
| 4530 } |
| 4531 class VertexArrayObjectImpl extends VertexArrayObject implements js_library.JSOb
jectInterfacesDom { |
| 4532 VertexArrayObjectImpl.internal_() : super.internal_(); |
| 4533 get runtimeType => VertexArrayObject; |
| 4534 toString() => super.toString(); |
| 4535 } |
| 4536 patch class VertexArrayObjectOes { |
| 4537 static Type get instanceRuntimeType => VertexArrayObjectOesImpl; |
| 4538 |
| 4539 } |
| 4540 class VertexArrayObjectOesImpl extends VertexArrayObjectOes implements js_librar
y.JSObjectInterfacesDom { |
| 4541 VertexArrayObjectOesImpl.internal_() : super.internal_(); |
| 4542 get runtimeType => VertexArrayObjectOes; |
| 4543 toString() => super.toString(); |
| 4544 } |
| 4545 patch class _WebGL2RenderingContextBase { |
| 4546 static Type get instanceRuntimeType => _WebGL2RenderingContextBaseImpl; |
| 4547 |
| 4548 } |
| 4549 class _WebGL2RenderingContextBaseImpl extends _WebGL2RenderingContextBase implem
ents js_library.JSObjectInterfacesDom { |
| 4550 _WebGL2RenderingContextBaseImpl.internal_() : super.internal_(); |
| 4551 get runtimeType => _WebGL2RenderingContextBase; |
| 4552 toString() => super.toString(); |
| 4553 } |
| 4554 patch class _WebGLRenderingContextBase { |
| 4555 static Type get instanceRuntimeType => _WebGLRenderingContextBaseImpl; |
| 4556 |
| 4557 } |
| 4558 class _WebGLRenderingContextBaseImpl extends _WebGLRenderingContextBase implemen
ts js_library.JSObjectInterfacesDom { |
| 4559 _WebGLRenderingContextBaseImpl.internal_() : super.internal_(); |
| 4560 get runtimeType => _WebGLRenderingContextBase; |
4561 toString() => super.toString(); | 4561 toString() => super.toString(); |
4562 } | 4562 } |
4563 | 4563 |
4564 """],"dart:web_sql": ["dart:web_sql", "dart:web_sql_js_interop_patch.dart", """i
mport 'dart:js' as js_library; | 4564 """],"dart:web_sql": ["dart:web_sql", "dart:web_sql_js_interop_patch.dart", """i
mport 'dart:js' as js_library; |
4565 | 4565 |
4566 /** | 4566 /** |
4567 * Placeholder object for cases where we need to determine exactly how many | 4567 * Placeholder object for cases where we need to determine exactly how many |
4568 * args were passed to a function. | 4568 * args were passed to a function. |
4569 */ | 4569 */ |
4570 const _UNDEFINED_JS_CONST = const Object(); | 4570 const _UNDEFINED_JS_CONST = const Object(); |
4571 | 4571 |
| 4572 patch class SqlDatabase { |
| 4573 static Type get instanceRuntimeType => SqlDatabaseImpl; |
| 4574 |
| 4575 } |
| 4576 class SqlDatabaseImpl extends SqlDatabase implements js_library.JSObjectInterfac
esDom { |
| 4577 SqlDatabaseImpl.internal_() : super.internal_(); |
| 4578 get runtimeType => SqlDatabase; |
| 4579 toString() => super.toString(); |
| 4580 } |
4572 patch class SqlError { | 4581 patch class SqlError { |
4573 static Type get instanceRuntimeType => SqlErrorImpl; | 4582 static Type get instanceRuntimeType => SqlErrorImpl; |
4574 | 4583 |
4575 } | 4584 } |
4576 class SqlErrorImpl extends SqlError implements js_library.JSObjectInterfacesDom
{ | 4585 class SqlErrorImpl extends SqlError implements js_library.JSObjectInterfacesDom
{ |
4577 SqlErrorImpl.internal_() : super.internal_(); | 4586 SqlErrorImpl.internal_() : super.internal_(); |
4578 get runtimeType => SqlError; | 4587 get runtimeType => SqlError; |
4579 toString() => super.toString(); | 4588 toString() => super.toString(); |
4580 } | 4589 } |
4581 patch class SqlResultSet { | 4590 patch class SqlResultSet { |
4582 static Type get instanceRuntimeType => SqlResultSetImpl; | 4591 static Type get instanceRuntimeType => SqlResultSetImpl; |
4583 | 4592 |
4584 } | 4593 } |
4585 class SqlResultSetImpl extends SqlResultSet implements js_library.JSObjectInterf
acesDom { | 4594 class SqlResultSetImpl extends SqlResultSet implements js_library.JSObjectInterf
acesDom { |
4586 SqlResultSetImpl.internal_() : super.internal_(); | 4595 SqlResultSetImpl.internal_() : super.internal_(); |
4587 get runtimeType => SqlResultSet; | 4596 get runtimeType => SqlResultSet; |
4588 toString() => super.toString(); | 4597 toString() => super.toString(); |
4589 } | 4598 } |
4590 patch class SqlResultSetRowList { | 4599 patch class SqlResultSetRowList { |
4591 static Type get instanceRuntimeType => SqlResultSetRowListImpl; | 4600 static Type get instanceRuntimeType => SqlResultSetRowListImpl; |
4592 | 4601 |
4593 } | 4602 } |
4594 class SqlResultSetRowListImpl extends SqlResultSetRowList implements js_library.
JSObjectInterfacesDom { | 4603 class SqlResultSetRowListImpl extends SqlResultSetRowList implements js_library.
JSObjectInterfacesDom { |
4595 SqlResultSetRowListImpl.internal_() : super.internal_(); | 4604 SqlResultSetRowListImpl.internal_() : super.internal_(); |
4596 get runtimeType => SqlResultSetRowList; | 4605 get runtimeType => SqlResultSetRowList; |
4597 toString() => super.toString(); | 4606 toString() => super.toString(); |
4598 } | 4607 } |
4599 patch class SqlDatabase { | |
4600 static Type get instanceRuntimeType => SqlDatabaseImpl; | |
4601 | |
4602 } | |
4603 class SqlDatabaseImpl extends SqlDatabase implements js_library.JSObjectInterfac
esDom { | |
4604 SqlDatabaseImpl.internal_() : super.internal_(); | |
4605 get runtimeType => SqlDatabase; | |
4606 toString() => super.toString(); | |
4607 } | |
4608 patch class SqlTransaction { | 4608 patch class SqlTransaction { |
4609 static Type get instanceRuntimeType => SqlTransactionImpl; | 4609 static Type get instanceRuntimeType => SqlTransactionImpl; |
4610 | 4610 |
4611 } | 4611 } |
4612 class SqlTransactionImpl extends SqlTransaction implements js_library.JSObjectIn
terfacesDom { | 4612 class SqlTransactionImpl extends SqlTransaction implements js_library.JSObjectIn
terfacesDom { |
4613 SqlTransactionImpl.internal_() : super.internal_(); | 4613 SqlTransactionImpl.internal_() : super.internal_(); |
4614 get runtimeType => SqlTransaction; | 4614 get runtimeType => SqlTransaction; |
4615 toString() => super.toString(); | 4615 toString() => super.toString(); |
4616 } | 4616 } |
4617 | 4617 |
4618 """],"dart:svg": ["dart:svg", "dart:svg_js_interop_patch.dart", """import 'dart:
js' as js_library; | 4618 """],"dart:svg": ["dart:svg", "dart:svg_js_interop_patch.dart", """import 'dart:
js' as js_library; |
4619 | 4619 |
4620 /** | 4620 /** |
4621 * Placeholder object for cases where we need to determine exactly how many | 4621 * Placeholder object for cases where we need to determine exactly how many |
4622 * args were passed to a function. | 4622 * args were passed to a function. |
4623 */ | 4623 */ |
4624 const _UNDEFINED_JS_CONST = const Object(); | 4624 const _UNDEFINED_JS_CONST = const Object(); |
4625 | 4625 |
| 4626 patch class AElement { |
| 4627 static Type get instanceRuntimeType => AElementImpl; |
| 4628 |
| 4629 } |
| 4630 class AElementImpl extends AElement implements js_library.JSObjectInterfacesDom
{ |
| 4631 AElementImpl.internal_() : super.internal_(); |
| 4632 get runtimeType => AElement; |
| 4633 toString() => super.toString(); |
| 4634 } |
| 4635 patch class Angle { |
| 4636 static Type get instanceRuntimeType => AngleImpl; |
| 4637 |
| 4638 } |
| 4639 class AngleImpl extends Angle implements js_library.JSObjectInterfacesDom { |
| 4640 AngleImpl.internal_() : super.internal_(); |
| 4641 get runtimeType => Angle; |
| 4642 toString() => super.toString(); |
| 4643 } |
| 4644 patch class AnimateElement { |
| 4645 static Type get instanceRuntimeType => AnimateElementImpl; |
| 4646 |
| 4647 } |
| 4648 class AnimateElementImpl extends AnimateElement implements js_library.JSObjectIn
terfacesDom { |
| 4649 AnimateElementImpl.internal_() : super.internal_(); |
| 4650 get runtimeType => AnimateElement; |
| 4651 toString() => super.toString(); |
| 4652 } |
| 4653 patch class AnimateMotionElement { |
| 4654 static Type get instanceRuntimeType => AnimateMotionElementImpl; |
| 4655 |
| 4656 } |
| 4657 class AnimateMotionElementImpl extends AnimateMotionElement implements js_librar
y.JSObjectInterfacesDom { |
| 4658 AnimateMotionElementImpl.internal_() : super.internal_(); |
| 4659 get runtimeType => AnimateMotionElement; |
| 4660 toString() => super.toString(); |
| 4661 } |
| 4662 patch class AnimateTransformElement { |
| 4663 static Type get instanceRuntimeType => AnimateTransformElementImpl; |
| 4664 |
| 4665 } |
| 4666 class AnimateTransformElementImpl extends AnimateTransformElement implements js_
library.JSObjectInterfacesDom { |
| 4667 AnimateTransformElementImpl.internal_() : super.internal_(); |
| 4668 get runtimeType => AnimateTransformElement; |
| 4669 toString() => super.toString(); |
| 4670 } |
| 4671 patch class AnimatedAngle { |
| 4672 static Type get instanceRuntimeType => AnimatedAngleImpl; |
| 4673 |
| 4674 } |
| 4675 class AnimatedAngleImpl extends AnimatedAngle implements js_library.JSObjectInte
rfacesDom { |
| 4676 AnimatedAngleImpl.internal_() : super.internal_(); |
| 4677 get runtimeType => AnimatedAngle; |
| 4678 toString() => super.toString(); |
| 4679 } |
| 4680 patch class AnimatedBoolean { |
| 4681 static Type get instanceRuntimeType => AnimatedBooleanImpl; |
| 4682 |
| 4683 } |
| 4684 class AnimatedBooleanImpl extends AnimatedBoolean implements js_library.JSObject
InterfacesDom { |
| 4685 AnimatedBooleanImpl.internal_() : super.internal_(); |
| 4686 get runtimeType => AnimatedBoolean; |
| 4687 toString() => super.toString(); |
| 4688 } |
| 4689 patch class AnimatedEnumeration { |
| 4690 static Type get instanceRuntimeType => AnimatedEnumerationImpl; |
| 4691 |
| 4692 } |
| 4693 class AnimatedEnumerationImpl extends AnimatedEnumeration implements js_library.
JSObjectInterfacesDom { |
| 4694 AnimatedEnumerationImpl.internal_() : super.internal_(); |
| 4695 get runtimeType => AnimatedEnumeration; |
| 4696 toString() => super.toString(); |
| 4697 } |
| 4698 patch class AnimatedInteger { |
| 4699 static Type get instanceRuntimeType => AnimatedIntegerImpl; |
| 4700 |
| 4701 } |
| 4702 class AnimatedIntegerImpl extends AnimatedInteger implements js_library.JSObject
InterfacesDom { |
| 4703 AnimatedIntegerImpl.internal_() : super.internal_(); |
| 4704 get runtimeType => AnimatedInteger; |
| 4705 toString() => super.toString(); |
| 4706 } |
| 4707 patch class AnimatedLength { |
| 4708 static Type get instanceRuntimeType => AnimatedLengthImpl; |
| 4709 |
| 4710 } |
| 4711 class AnimatedLengthImpl extends AnimatedLength implements js_library.JSObjectIn
terfacesDom { |
| 4712 AnimatedLengthImpl.internal_() : super.internal_(); |
| 4713 get runtimeType => AnimatedLength; |
| 4714 toString() => super.toString(); |
| 4715 } |
| 4716 patch class AnimatedLengthList { |
| 4717 static Type get instanceRuntimeType => AnimatedLengthListImpl; |
| 4718 |
| 4719 } |
| 4720 class AnimatedLengthListImpl extends AnimatedLengthList implements js_library.JS
ObjectInterfacesDom { |
| 4721 AnimatedLengthListImpl.internal_() : super.internal_(); |
| 4722 get runtimeType => AnimatedLengthList; |
| 4723 toString() => super.toString(); |
| 4724 } |
| 4725 patch class AnimatedNumber { |
| 4726 static Type get instanceRuntimeType => AnimatedNumberImpl; |
| 4727 |
| 4728 } |
| 4729 class AnimatedNumberImpl extends AnimatedNumber implements js_library.JSObjectIn
terfacesDom { |
| 4730 AnimatedNumberImpl.internal_() : super.internal_(); |
| 4731 get runtimeType => AnimatedNumber; |
| 4732 toString() => super.toString(); |
| 4733 } |
| 4734 patch class AnimatedNumberList { |
| 4735 static Type get instanceRuntimeType => AnimatedNumberListImpl; |
| 4736 |
| 4737 } |
| 4738 class AnimatedNumberListImpl extends AnimatedNumberList implements js_library.JS
ObjectInterfacesDom { |
| 4739 AnimatedNumberListImpl.internal_() : super.internal_(); |
| 4740 get runtimeType => AnimatedNumberList; |
| 4741 toString() => super.toString(); |
| 4742 } |
| 4743 patch class AnimatedPreserveAspectRatio { |
| 4744 static Type get instanceRuntimeType => AnimatedPreserveAspectRatioImpl; |
| 4745 |
| 4746 } |
| 4747 class AnimatedPreserveAspectRatioImpl extends AnimatedPreserveAspectRatio implem
ents js_library.JSObjectInterfacesDom { |
| 4748 AnimatedPreserveAspectRatioImpl.internal_() : super.internal_(); |
| 4749 get runtimeType => AnimatedPreserveAspectRatio; |
| 4750 toString() => super.toString(); |
| 4751 } |
| 4752 patch class AnimatedRect { |
| 4753 static Type get instanceRuntimeType => AnimatedRectImpl; |
| 4754 |
| 4755 } |
| 4756 class AnimatedRectImpl extends AnimatedRect implements js_library.JSObjectInterf
acesDom { |
| 4757 AnimatedRectImpl.internal_() : super.internal_(); |
| 4758 get runtimeType => AnimatedRect; |
| 4759 toString() => super.toString(); |
| 4760 } |
4626 patch class AnimatedString { | 4761 patch class AnimatedString { |
4627 static Type get instanceRuntimeType => AnimatedStringImpl; | 4762 static Type get instanceRuntimeType => AnimatedStringImpl; |
4628 | 4763 |
4629 } | 4764 } |
4630 class AnimatedStringImpl extends AnimatedString implements js_library.JSObjectIn
terfacesDom { | 4765 class AnimatedStringImpl extends AnimatedString implements js_library.JSObjectIn
terfacesDom { |
4631 AnimatedStringImpl.internal_() : super.internal_(); | 4766 AnimatedStringImpl.internal_() : super.internal_(); |
4632 get runtimeType => AnimatedString; | 4767 get runtimeType => AnimatedString; |
4633 toString() => super.toString(); | 4768 toString() => super.toString(); |
4634 } | 4769 } |
4635 patch class FilterElement { | 4770 patch class AnimatedTransformList { |
4636 static Type get instanceRuntimeType => FilterElementImpl; | 4771 static Type get instanceRuntimeType => AnimatedTransformListImpl; |
4637 | 4772 |
4638 } | 4773 } |
4639 class FilterElementImpl extends FilterElement implements js_library.JSObjectInte
rfacesDom { | 4774 class AnimatedTransformListImpl extends AnimatedTransformList implements js_libr
ary.JSObjectInterfacesDom { |
4640 FilterElementImpl.internal_() : super.internal_(); | 4775 AnimatedTransformListImpl.internal_() : super.internal_(); |
4641 get runtimeType => FilterElement; | 4776 get runtimeType => AnimatedTransformList; |
4642 toString() => super.toString(); | 4777 toString() => super.toString(); |
4643 } | 4778 } |
4644 patch class FilterPrimitiveStandardAttributes { | 4779 patch class AnimationElement { |
4645 static Type get instanceRuntimeType => FilterPrimitiveStandardAttributesImpl; | 4780 static Type get instanceRuntimeType => AnimationElementImpl; |
4646 | 4781 |
4647 } | 4782 } |
4648 class FilterPrimitiveStandardAttributesImpl extends FilterPrimitiveStandardAttri
butes implements js_library.JSObjectInterfacesDom { | 4783 class AnimationElementImpl extends AnimationElement implements js_library.JSObje
ctInterfacesDom { |
4649 FilterPrimitiveStandardAttributesImpl.internal_() : super.internal_(); | 4784 AnimationElementImpl.internal_() : super.internal_(); |
4650 get runtimeType => FilterPrimitiveStandardAttributes; | 4785 get runtimeType => AnimationElement; |
4651 toString() => super.toString(); | 4786 toString() => super.toString(); |
4652 } | 4787 } |
4653 patch class PathSegLinetoRel { | 4788 patch class CircleElement { |
4654 static Type get instanceRuntimeType => PathSegLinetoRelImpl; | 4789 static Type get instanceRuntimeType => CircleElementImpl; |
4655 | 4790 |
4656 } | 4791 } |
4657 class PathSegLinetoRelImpl extends PathSegLinetoRel implements js_library.JSObje
ctInterfacesDom { | 4792 class CircleElementImpl extends CircleElement implements js_library.JSObjectInte
rfacesDom { |
4658 PathSegLinetoRelImpl.internal_() : super.internal_(); | 4793 CircleElementImpl.internal_() : super.internal_(); |
4659 get runtimeType => PathSegLinetoRel; | 4794 get runtimeType => CircleElement; |
4660 toString() => super.toString(); | 4795 toString() => super.toString(); |
4661 } | 4796 } |
4662 patch class UriReference { | 4797 patch class ClipPathElement { |
4663 static Type get instanceRuntimeType => UriReferenceImpl; | 4798 static Type get instanceRuntimeType => ClipPathElementImpl; |
4664 | 4799 |
4665 } | 4800 } |
4666 class UriReferenceImpl extends UriReference implements js_library.JSObjectInterf
acesDom { | 4801 class ClipPathElementImpl extends ClipPathElement implements js_library.JSObject
InterfacesDom { |
4667 UriReferenceImpl.internal_() : super.internal_(); | 4802 ClipPathElementImpl.internal_() : super.internal_(); |
4668 get runtimeType => UriReference; | 4803 get runtimeType => ClipPathElement; |
4669 toString() => super.toString(); | |
4670 } | |
4671 patch class ImageElement { | |
4672 static Type get instanceRuntimeType => ImageElementImpl; | |
4673 | |
4674 } | |
4675 class ImageElementImpl extends ImageElement implements js_library.JSObjectInterf
acesDom { | |
4676 ImageElementImpl.internal_() : super.internal_(); | |
4677 get runtimeType => ImageElement; | |
4678 toString() => super.toString(); | |
4679 } | |
4680 patch class StyleElement { | |
4681 static Type get instanceRuntimeType => StyleElementImpl; | |
4682 | |
4683 } | |
4684 class StyleElementImpl extends StyleElement implements js_library.JSObjectInterf
acesDom { | |
4685 StyleElementImpl.internal_() : super.internal_(); | |
4686 get runtimeType => StyleElement; | |
4687 toString() => super.toString(); | |
4688 } | |
4689 patch class AnimatedPreserveAspectRatio { | |
4690 static Type get instanceRuntimeType => AnimatedPreserveAspectRatioImpl; | |
4691 | |
4692 } | |
4693 class AnimatedPreserveAspectRatioImpl extends AnimatedPreserveAspectRatio implem
ents js_library.JSObjectInterfacesDom { | |
4694 AnimatedPreserveAspectRatioImpl.internal_() : super.internal_(); | |
4695 get runtimeType => AnimatedPreserveAspectRatio; | |
4696 toString() => super.toString(); | |
4697 } | |
4698 patch class TextElement { | |
4699 static Type get instanceRuntimeType => TextElementImpl; | |
4700 | |
4701 } | |
4702 class TextElementImpl extends TextElement implements js_library.JSObjectInterfac
esDom { | |
4703 TextElementImpl.internal_() : super.internal_(); | |
4704 get runtimeType => TextElement; | |
4705 toString() => super.toString(); | 4804 toString() => super.toString(); |
4706 } | 4805 } |
4707 patch class DefsElement { | 4806 patch class DefsElement { |
4708 static Type get instanceRuntimeType => DefsElementImpl; | 4807 static Type get instanceRuntimeType => DefsElementImpl; |
4709 | 4808 |
4710 } | 4809 } |
4711 class DefsElementImpl extends DefsElement implements js_library.JSObjectInterfac
esDom { | 4810 class DefsElementImpl extends DefsElement implements js_library.JSObjectInterfac
esDom { |
4712 DefsElementImpl.internal_() : super.internal_(); | 4811 DefsElementImpl.internal_() : super.internal_(); |
4713 get runtimeType => DefsElement; | 4812 get runtimeType => DefsElement; |
4714 toString() => super.toString(); | 4813 toString() => super.toString(); |
4715 } | 4814 } |
4716 patch class FEDiffuseLightingElement { | 4815 patch class DescElement { |
4717 static Type get instanceRuntimeType => FEDiffuseLightingElementImpl; | 4816 static Type get instanceRuntimeType => DescElementImpl; |
4718 | 4817 |
4719 } | 4818 } |
4720 class FEDiffuseLightingElementImpl extends FEDiffuseLightingElement implements j
s_library.JSObjectInterfacesDom { | 4819 class DescElementImpl extends DescElement implements js_library.JSObjectInterfac
esDom { |
4721 FEDiffuseLightingElementImpl.internal_() : super.internal_(); | 4820 DescElementImpl.internal_() : super.internal_(); |
4722 get runtimeType => FEDiffuseLightingElement; | 4821 get runtimeType => DescElement; |
4723 toString() => super.toString(); | 4822 toString() => super.toString(); |
4724 } | 4823 } |
4725 patch class FETileElement { | 4824 patch class DiscardElement { |
4726 static Type get instanceRuntimeType => FETileElementImpl; | 4825 static Type get instanceRuntimeType => DiscardElementImpl; |
4727 | 4826 |
4728 } | 4827 } |
4729 class FETileElementImpl extends FETileElement implements js_library.JSObjectInte
rfacesDom { | 4828 class DiscardElementImpl extends DiscardElement implements js_library.JSObjectIn
terfacesDom { |
4730 FETileElementImpl.internal_() : super.internal_(); | 4829 DiscardElementImpl.internal_() : super.internal_(); |
4731 get runtimeType => FETileElement; | 4830 get runtimeType => DiscardElement; |
4732 toString() => super.toString(); | |
4733 } | |
4734 patch class PathSegLinetoHorizontalAbs { | |
4735 static Type get instanceRuntimeType => PathSegLinetoHorizontalAbsImpl; | |
4736 | |
4737 } | |
4738 class PathSegLinetoHorizontalAbsImpl extends PathSegLinetoHorizontalAbs implemen
ts js_library.JSObjectInterfacesDom { | |
4739 PathSegLinetoHorizontalAbsImpl.internal_() : super.internal_(); | |
4740 get runtimeType => PathSegLinetoHorizontalAbs; | |
4741 toString() => super.toString(); | |
4742 } | |
4743 patch class PathSegMovetoRel { | |
4744 static Type get instanceRuntimeType => PathSegMovetoRelImpl; | |
4745 | |
4746 } | |
4747 class PathSegMovetoRelImpl extends PathSegMovetoRel implements js_library.JSObje
ctInterfacesDom { | |
4748 PathSegMovetoRelImpl.internal_() : super.internal_(); | |
4749 get runtimeType => PathSegMovetoRel; | |
4750 toString() => super.toString(); | |
4751 } | |
4752 patch class _SVGFEDropShadowElement { | |
4753 static Type get instanceRuntimeType => _SVGFEDropShadowElementImpl; | |
4754 | |
4755 } | |
4756 class _SVGFEDropShadowElementImpl extends _SVGFEDropShadowElement implements js_
library.JSObjectInterfacesDom { | |
4757 _SVGFEDropShadowElementImpl.internal_() : super.internal_(); | |
4758 get runtimeType => _SVGFEDropShadowElement; | |
4759 toString() => super.toString(); | |
4760 } | |
4761 patch class Transform { | |
4762 static Type get instanceRuntimeType => TransformImpl; | |
4763 | |
4764 } | |
4765 class TransformImpl extends Transform implements js_library.JSObjectInterfacesDo
m { | |
4766 TransformImpl.internal_() : super.internal_(); | |
4767 get runtimeType => Transform; | |
4768 toString() => super.toString(); | |
4769 } | |
4770 patch class PathSegArcRel { | |
4771 static Type get instanceRuntimeType => PathSegArcRelImpl; | |
4772 | |
4773 } | |
4774 class PathSegArcRelImpl extends PathSegArcRel implements js_library.JSObjectInte
rfacesDom { | |
4775 PathSegArcRelImpl.internal_() : super.internal_(); | |
4776 get runtimeType => PathSegArcRel; | |
4777 toString() => super.toString(); | |
4778 } | |
4779 patch class AnimateElement { | |
4780 static Type get instanceRuntimeType => AnimateElementImpl; | |
4781 | |
4782 } | |
4783 class AnimateElementImpl extends AnimateElement implements js_library.JSObjectIn
terfacesDom { | |
4784 AnimateElementImpl.internal_() : super.internal_(); | |
4785 get runtimeType => AnimateElement; | |
4786 toString() => super.toString(); | |
4787 } | |
4788 patch class PolylineElement { | |
4789 static Type get instanceRuntimeType => PolylineElementImpl; | |
4790 | |
4791 } | |
4792 class PolylineElementImpl extends PolylineElement implements js_library.JSObject
InterfacesDom { | |
4793 PolylineElementImpl.internal_() : super.internal_(); | |
4794 get runtimeType => PolylineElement; | |
4795 toString() => super.toString(); | |
4796 } | |
4797 patch class AnimatedRect { | |
4798 static Type get instanceRuntimeType => AnimatedRectImpl; | |
4799 | |
4800 } | |
4801 class AnimatedRectImpl extends AnimatedRect implements js_library.JSObjectInterf
acesDom { | |
4802 AnimatedRectImpl.internal_() : super.internal_(); | |
4803 get runtimeType => AnimatedRect; | |
4804 toString() => super.toString(); | |
4805 } | |
4806 patch class GraphicsElement { | |
4807 static Type get instanceRuntimeType => GraphicsElementImpl; | |
4808 | |
4809 } | |
4810 class GraphicsElementImpl extends GraphicsElement implements js_library.JSObject
InterfacesDom { | |
4811 GraphicsElementImpl.internal_() : super.internal_(); | |
4812 get runtimeType => GraphicsElement; | |
4813 toString() => super.toString(); | |
4814 } | |
4815 patch class TransformList { | |
4816 static Type get instanceRuntimeType => TransformListImpl; | |
4817 | |
4818 } | |
4819 class TransformListImpl extends TransformList implements js_library.JSObjectInte
rfacesDom { | |
4820 TransformListImpl.internal_() : super.internal_(); | |
4821 get runtimeType => TransformList; | |
4822 toString() => super.toString(); | 4831 toString() => super.toString(); |
4823 } | 4832 } |
4824 patch class EllipseElement { | 4833 patch class EllipseElement { |
4825 static Type get instanceRuntimeType => EllipseElementImpl; | 4834 static Type get instanceRuntimeType => EllipseElementImpl; |
4826 | 4835 |
4827 } | 4836 } |
4828 class EllipseElementImpl extends EllipseElement implements js_library.JSObjectIn
terfacesDom { | 4837 class EllipseElementImpl extends EllipseElement implements js_library.JSObjectIn
terfacesDom { |
4829 EllipseElementImpl.internal_() : super.internal_(); | 4838 EllipseElementImpl.internal_() : super.internal_(); |
4830 get runtimeType => EllipseElement; | 4839 get runtimeType => EllipseElement; |
4831 toString() => super.toString(); | 4840 toString() => super.toString(); |
4832 } | 4841 } |
4833 patch class FEFuncGElement { | 4842 patch class FEBlendElement { |
4834 static Type get instanceRuntimeType => FEFuncGElementImpl; | 4843 static Type get instanceRuntimeType => FEBlendElementImpl; |
4835 | 4844 |
4836 } | 4845 } |
4837 class FEFuncGElementImpl extends FEFuncGElement implements js_library.JSObjectIn
terfacesDom { | 4846 class FEBlendElementImpl extends FEBlendElement implements js_library.JSObjectIn
terfacesDom { |
4838 FEFuncGElementImpl.internal_() : super.internal_(); | 4847 FEBlendElementImpl.internal_() : super.internal_(); |
4839 get runtimeType => FEFuncGElement; | 4848 get runtimeType => FEBlendElement; |
4840 toString() => super.toString(); | 4849 toString() => super.toString(); |
4841 } | 4850 } |
4842 patch class PointList { | 4851 patch class FEColorMatrixElement { |
4843 static Type get instanceRuntimeType => PointListImpl; | 4852 static Type get instanceRuntimeType => FEColorMatrixElementImpl; |
4844 | 4853 |
4845 } | 4854 } |
4846 class PointListImpl extends PointList implements js_library.JSObjectInterfacesDo
m { | 4855 class FEColorMatrixElementImpl extends FEColorMatrixElement implements js_librar
y.JSObjectInterfacesDom { |
4847 PointListImpl.internal_() : super.internal_(); | 4856 FEColorMatrixElementImpl.internal_() : super.internal_(); |
4848 get runtimeType => PointList; | 4857 get runtimeType => FEColorMatrixElement; |
4849 toString() => super.toString(); | 4858 toString() => super.toString(); |
4850 } | 4859 } |
4851 patch class FEMergeElement { | 4860 patch class FEComponentTransferElement { |
4852 static Type get instanceRuntimeType => FEMergeElementImpl; | 4861 static Type get instanceRuntimeType => FEComponentTransferElementImpl; |
4853 | 4862 |
4854 } | 4863 } |
4855 class FEMergeElementImpl extends FEMergeElement implements js_library.JSObjectIn
terfacesDom { | 4864 class FEComponentTransferElementImpl extends FEComponentTransferElement implemen
ts js_library.JSObjectInterfacesDom { |
4856 FEMergeElementImpl.internal_() : super.internal_(); | 4865 FEComponentTransferElementImpl.internal_() : super.internal_(); |
4857 get runtimeType => FEMergeElement; | 4866 get runtimeType => FEComponentTransferElement; |
4858 toString() => super.toString(); | 4867 toString() => super.toString(); |
4859 } | 4868 } |
4860 patch class CircleElement { | 4869 patch class FECompositeElement { |
4861 static Type get instanceRuntimeType => CircleElementImpl; | 4870 static Type get instanceRuntimeType => FECompositeElementImpl; |
4862 | 4871 |
4863 } | 4872 } |
4864 class CircleElementImpl extends CircleElement implements js_library.JSObjectInte
rfacesDom { | 4873 class FECompositeElementImpl extends FECompositeElement implements js_library.JS
ObjectInterfacesDom { |
4865 CircleElementImpl.internal_() : super.internal_(); | 4874 FECompositeElementImpl.internal_() : super.internal_(); |
4866 get runtimeType => CircleElement; | 4875 get runtimeType => FECompositeElement; |
4867 toString() => super.toString(); | 4876 toString() => super.toString(); |
4868 } | 4877 } |
4869 patch class AnimatedNumberList { | 4878 patch class FEConvolveMatrixElement { |
4870 static Type get instanceRuntimeType => AnimatedNumberListImpl; | 4879 static Type get instanceRuntimeType => FEConvolveMatrixElementImpl; |
4871 | 4880 |
4872 } | 4881 } |
4873 class AnimatedNumberListImpl extends AnimatedNumberList implements js_library.JS
ObjectInterfacesDom { | 4882 class FEConvolveMatrixElementImpl extends FEConvolveMatrixElement implements js_
library.JSObjectInterfacesDom { |
4874 AnimatedNumberListImpl.internal_() : super.internal_(); | 4883 FEConvolveMatrixElementImpl.internal_() : super.internal_(); |
4875 get runtimeType => AnimatedNumberList; | 4884 get runtimeType => FEConvolveMatrixElement; |
4876 toString() => super.toString(); | 4885 toString() => super.toString(); |
4877 } | 4886 } |
4878 patch class SwitchElement { | 4887 patch class FEDiffuseLightingElement { |
4879 static Type get instanceRuntimeType => SwitchElementImpl; | 4888 static Type get instanceRuntimeType => FEDiffuseLightingElementImpl; |
4880 | 4889 |
4881 } | 4890 } |
4882 class SwitchElementImpl extends SwitchElement implements js_library.JSObjectInte
rfacesDom { | 4891 class FEDiffuseLightingElementImpl extends FEDiffuseLightingElement implements j
s_library.JSObjectInterfacesDom { |
4883 SwitchElementImpl.internal_() : super.internal_(); | 4892 FEDiffuseLightingElementImpl.internal_() : super.internal_(); |
4884 get runtimeType => SwitchElement; | 4893 get runtimeType => FEDiffuseLightingElement; |
4885 toString() => super.toString(); | 4894 toString() => super.toString(); |
4886 } | 4895 } |
4887 patch class RadialGradientElement { | 4896 patch class FEDisplacementMapElement { |
4888 static Type get instanceRuntimeType => RadialGradientElementImpl; | 4897 static Type get instanceRuntimeType => FEDisplacementMapElementImpl; |
4889 | 4898 |
4890 } | 4899 } |
4891 class RadialGradientElementImpl extends RadialGradientElement implements js_libr
ary.JSObjectInterfacesDom { | 4900 class FEDisplacementMapElementImpl extends FEDisplacementMapElement implements j
s_library.JSObjectInterfacesDom { |
4892 RadialGradientElementImpl.internal_() : super.internal_(); | 4901 FEDisplacementMapElementImpl.internal_() : super.internal_(); |
4893 get runtimeType => RadialGradientElement; | 4902 get runtimeType => FEDisplacementMapElement; |
4894 toString() => super.toString(); | 4903 toString() => super.toString(); |
4895 } | 4904 } |
4896 patch class FEDistantLightElement { | 4905 patch class FEDistantLightElement { |
4897 static Type get instanceRuntimeType => FEDistantLightElementImpl; | 4906 static Type get instanceRuntimeType => FEDistantLightElementImpl; |
4898 | 4907 |
4899 } | 4908 } |
4900 class FEDistantLightElementImpl extends FEDistantLightElement implements js_libr
ary.JSObjectInterfacesDom { | 4909 class FEDistantLightElementImpl extends FEDistantLightElement implements js_libr
ary.JSObjectInterfacesDom { |
4901 FEDistantLightElementImpl.internal_() : super.internal_(); | 4910 FEDistantLightElementImpl.internal_() : super.internal_(); |
4902 get runtimeType => FEDistantLightElement; | 4911 get runtimeType => FEDistantLightElement; |
4903 toString() => super.toString(); | 4912 toString() => super.toString(); |
4904 } | 4913 } |
| 4914 patch class FEFloodElement { |
| 4915 static Type get instanceRuntimeType => FEFloodElementImpl; |
| 4916 |
| 4917 } |
| 4918 class FEFloodElementImpl extends FEFloodElement implements js_library.JSObjectIn
terfacesDom { |
| 4919 FEFloodElementImpl.internal_() : super.internal_(); |
| 4920 get runtimeType => FEFloodElement; |
| 4921 toString() => super.toString(); |
| 4922 } |
| 4923 patch class FEFuncAElement { |
| 4924 static Type get instanceRuntimeType => FEFuncAElementImpl; |
| 4925 |
| 4926 } |
| 4927 class FEFuncAElementImpl extends FEFuncAElement implements js_library.JSObjectIn
terfacesDom { |
| 4928 FEFuncAElementImpl.internal_() : super.internal_(); |
| 4929 get runtimeType => FEFuncAElement; |
| 4930 toString() => super.toString(); |
| 4931 } |
| 4932 patch class FEFuncBElement { |
| 4933 static Type get instanceRuntimeType => FEFuncBElementImpl; |
| 4934 |
| 4935 } |
| 4936 class FEFuncBElementImpl extends FEFuncBElement implements js_library.JSObjectIn
terfacesDom { |
| 4937 FEFuncBElementImpl.internal_() : super.internal_(); |
| 4938 get runtimeType => FEFuncBElement; |
| 4939 toString() => super.toString(); |
| 4940 } |
| 4941 patch class FEFuncGElement { |
| 4942 static Type get instanceRuntimeType => FEFuncGElementImpl; |
| 4943 |
| 4944 } |
| 4945 class FEFuncGElementImpl extends FEFuncGElement implements js_library.JSObjectIn
terfacesDom { |
| 4946 FEFuncGElementImpl.internal_() : super.internal_(); |
| 4947 get runtimeType => FEFuncGElement; |
| 4948 toString() => super.toString(); |
| 4949 } |
| 4950 patch class FEFuncRElement { |
| 4951 static Type get instanceRuntimeType => FEFuncRElementImpl; |
| 4952 |
| 4953 } |
| 4954 class FEFuncRElementImpl extends FEFuncRElement implements js_library.JSObjectIn
terfacesDom { |
| 4955 FEFuncRElementImpl.internal_() : super.internal_(); |
| 4956 get runtimeType => FEFuncRElement; |
| 4957 toString() => super.toString(); |
| 4958 } |
| 4959 patch class FEGaussianBlurElement { |
| 4960 static Type get instanceRuntimeType => FEGaussianBlurElementImpl; |
| 4961 |
| 4962 } |
| 4963 class FEGaussianBlurElementImpl extends FEGaussianBlurElement implements js_libr
ary.JSObjectInterfacesDom { |
| 4964 FEGaussianBlurElementImpl.internal_() : super.internal_(); |
| 4965 get runtimeType => FEGaussianBlurElement; |
| 4966 toString() => super.toString(); |
| 4967 } |
| 4968 patch class FEImageElement { |
| 4969 static Type get instanceRuntimeType => FEImageElementImpl; |
| 4970 |
| 4971 } |
| 4972 class FEImageElementImpl extends FEImageElement implements js_library.JSObjectIn
terfacesDom { |
| 4973 FEImageElementImpl.internal_() : super.internal_(); |
| 4974 get runtimeType => FEImageElement; |
| 4975 toString() => super.toString(); |
| 4976 } |
| 4977 patch class FEMergeElement { |
| 4978 static Type get instanceRuntimeType => FEMergeElementImpl; |
| 4979 |
| 4980 } |
| 4981 class FEMergeElementImpl extends FEMergeElement implements js_library.JSObjectIn
terfacesDom { |
| 4982 FEMergeElementImpl.internal_() : super.internal_(); |
| 4983 get runtimeType => FEMergeElement; |
| 4984 toString() => super.toString(); |
| 4985 } |
| 4986 patch class FEMergeNodeElement { |
| 4987 static Type get instanceRuntimeType => FEMergeNodeElementImpl; |
| 4988 |
| 4989 } |
| 4990 class FEMergeNodeElementImpl extends FEMergeNodeElement implements js_library.JS
ObjectInterfacesDom { |
| 4991 FEMergeNodeElementImpl.internal_() : super.internal_(); |
| 4992 get runtimeType => FEMergeNodeElement; |
| 4993 toString() => super.toString(); |
| 4994 } |
| 4995 patch class FEMorphologyElement { |
| 4996 static Type get instanceRuntimeType => FEMorphologyElementImpl; |
| 4997 |
| 4998 } |
| 4999 class FEMorphologyElementImpl extends FEMorphologyElement implements js_library.
JSObjectInterfacesDom { |
| 5000 FEMorphologyElementImpl.internal_() : super.internal_(); |
| 5001 get runtimeType => FEMorphologyElement; |
| 5002 toString() => super.toString(); |
| 5003 } |
| 5004 patch class FEOffsetElement { |
| 5005 static Type get instanceRuntimeType => FEOffsetElementImpl; |
| 5006 |
| 5007 } |
| 5008 class FEOffsetElementImpl extends FEOffsetElement implements js_library.JSObject
InterfacesDom { |
| 5009 FEOffsetElementImpl.internal_() : super.internal_(); |
| 5010 get runtimeType => FEOffsetElement; |
| 5011 toString() => super.toString(); |
| 5012 } |
| 5013 patch class FEPointLightElement { |
| 5014 static Type get instanceRuntimeType => FEPointLightElementImpl; |
| 5015 |
| 5016 } |
| 5017 class FEPointLightElementImpl extends FEPointLightElement implements js_library.
JSObjectInterfacesDom { |
| 5018 FEPointLightElementImpl.internal_() : super.internal_(); |
| 5019 get runtimeType => FEPointLightElement; |
| 5020 toString() => super.toString(); |
| 5021 } |
| 5022 patch class FESpecularLightingElement { |
| 5023 static Type get instanceRuntimeType => FESpecularLightingElementImpl; |
| 5024 |
| 5025 } |
| 5026 class FESpecularLightingElementImpl extends FESpecularLightingElement implements
js_library.JSObjectInterfacesDom { |
| 5027 FESpecularLightingElementImpl.internal_() : super.internal_(); |
| 5028 get runtimeType => FESpecularLightingElement; |
| 5029 toString() => super.toString(); |
| 5030 } |
| 5031 patch class FESpotLightElement { |
| 5032 static Type get instanceRuntimeType => FESpotLightElementImpl; |
| 5033 |
| 5034 } |
| 5035 class FESpotLightElementImpl extends FESpotLightElement implements js_library.JS
ObjectInterfacesDom { |
| 5036 FESpotLightElementImpl.internal_() : super.internal_(); |
| 5037 get runtimeType => FESpotLightElement; |
| 5038 toString() => super.toString(); |
| 5039 } |
| 5040 patch class FETileElement { |
| 5041 static Type get instanceRuntimeType => FETileElementImpl; |
| 5042 |
| 5043 } |
| 5044 class FETileElementImpl extends FETileElement implements js_library.JSObjectInte
rfacesDom { |
| 5045 FETileElementImpl.internal_() : super.internal_(); |
| 5046 get runtimeType => FETileElement; |
| 5047 toString() => super.toString(); |
| 5048 } |
| 5049 patch class FETurbulenceElement { |
| 5050 static Type get instanceRuntimeType => FETurbulenceElementImpl; |
| 5051 |
| 5052 } |
| 5053 class FETurbulenceElementImpl extends FETurbulenceElement implements js_library.
JSObjectInterfacesDom { |
| 5054 FETurbulenceElementImpl.internal_() : super.internal_(); |
| 5055 get runtimeType => FETurbulenceElement; |
| 5056 toString() => super.toString(); |
| 5057 } |
| 5058 patch class FilterElement { |
| 5059 static Type get instanceRuntimeType => FilterElementImpl; |
| 5060 |
| 5061 } |
| 5062 class FilterElementImpl extends FilterElement implements js_library.JSObjectInte
rfacesDom { |
| 5063 FilterElementImpl.internal_() : super.internal_(); |
| 5064 get runtimeType => FilterElement; |
| 5065 toString() => super.toString(); |
| 5066 } |
| 5067 patch class FilterPrimitiveStandardAttributes { |
| 5068 static Type get instanceRuntimeType => FilterPrimitiveStandardAttributesImpl; |
| 5069 |
| 5070 } |
| 5071 class FilterPrimitiveStandardAttributesImpl extends FilterPrimitiveStandardAttri
butes implements js_library.JSObjectInterfacesDom { |
| 5072 FilterPrimitiveStandardAttributesImpl.internal_() : super.internal_(); |
| 5073 get runtimeType => FilterPrimitiveStandardAttributes; |
| 5074 toString() => super.toString(); |
| 5075 } |
| 5076 patch class FitToViewBox { |
| 5077 static Type get instanceRuntimeType => FitToViewBoxImpl; |
| 5078 |
| 5079 } |
| 5080 class FitToViewBoxImpl extends FitToViewBox implements js_library.JSObjectInterf
acesDom { |
| 5081 FitToViewBoxImpl.internal_() : super.internal_(); |
| 5082 get runtimeType => FitToViewBox; |
| 5083 toString() => super.toString(); |
| 5084 } |
| 5085 patch class ForeignObjectElement { |
| 5086 static Type get instanceRuntimeType => ForeignObjectElementImpl; |
| 5087 |
| 5088 } |
| 5089 class ForeignObjectElementImpl extends ForeignObjectElement implements js_librar
y.JSObjectInterfacesDom { |
| 5090 ForeignObjectElementImpl.internal_() : super.internal_(); |
| 5091 get runtimeType => ForeignObjectElement; |
| 5092 toString() => super.toString(); |
| 5093 } |
| 5094 patch class GElement { |
| 5095 static Type get instanceRuntimeType => GElementImpl; |
| 5096 |
| 5097 } |
| 5098 class GElementImpl extends GElement implements js_library.JSObjectInterfacesDom
{ |
| 5099 GElementImpl.internal_() : super.internal_(); |
| 5100 get runtimeType => GElement; |
| 5101 toString() => super.toString(); |
| 5102 } |
| 5103 patch class GeometryElement { |
| 5104 static Type get instanceRuntimeType => GeometryElementImpl; |
| 5105 |
| 5106 } |
| 5107 class GeometryElementImpl extends GeometryElement implements js_library.JSObject
InterfacesDom { |
| 5108 GeometryElementImpl.internal_() : super.internal_(); |
| 5109 get runtimeType => GeometryElement; |
| 5110 toString() => super.toString(); |
| 5111 } |
| 5112 patch class GraphicsElement { |
| 5113 static Type get instanceRuntimeType => GraphicsElementImpl; |
| 5114 |
| 5115 } |
| 5116 class GraphicsElementImpl extends GraphicsElement implements js_library.JSObject
InterfacesDom { |
| 5117 GraphicsElementImpl.internal_() : super.internal_(); |
| 5118 get runtimeType => GraphicsElement; |
| 5119 toString() => super.toString(); |
| 5120 } |
| 5121 patch class ImageElement { |
| 5122 static Type get instanceRuntimeType => ImageElementImpl; |
| 5123 |
| 5124 } |
| 5125 class ImageElementImpl extends ImageElement implements js_library.JSObjectInterf
acesDom { |
| 5126 ImageElementImpl.internal_() : super.internal_(); |
| 5127 get runtimeType => ImageElement; |
| 5128 toString() => super.toString(); |
| 5129 } |
| 5130 patch class Length { |
| 5131 static Type get instanceRuntimeType => LengthImpl; |
| 5132 |
| 5133 } |
| 5134 class LengthImpl extends Length implements js_library.JSObjectInterfacesDom { |
| 5135 LengthImpl.internal_() : super.internal_(); |
| 5136 get runtimeType => Length; |
| 5137 toString() => super.toString(); |
| 5138 } |
| 5139 patch class LengthList { |
| 5140 static Type get instanceRuntimeType => LengthListImpl; |
| 5141 |
| 5142 } |
| 5143 class LengthListImpl extends LengthList implements js_library.JSObjectInterfaces
Dom { |
| 5144 LengthListImpl.internal_() : super.internal_(); |
| 5145 get runtimeType => LengthList; |
| 5146 toString() => super.toString(); |
| 5147 } |
| 5148 patch class LineElement { |
| 5149 static Type get instanceRuntimeType => LineElementImpl; |
| 5150 |
| 5151 } |
| 5152 class LineElementImpl extends LineElement implements js_library.JSObjectInterfac
esDom { |
| 5153 LineElementImpl.internal_() : super.internal_(); |
| 5154 get runtimeType => LineElement; |
| 5155 toString() => super.toString(); |
| 5156 } |
4905 patch class LinearGradientElement { | 5157 patch class LinearGradientElement { |
4906 static Type get instanceRuntimeType => LinearGradientElementImpl; | 5158 static Type get instanceRuntimeType => LinearGradientElementImpl; |
4907 | 5159 |
4908 } | 5160 } |
4909 class LinearGradientElementImpl extends LinearGradientElement implements js_libr
ary.JSObjectInterfacesDom { | 5161 class LinearGradientElementImpl extends LinearGradientElement implements js_libr
ary.JSObjectInterfacesDom { |
4910 LinearGradientElementImpl.internal_() : super.internal_(); | 5162 LinearGradientElementImpl.internal_() : super.internal_(); |
4911 get runtimeType => LinearGradientElement; | 5163 get runtimeType => LinearGradientElement; |
4912 toString() => super.toString(); | 5164 toString() => super.toString(); |
4913 } | 5165 } |
4914 patch class TextPositioningElement { | 5166 patch class MarkerElement { |
4915 static Type get instanceRuntimeType => TextPositioningElementImpl; | 5167 static Type get instanceRuntimeType => MarkerElementImpl; |
4916 | 5168 |
4917 } | 5169 } |
4918 class TextPositioningElementImpl extends TextPositioningElement implements js_li
brary.JSObjectInterfacesDom { | 5170 class MarkerElementImpl extends MarkerElement implements js_library.JSObjectInte
rfacesDom { |
4919 TextPositioningElementImpl.internal_() : super.internal_(); | 5171 MarkerElementImpl.internal_() : super.internal_(); |
4920 get runtimeType => TextPositioningElement; | 5172 get runtimeType => MarkerElement; |
4921 toString() => super.toString(); | |
4922 } | |
4923 patch class PathSegCurvetoQuadraticRel { | |
4924 static Type get instanceRuntimeType => PathSegCurvetoQuadraticRelImpl; | |
4925 | |
4926 } | |
4927 class PathSegCurvetoQuadraticRelImpl extends PathSegCurvetoQuadraticRel implemen
ts js_library.JSObjectInterfacesDom { | |
4928 PathSegCurvetoQuadraticRelImpl.internal_() : super.internal_(); | |
4929 get runtimeType => PathSegCurvetoQuadraticRel; | |
4930 toString() => super.toString(); | |
4931 } | |
4932 patch class PathSegLinetoHorizontalRel { | |
4933 static Type get instanceRuntimeType => PathSegLinetoHorizontalRelImpl; | |
4934 | |
4935 } | |
4936 class PathSegLinetoHorizontalRelImpl extends PathSegLinetoHorizontalRel implemen
ts js_library.JSObjectInterfacesDom { | |
4937 PathSegLinetoHorizontalRelImpl.internal_() : super.internal_(); | |
4938 get runtimeType => PathSegLinetoHorizontalRel; | |
4939 toString() => super.toString(); | |
4940 } | |
4941 patch class StringList { | |
4942 static Type get instanceRuntimeType => StringListImpl; | |
4943 | |
4944 } | |
4945 class StringListImpl extends StringList implements js_library.JSObjectInterfaces
Dom { | |
4946 StringListImpl.internal_() : super.internal_(); | |
4947 get runtimeType => StringList; | |
4948 toString() => super.toString(); | |
4949 } | |
4950 patch class TextContentElement { | |
4951 static Type get instanceRuntimeType => TextContentElementImpl; | |
4952 | |
4953 } | |
4954 class TextContentElementImpl extends TextContentElement implements js_library.JS
ObjectInterfacesDom { | |
4955 TextContentElementImpl.internal_() : super.internal_(); | |
4956 get runtimeType => TextContentElement; | |
4957 toString() => super.toString(); | |
4958 } | |
4959 patch class FEConvolveMatrixElement { | |
4960 static Type get instanceRuntimeType => FEConvolveMatrixElementImpl; | |
4961 | |
4962 } | |
4963 class FEConvolveMatrixElementImpl extends FEConvolveMatrixElement implements js_
library.JSObjectInterfacesDom { | |
4964 FEConvolveMatrixElementImpl.internal_() : super.internal_(); | |
4965 get runtimeType => FEConvolveMatrixElement; | |
4966 toString() => super.toString(); | |
4967 } | |
4968 patch class PathSegLinetoAbs { | |
4969 static Type get instanceRuntimeType => PathSegLinetoAbsImpl; | |
4970 | |
4971 } | |
4972 class PathSegLinetoAbsImpl extends PathSegLinetoAbs implements js_library.JSObje
ctInterfacesDom { | |
4973 PathSegLinetoAbsImpl.internal_() : super.internal_(); | |
4974 get runtimeType => PathSegLinetoAbs; | |
4975 toString() => super.toString(); | |
4976 } | |
4977 patch class FESpecularLightingElement { | |
4978 static Type get instanceRuntimeType => FESpecularLightingElementImpl; | |
4979 | |
4980 } | |
4981 class FESpecularLightingElementImpl extends FESpecularLightingElement implements
js_library.JSObjectInterfacesDom { | |
4982 FESpecularLightingElementImpl.internal_() : super.internal_(); | |
4983 get runtimeType => FESpecularLightingElement; | |
4984 toString() => super.toString(); | |
4985 } | |
4986 patch class AnimatedTransformList { | |
4987 static Type get instanceRuntimeType => AnimatedTransformListImpl; | |
4988 | |
4989 } | |
4990 class AnimatedTransformListImpl extends AnimatedTransformList implements js_libr
ary.JSObjectInterfacesDom { | |
4991 AnimatedTransformListImpl.internal_() : super.internal_(); | |
4992 get runtimeType => AnimatedTransformList; | |
4993 toString() => super.toString(); | |
4994 } | |
4995 patch class FEGaussianBlurElement { | |
4996 static Type get instanceRuntimeType => FEGaussianBlurElementImpl; | |
4997 | |
4998 } | |
4999 class FEGaussianBlurElementImpl extends FEGaussianBlurElement implements js_libr
ary.JSObjectInterfacesDom { | |
5000 FEGaussianBlurElementImpl.internal_() : super.internal_(); | |
5001 get runtimeType => FEGaussianBlurElement; | |
5002 toString() => super.toString(); | |
5003 } | |
5004 patch class Number { | |
5005 static Type get instanceRuntimeType => NumberImpl; | |
5006 | |
5007 } | |
5008 class NumberImpl extends Number implements js_library.JSObjectInterfacesDom { | |
5009 NumberImpl.internal_() : super.internal_(); | |
5010 get runtimeType => Number; | |
5011 toString() => super.toString(); | |
5012 } | |
5013 patch class ZoomEvent { | |
5014 static Type get instanceRuntimeType => ZoomEventImpl; | |
5015 | |
5016 } | |
5017 class ZoomEventImpl extends ZoomEvent implements js_library.JSObjectInterfacesDo
m { | |
5018 ZoomEventImpl.internal_() : super.internal_(); | |
5019 get runtimeType => ZoomEvent; | |
5020 toString() => super.toString(); | |
5021 } | |
5022 patch class PathSegCurvetoCubicSmoothAbs { | |
5023 static Type get instanceRuntimeType => PathSegCurvetoCubicSmoothAbsImpl; | |
5024 | |
5025 } | |
5026 class PathSegCurvetoCubicSmoothAbsImpl extends PathSegCurvetoCubicSmoothAbs impl
ements js_library.JSObjectInterfacesDom { | |
5027 PathSegCurvetoCubicSmoothAbsImpl.internal_() : super.internal_(); | |
5028 get runtimeType => PathSegCurvetoCubicSmoothAbs; | |
5029 toString() => super.toString(); | |
5030 } | |
5031 patch class AnimatedNumber { | |
5032 static Type get instanceRuntimeType => AnimatedNumberImpl; | |
5033 | |
5034 } | |
5035 class AnimatedNumberImpl extends AnimatedNumber implements js_library.JSObjectIn
terfacesDom { | |
5036 AnimatedNumberImpl.internal_() : super.internal_(); | |
5037 get runtimeType => AnimatedNumber; | |
5038 toString() => super.toString(); | 5173 toString() => super.toString(); |
5039 } | 5174 } |
5040 patch class MaskElement { | 5175 patch class MaskElement { |
5041 static Type get instanceRuntimeType => MaskElementImpl; | 5176 static Type get instanceRuntimeType => MaskElementImpl; |
5042 | 5177 |
5043 } | 5178 } |
5044 class MaskElementImpl extends MaskElement implements js_library.JSObjectInterfac
esDom { | 5179 class MaskElementImpl extends MaskElement implements js_library.JSObjectInterfac
esDom { |
5045 MaskElementImpl.internal_() : super.internal_(); | 5180 MaskElementImpl.internal_() : super.internal_(); |
5046 get runtimeType => MaskElement; | 5181 get runtimeType => MaskElement; |
5047 toString() => super.toString(); | 5182 toString() => super.toString(); |
5048 } | 5183 } |
5049 patch class Angle { | 5184 patch class Matrix { |
5050 static Type get instanceRuntimeType => AngleImpl; | 5185 static Type get instanceRuntimeType => MatrixImpl; |
5051 | 5186 |
5052 } | 5187 } |
5053 class AngleImpl extends Angle implements js_library.JSObjectInterfacesDom { | 5188 class MatrixImpl extends Matrix implements js_library.JSObjectInterfacesDom { |
5054 AngleImpl.internal_() : super.internal_(); | 5189 MatrixImpl.internal_() : super.internal_(); |
5055 get runtimeType => Angle; | 5190 get runtimeType => Matrix; |
5056 toString() => super.toString(); | |
5057 } | |
5058 patch class SymbolElement { | |
5059 static Type get instanceRuntimeType => SymbolElementImpl; | |
5060 | |
5061 } | |
5062 class SymbolElementImpl extends SymbolElement implements js_library.JSObjectInte
rfacesDom { | |
5063 SymbolElementImpl.internal_() : super.internal_(); | |
5064 get runtimeType => SymbolElement; | |
5065 toString() => super.toString(); | |
5066 } | |
5067 patch class PathSegArcAbs { | |
5068 static Type get instanceRuntimeType => PathSegArcAbsImpl; | |
5069 | |
5070 } | |
5071 class PathSegArcAbsImpl extends PathSegArcAbs implements js_library.JSObjectInte
rfacesDom { | |
5072 PathSegArcAbsImpl.internal_() : super.internal_(); | |
5073 get runtimeType => PathSegArcAbs; | |
5074 toString() => super.toString(); | |
5075 } | |
5076 patch class RectElement { | |
5077 static Type get instanceRuntimeType => RectElementImpl; | |
5078 | |
5079 } | |
5080 class RectElementImpl extends RectElement implements js_library.JSObjectInterfac
esDom { | |
5081 RectElementImpl.internal_() : super.internal_(); | |
5082 get runtimeType => RectElement; | |
5083 toString() => super.toString(); | |
5084 } | |
5085 patch class FEFloodElement { | |
5086 static Type get instanceRuntimeType => FEFloodElementImpl; | |
5087 | |
5088 } | |
5089 class FEFloodElementImpl extends FEFloodElement implements js_library.JSObjectIn
terfacesDom { | |
5090 FEFloodElementImpl.internal_() : super.internal_(); | |
5091 get runtimeType => FEFloodElement; | |
5092 toString() => super.toString(); | |
5093 } | |
5094 patch class PathSegCurvetoQuadraticAbs { | |
5095 static Type get instanceRuntimeType => PathSegCurvetoQuadraticAbsImpl; | |
5096 | |
5097 } | |
5098 class PathSegCurvetoQuadraticAbsImpl extends PathSegCurvetoQuadraticAbs implemen
ts js_library.JSObjectInterfacesDom { | |
5099 PathSegCurvetoQuadraticAbsImpl.internal_() : super.internal_(); | |
5100 get runtimeType => PathSegCurvetoQuadraticAbs; | |
5101 toString() => super.toString(); | |
5102 } | |
5103 patch class ScriptElement { | |
5104 static Type get instanceRuntimeType => ScriptElementImpl; | |
5105 | |
5106 } | |
5107 class ScriptElementImpl extends ScriptElement implements js_library.JSObjectInte
rfacesDom { | |
5108 ScriptElementImpl.internal_() : super.internal_(); | |
5109 get runtimeType => ScriptElement; | |
5110 toString() => super.toString(); | |
5111 } | |
5112 patch class AnimatedInteger { | |
5113 static Type get instanceRuntimeType => AnimatedIntegerImpl; | |
5114 | |
5115 } | |
5116 class AnimatedIntegerImpl extends AnimatedInteger implements js_library.JSObject
InterfacesDom { | |
5117 AnimatedIntegerImpl.internal_() : super.internal_(); | |
5118 get runtimeType => AnimatedInteger; | |
5119 toString() => super.toString(); | |
5120 } | |
5121 patch class Tests { | |
5122 static Type get instanceRuntimeType => TestsImpl; | |
5123 | |
5124 } | |
5125 class TestsImpl extends Tests implements js_library.JSObjectInterfacesDom { | |
5126 TestsImpl.internal_() : super.internal_(); | |
5127 get runtimeType => Tests; | |
5128 toString() => super.toString(); | |
5129 } | |
5130 patch class PathSegCurvetoCubicSmoothRel { | |
5131 static Type get instanceRuntimeType => PathSegCurvetoCubicSmoothRelImpl; | |
5132 | |
5133 } | |
5134 class PathSegCurvetoCubicSmoothRelImpl extends PathSegCurvetoCubicSmoothRel impl
ements js_library.JSObjectInterfacesDom { | |
5135 PathSegCurvetoCubicSmoothRelImpl.internal_() : super.internal_(); | |
5136 get runtimeType => PathSegCurvetoCubicSmoothRel; | |
5137 toString() => super.toString(); | |
5138 } | |
5139 patch class PathSeg { | |
5140 static Type get instanceRuntimeType => PathSegImpl; | |
5141 | |
5142 } | |
5143 class PathSegImpl extends PathSeg implements js_library.JSObjectInterfacesDom { | |
5144 PathSegImpl.internal_() : super.internal_(); | |
5145 get runtimeType => PathSeg; | |
5146 toString() => super.toString(); | |
5147 } | |
5148 patch class GElement { | |
5149 static Type get instanceRuntimeType => GElementImpl; | |
5150 | |
5151 } | |
5152 class GElementImpl extends GElement implements js_library.JSObjectInterfacesDom
{ | |
5153 GElementImpl.internal_() : super.internal_(); | |
5154 get runtimeType => GElement; | |
5155 toString() => super.toString(); | |
5156 } | |
5157 patch class PathSegMovetoAbs { | |
5158 static Type get instanceRuntimeType => PathSegMovetoAbsImpl; | |
5159 | |
5160 } | |
5161 class PathSegMovetoAbsImpl extends PathSegMovetoAbs implements js_library.JSObje
ctInterfacesDom { | |
5162 PathSegMovetoAbsImpl.internal_() : super.internal_(); | |
5163 get runtimeType => PathSegMovetoAbs; | |
5164 toString() => super.toString(); | |
5165 } | |
5166 patch class PathSegCurvetoCubicAbs { | |
5167 static Type get instanceRuntimeType => PathSegCurvetoCubicAbsImpl; | |
5168 | |
5169 } | |
5170 class PathSegCurvetoCubicAbsImpl extends PathSegCurvetoCubicAbs implements js_li
brary.JSObjectInterfacesDom { | |
5171 PathSegCurvetoCubicAbsImpl.internal_() : super.internal_(); | |
5172 get runtimeType => PathSegCurvetoCubicAbs; | |
5173 toString() => super.toString(); | |
5174 } | |
5175 patch class AnimatedEnumeration { | |
5176 static Type get instanceRuntimeType => AnimatedEnumerationImpl; | |
5177 | |
5178 } | |
5179 class AnimatedEnumerationImpl extends AnimatedEnumeration implements js_library.
JSObjectInterfacesDom { | |
5180 AnimatedEnumerationImpl.internal_() : super.internal_(); | |
5181 get runtimeType => AnimatedEnumeration; | |
5182 toString() => super.toString(); | |
5183 } | |
5184 patch class TitleElement { | |
5185 static Type get instanceRuntimeType => TitleElementImpl; | |
5186 | |
5187 } | |
5188 class TitleElementImpl extends TitleElement implements js_library.JSObjectInterf
acesDom { | |
5189 TitleElementImpl.internal_() : super.internal_(); | |
5190 get runtimeType => TitleElement; | |
5191 toString() => super.toString(); | 5191 toString() => super.toString(); |
5192 } | 5192 } |
5193 patch class MetadataElement { | 5193 patch class MetadataElement { |
5194 static Type get instanceRuntimeType => MetadataElementImpl; | 5194 static Type get instanceRuntimeType => MetadataElementImpl; |
5195 | 5195 |
5196 } | 5196 } |
5197 class MetadataElementImpl extends MetadataElement implements js_library.JSObject
InterfacesDom { | 5197 class MetadataElementImpl extends MetadataElement implements js_library.JSObject
InterfacesDom { |
5198 MetadataElementImpl.internal_() : super.internal_(); | 5198 MetadataElementImpl.internal_() : super.internal_(); |
5199 get runtimeType => MetadataElement; | 5199 get runtimeType => MetadataElement; |
5200 toString() => super.toString(); | 5200 toString() => super.toString(); |
5201 } | 5201 } |
5202 patch class AElement { | 5202 patch class Number { |
5203 static Type get instanceRuntimeType => AElementImpl; | 5203 static Type get instanceRuntimeType => NumberImpl; |
5204 | 5204 |
5205 } | 5205 } |
5206 class AElementImpl extends AElement implements js_library.JSObjectInterfacesDom
{ | 5206 class NumberImpl extends Number implements js_library.JSObjectInterfacesDom { |
5207 AElementImpl.internal_() : super.internal_(); | 5207 NumberImpl.internal_() : super.internal_(); |
5208 get runtimeType => AElement; | 5208 get runtimeType => Number; |
5209 toString() => super.toString(); | 5209 toString() => super.toString(); |
5210 } | 5210 } |
5211 patch class _GradientElement { | 5211 patch class NumberList { |
5212 static Type get instanceRuntimeType => _GradientElementImpl; | 5212 static Type get instanceRuntimeType => NumberListImpl; |
5213 | 5213 |
5214 } | 5214 } |
5215 class _GradientElementImpl extends _GradientElement implements js_library.JSObje
ctInterfacesDom { | 5215 class NumberListImpl extends NumberList implements js_library.JSObjectInterfaces
Dom { |
5216 _GradientElementImpl.internal_() : super.internal_(); | 5216 NumberListImpl.internal_() : super.internal_(); |
5217 get runtimeType => _GradientElement; | 5217 get runtimeType => NumberList; |
5218 toString() => super.toString(); | 5218 toString() => super.toString(); |
5219 } | 5219 } |
5220 patch class FEImageElement { | 5220 patch class PathElement { |
5221 static Type get instanceRuntimeType => FEImageElementImpl; | 5221 static Type get instanceRuntimeType => PathElementImpl; |
5222 | 5222 |
5223 } | 5223 } |
5224 class FEImageElementImpl extends FEImageElement implements js_library.JSObjectIn
terfacesDom { | 5224 class PathElementImpl extends PathElement implements js_library.JSObjectInterfac
esDom { |
5225 FEImageElementImpl.internal_() : super.internal_(); | 5225 PathElementImpl.internal_() : super.internal_(); |
5226 get runtimeType => FEImageElement; | 5226 get runtimeType => PathElement; |
5227 toString() => super.toString(); | 5227 toString() => super.toString(); |
5228 } | 5228 } |
5229 patch class _SVGComponentTransferFunctionElement { | 5229 patch class PathSeg { |
5230 static Type get instanceRuntimeType => _SVGComponentTransferFunctionElementImp
l; | 5230 static Type get instanceRuntimeType => PathSegImpl; |
5231 | 5231 |
5232 } | 5232 } |
5233 class _SVGComponentTransferFunctionElementImpl extends _SVGComponentTransferFunc
tionElement implements js_library.JSObjectInterfacesDom { | 5233 class PathSegImpl extends PathSeg implements js_library.JSObjectInterfacesDom { |
5234 _SVGComponentTransferFunctionElementImpl.internal_() : super.internal_(); | 5234 PathSegImpl.internal_() : super.internal_(); |
5235 get runtimeType => _SVGComponentTransferFunctionElement; | 5235 get runtimeType => PathSeg; |
| 5236 toString() => super.toString(); |
| 5237 } |
| 5238 patch class PathSegArcAbs { |
| 5239 static Type get instanceRuntimeType => PathSegArcAbsImpl; |
| 5240 |
| 5241 } |
| 5242 class PathSegArcAbsImpl extends PathSegArcAbs implements js_library.JSObjectInte
rfacesDom { |
| 5243 PathSegArcAbsImpl.internal_() : super.internal_(); |
| 5244 get runtimeType => PathSegArcAbs; |
| 5245 toString() => super.toString(); |
| 5246 } |
| 5247 patch class PathSegArcRel { |
| 5248 static Type get instanceRuntimeType => PathSegArcRelImpl; |
| 5249 |
| 5250 } |
| 5251 class PathSegArcRelImpl extends PathSegArcRel implements js_library.JSObjectInte
rfacesDom { |
| 5252 PathSegArcRelImpl.internal_() : super.internal_(); |
| 5253 get runtimeType => PathSegArcRel; |
| 5254 toString() => super.toString(); |
| 5255 } |
| 5256 patch class PathSegClosePath { |
| 5257 static Type get instanceRuntimeType => PathSegClosePathImpl; |
| 5258 |
| 5259 } |
| 5260 class PathSegClosePathImpl extends PathSegClosePath implements js_library.JSObje
ctInterfacesDom { |
| 5261 PathSegClosePathImpl.internal_() : super.internal_(); |
| 5262 get runtimeType => PathSegClosePath; |
| 5263 toString() => super.toString(); |
| 5264 } |
| 5265 patch class PathSegCurvetoCubicAbs { |
| 5266 static Type get instanceRuntimeType => PathSegCurvetoCubicAbsImpl; |
| 5267 |
| 5268 } |
| 5269 class PathSegCurvetoCubicAbsImpl extends PathSegCurvetoCubicAbs implements js_li
brary.JSObjectInterfacesDom { |
| 5270 PathSegCurvetoCubicAbsImpl.internal_() : super.internal_(); |
| 5271 get runtimeType => PathSegCurvetoCubicAbs; |
| 5272 toString() => super.toString(); |
| 5273 } |
| 5274 patch class PathSegCurvetoCubicRel { |
| 5275 static Type get instanceRuntimeType => PathSegCurvetoCubicRelImpl; |
| 5276 |
| 5277 } |
| 5278 class PathSegCurvetoCubicRelImpl extends PathSegCurvetoCubicRel implements js_li
brary.JSObjectInterfacesDom { |
| 5279 PathSegCurvetoCubicRelImpl.internal_() : super.internal_(); |
| 5280 get runtimeType => PathSegCurvetoCubicRel; |
| 5281 toString() => super.toString(); |
| 5282 } |
| 5283 patch class PathSegCurvetoCubicSmoothAbs { |
| 5284 static Type get instanceRuntimeType => PathSegCurvetoCubicSmoothAbsImpl; |
| 5285 |
| 5286 } |
| 5287 class PathSegCurvetoCubicSmoothAbsImpl extends PathSegCurvetoCubicSmoothAbs impl
ements js_library.JSObjectInterfacesDom { |
| 5288 PathSegCurvetoCubicSmoothAbsImpl.internal_() : super.internal_(); |
| 5289 get runtimeType => PathSegCurvetoCubicSmoothAbs; |
| 5290 toString() => super.toString(); |
| 5291 } |
| 5292 patch class PathSegCurvetoCubicSmoothRel { |
| 5293 static Type get instanceRuntimeType => PathSegCurvetoCubicSmoothRelImpl; |
| 5294 |
| 5295 } |
| 5296 class PathSegCurvetoCubicSmoothRelImpl extends PathSegCurvetoCubicSmoothRel impl
ements js_library.JSObjectInterfacesDom { |
| 5297 PathSegCurvetoCubicSmoothRelImpl.internal_() : super.internal_(); |
| 5298 get runtimeType => PathSegCurvetoCubicSmoothRel; |
| 5299 toString() => super.toString(); |
| 5300 } |
| 5301 patch class PathSegCurvetoQuadraticAbs { |
| 5302 static Type get instanceRuntimeType => PathSegCurvetoQuadraticAbsImpl; |
| 5303 |
| 5304 } |
| 5305 class PathSegCurvetoQuadraticAbsImpl extends PathSegCurvetoQuadraticAbs implemen
ts js_library.JSObjectInterfacesDom { |
| 5306 PathSegCurvetoQuadraticAbsImpl.internal_() : super.internal_(); |
| 5307 get runtimeType => PathSegCurvetoQuadraticAbs; |
| 5308 toString() => super.toString(); |
| 5309 } |
| 5310 patch class PathSegCurvetoQuadraticRel { |
| 5311 static Type get instanceRuntimeType => PathSegCurvetoQuadraticRelImpl; |
| 5312 |
| 5313 } |
| 5314 class PathSegCurvetoQuadraticRelImpl extends PathSegCurvetoQuadraticRel implemen
ts js_library.JSObjectInterfacesDom { |
| 5315 PathSegCurvetoQuadraticRelImpl.internal_() : super.internal_(); |
| 5316 get runtimeType => PathSegCurvetoQuadraticRel; |
| 5317 toString() => super.toString(); |
| 5318 } |
| 5319 patch class PathSegCurvetoQuadraticSmoothAbs { |
| 5320 static Type get instanceRuntimeType => PathSegCurvetoQuadraticSmoothAbsImpl; |
| 5321 |
| 5322 } |
| 5323 class PathSegCurvetoQuadraticSmoothAbsImpl extends PathSegCurvetoQuadraticSmooth
Abs implements js_library.JSObjectInterfacesDom { |
| 5324 PathSegCurvetoQuadraticSmoothAbsImpl.internal_() : super.internal_(); |
| 5325 get runtimeType => PathSegCurvetoQuadraticSmoothAbs; |
| 5326 toString() => super.toString(); |
| 5327 } |
| 5328 patch class PathSegCurvetoQuadraticSmoothRel { |
| 5329 static Type get instanceRuntimeType => PathSegCurvetoQuadraticSmoothRelImpl; |
| 5330 |
| 5331 } |
| 5332 class PathSegCurvetoQuadraticSmoothRelImpl extends PathSegCurvetoQuadraticSmooth
Rel implements js_library.JSObjectInterfacesDom { |
| 5333 PathSegCurvetoQuadraticSmoothRelImpl.internal_() : super.internal_(); |
| 5334 get runtimeType => PathSegCurvetoQuadraticSmoothRel; |
| 5335 toString() => super.toString(); |
| 5336 } |
| 5337 patch class PathSegLinetoAbs { |
| 5338 static Type get instanceRuntimeType => PathSegLinetoAbsImpl; |
| 5339 |
| 5340 } |
| 5341 class PathSegLinetoAbsImpl extends PathSegLinetoAbs implements js_library.JSObje
ctInterfacesDom { |
| 5342 PathSegLinetoAbsImpl.internal_() : super.internal_(); |
| 5343 get runtimeType => PathSegLinetoAbs; |
| 5344 toString() => super.toString(); |
| 5345 } |
| 5346 patch class PathSegLinetoHorizontalAbs { |
| 5347 static Type get instanceRuntimeType => PathSegLinetoHorizontalAbsImpl; |
| 5348 |
| 5349 } |
| 5350 class PathSegLinetoHorizontalAbsImpl extends PathSegLinetoHorizontalAbs implemen
ts js_library.JSObjectInterfacesDom { |
| 5351 PathSegLinetoHorizontalAbsImpl.internal_() : super.internal_(); |
| 5352 get runtimeType => PathSegLinetoHorizontalAbs; |
| 5353 toString() => super.toString(); |
| 5354 } |
| 5355 patch class PathSegLinetoHorizontalRel { |
| 5356 static Type get instanceRuntimeType => PathSegLinetoHorizontalRelImpl; |
| 5357 |
| 5358 } |
| 5359 class PathSegLinetoHorizontalRelImpl extends PathSegLinetoHorizontalRel implemen
ts js_library.JSObjectInterfacesDom { |
| 5360 PathSegLinetoHorizontalRelImpl.internal_() : super.internal_(); |
| 5361 get runtimeType => PathSegLinetoHorizontalRel; |
| 5362 toString() => super.toString(); |
| 5363 } |
| 5364 patch class PathSegLinetoRel { |
| 5365 static Type get instanceRuntimeType => PathSegLinetoRelImpl; |
| 5366 |
| 5367 } |
| 5368 class PathSegLinetoRelImpl extends PathSegLinetoRel implements js_library.JSObje
ctInterfacesDom { |
| 5369 PathSegLinetoRelImpl.internal_() : super.internal_(); |
| 5370 get runtimeType => PathSegLinetoRel; |
| 5371 toString() => super.toString(); |
| 5372 } |
| 5373 patch class PathSegLinetoVerticalAbs { |
| 5374 static Type get instanceRuntimeType => PathSegLinetoVerticalAbsImpl; |
| 5375 |
| 5376 } |
| 5377 class PathSegLinetoVerticalAbsImpl extends PathSegLinetoVerticalAbs implements j
s_library.JSObjectInterfacesDom { |
| 5378 PathSegLinetoVerticalAbsImpl.internal_() : super.internal_(); |
| 5379 get runtimeType => PathSegLinetoVerticalAbs; |
5236 toString() => super.toString(); | 5380 toString() => super.toString(); |
5237 } | 5381 } |
5238 patch class PathSegLinetoVerticalRel { | 5382 patch class PathSegLinetoVerticalRel { |
5239 static Type get instanceRuntimeType => PathSegLinetoVerticalRelImpl; | 5383 static Type get instanceRuntimeType => PathSegLinetoVerticalRelImpl; |
5240 | 5384 |
5241 } | 5385 } |
5242 class PathSegLinetoVerticalRelImpl extends PathSegLinetoVerticalRel implements j
s_library.JSObjectInterfacesDom { | 5386 class PathSegLinetoVerticalRelImpl extends PathSegLinetoVerticalRel implements j
s_library.JSObjectInterfacesDom { |
5243 PathSegLinetoVerticalRelImpl.internal_() : super.internal_(); | 5387 PathSegLinetoVerticalRelImpl.internal_() : super.internal_(); |
5244 get runtimeType => PathSegLinetoVerticalRel; | 5388 get runtimeType => PathSegLinetoVerticalRel; |
5245 toString() => super.toString(); | 5389 toString() => super.toString(); |
5246 } | 5390 } |
5247 patch class AnimatedLengthList { | 5391 patch class PathSegList { |
5248 static Type get instanceRuntimeType => AnimatedLengthListImpl; | 5392 static Type get instanceRuntimeType => PathSegListImpl; |
5249 | 5393 |
5250 } | 5394 } |
5251 class AnimatedLengthListImpl extends AnimatedLengthList implements js_library.JS
ObjectInterfacesDom { | 5395 class PathSegListImpl extends PathSegList implements js_library.JSObjectInterfac
esDom { |
5252 AnimatedLengthListImpl.internal_() : super.internal_(); | 5396 PathSegListImpl.internal_() : super.internal_(); |
5253 get runtimeType => AnimatedLengthList; | 5397 get runtimeType => PathSegList; |
5254 toString() => super.toString(); | 5398 toString() => super.toString(); |
5255 } | 5399 } |
5256 patch class FEMorphologyElement { | 5400 patch class PathSegMovetoAbs { |
5257 static Type get instanceRuntimeType => FEMorphologyElementImpl; | 5401 static Type get instanceRuntimeType => PathSegMovetoAbsImpl; |
5258 | 5402 |
5259 } | 5403 } |
5260 class FEMorphologyElementImpl extends FEMorphologyElement implements js_library.
JSObjectInterfacesDom { | 5404 class PathSegMovetoAbsImpl extends PathSegMovetoAbs implements js_library.JSObje
ctInterfacesDom { |
5261 FEMorphologyElementImpl.internal_() : super.internal_(); | 5405 PathSegMovetoAbsImpl.internal_() : super.internal_(); |
5262 get runtimeType => FEMorphologyElement; | 5406 get runtimeType => PathSegMovetoAbs; |
| 5407 toString() => super.toString(); |
| 5408 } |
| 5409 patch class PathSegMovetoRel { |
| 5410 static Type get instanceRuntimeType => PathSegMovetoRelImpl; |
| 5411 |
| 5412 } |
| 5413 class PathSegMovetoRelImpl extends PathSegMovetoRel implements js_library.JSObje
ctInterfacesDom { |
| 5414 PathSegMovetoRelImpl.internal_() : super.internal_(); |
| 5415 get runtimeType => PathSegMovetoRel; |
| 5416 toString() => super.toString(); |
| 5417 } |
| 5418 patch class PatternElement { |
| 5419 static Type get instanceRuntimeType => PatternElementImpl; |
| 5420 |
| 5421 } |
| 5422 class PatternElementImpl extends PatternElement implements js_library.JSObjectIn
terfacesDom { |
| 5423 PatternElementImpl.internal_() : super.internal_(); |
| 5424 get runtimeType => PatternElement; |
| 5425 toString() => super.toString(); |
| 5426 } |
| 5427 patch class Point { |
| 5428 static Type get instanceRuntimeType => PointImpl; |
| 5429 |
| 5430 } |
| 5431 class PointImpl extends Point implements js_library.JSObjectInterfacesDom { |
| 5432 PointImpl.internal_() : super.internal_(); |
| 5433 get runtimeType => Point; |
| 5434 toString() => super.toString(); |
| 5435 } |
| 5436 patch class PointList { |
| 5437 static Type get instanceRuntimeType => PointListImpl; |
| 5438 |
| 5439 } |
| 5440 class PointListImpl extends PointList implements js_library.JSObjectInterfacesDo
m { |
| 5441 PointListImpl.internal_() : super.internal_(); |
| 5442 get runtimeType => PointList; |
5263 toString() => super.toString(); | 5443 toString() => super.toString(); |
5264 } | 5444 } |
5265 patch class PolygonElement { | 5445 patch class PolygonElement { |
5266 static Type get instanceRuntimeType => PolygonElementImpl; | 5446 static Type get instanceRuntimeType => PolygonElementImpl; |
5267 | 5447 |
5268 } | 5448 } |
5269 class PolygonElementImpl extends PolygonElement implements js_library.JSObjectIn
terfacesDom { | 5449 class PolygonElementImpl extends PolygonElement implements js_library.JSObjectIn
terfacesDom { |
5270 PolygonElementImpl.internal_() : super.internal_(); | 5450 PolygonElementImpl.internal_() : super.internal_(); |
5271 get runtimeType => PolygonElement; | 5451 get runtimeType => PolygonElement; |
5272 toString() => super.toString(); | 5452 toString() => super.toString(); |
5273 } | 5453 } |
5274 patch class UseElement { | 5454 patch class PolylineElement { |
5275 static Type get instanceRuntimeType => UseElementImpl; | 5455 static Type get instanceRuntimeType => PolylineElementImpl; |
5276 | 5456 |
5277 } | 5457 } |
5278 class UseElementImpl extends UseElement implements js_library.JSObjectInterfaces
Dom { | 5458 class PolylineElementImpl extends PolylineElement implements js_library.JSObject
InterfacesDom { |
5279 UseElementImpl.internal_() : super.internal_(); | 5459 PolylineElementImpl.internal_() : super.internal_(); |
5280 get runtimeType => UseElement; | 5460 get runtimeType => PolylineElement; |
5281 toString() => super.toString(); | |
5282 } | |
5283 patch class Point { | |
5284 static Type get instanceRuntimeType => PointImpl; | |
5285 | |
5286 } | |
5287 class PointImpl extends Point implements js_library.JSObjectInterfacesDom { | |
5288 PointImpl.internal_() : super.internal_(); | |
5289 get runtimeType => Point; | |
5290 toString() => super.toString(); | |
5291 } | |
5292 patch class Rect { | |
5293 static Type get instanceRuntimeType => RectImpl; | |
5294 | |
5295 } | |
5296 class RectImpl extends Rect implements js_library.JSObjectInterfacesDom { | |
5297 RectImpl.internal_() : super.internal_(); | |
5298 get runtimeType => Rect; | |
5299 toString() => super.toString(); | |
5300 } | |
5301 patch class AnimatedBoolean { | |
5302 static Type get instanceRuntimeType => AnimatedBooleanImpl; | |
5303 | |
5304 } | |
5305 class AnimatedBooleanImpl extends AnimatedBoolean implements js_library.JSObject
InterfacesDom { | |
5306 AnimatedBooleanImpl.internal_() : super.internal_(); | |
5307 get runtimeType => AnimatedBoolean; | |
5308 toString() => super.toString(); | |
5309 } | |
5310 patch class FETurbulenceElement { | |
5311 static Type get instanceRuntimeType => FETurbulenceElementImpl; | |
5312 | |
5313 } | |
5314 class FETurbulenceElementImpl extends FETurbulenceElement implements js_library.
JSObjectInterfacesDom { | |
5315 FETurbulenceElementImpl.internal_() : super.internal_(); | |
5316 get runtimeType => FETurbulenceElement; | |
5317 toString() => super.toString(); | |
5318 } | |
5319 patch class NumberList { | |
5320 static Type get instanceRuntimeType => NumberListImpl; | |
5321 | |
5322 } | |
5323 class NumberListImpl extends NumberList implements js_library.JSObjectInterfaces
Dom { | |
5324 NumberListImpl.internal_() : super.internal_(); | |
5325 get runtimeType => NumberList; | |
5326 toString() => super.toString(); | |
5327 } | |
5328 patch class AnimationElement { | |
5329 static Type get instanceRuntimeType => AnimationElementImpl; | |
5330 | |
5331 } | |
5332 class AnimationElementImpl extends AnimationElement implements js_library.JSObje
ctInterfacesDom { | |
5333 AnimationElementImpl.internal_() : super.internal_(); | |
5334 get runtimeType => AnimationElement; | |
5335 toString() => super.toString(); | |
5336 } | |
5337 patch class MarkerElement { | |
5338 static Type get instanceRuntimeType => MarkerElementImpl; | |
5339 | |
5340 } | |
5341 class MarkerElementImpl extends MarkerElement implements js_library.JSObjectInte
rfacesDom { | |
5342 MarkerElementImpl.internal_() : super.internal_(); | |
5343 get runtimeType => MarkerElement; | |
5344 toString() => super.toString(); | |
5345 } | |
5346 patch class FECompositeElement { | |
5347 static Type get instanceRuntimeType => FECompositeElementImpl; | |
5348 | |
5349 } | |
5350 class FECompositeElementImpl extends FECompositeElement implements js_library.JS
ObjectInterfacesDom { | |
5351 FECompositeElementImpl.internal_() : super.internal_(); | |
5352 get runtimeType => FECompositeElement; | |
5353 toString() => super.toString(); | |
5354 } | |
5355 patch class PathSegList { | |
5356 static Type get instanceRuntimeType => PathSegListImpl; | |
5357 | |
5358 } | |
5359 class PathSegListImpl extends PathSegList implements js_library.JSObjectInterfac
esDom { | |
5360 PathSegListImpl.internal_() : super.internal_(); | |
5361 get runtimeType => PathSegList; | |
5362 toString() => super.toString(); | |
5363 } | |
5364 patch class PathSegCurvetoQuadraticSmoothRel { | |
5365 static Type get instanceRuntimeType => PathSegCurvetoQuadraticSmoothRelImpl; | |
5366 | |
5367 } | |
5368 class PathSegCurvetoQuadraticSmoothRelImpl extends PathSegCurvetoQuadraticSmooth
Rel implements js_library.JSObjectInterfacesDom { | |
5369 PathSegCurvetoQuadraticSmoothRelImpl.internal_() : super.internal_(); | |
5370 get runtimeType => PathSegCurvetoQuadraticSmoothRel; | |
5371 toString() => super.toString(); | |
5372 } | |
5373 patch class FEFuncRElement { | |
5374 static Type get instanceRuntimeType => FEFuncRElementImpl; | |
5375 | |
5376 } | |
5377 class FEFuncRElementImpl extends FEFuncRElement implements js_library.JSObjectIn
terfacesDom { | |
5378 FEFuncRElementImpl.internal_() : super.internal_(); | |
5379 get runtimeType => FEFuncRElement; | |
5380 toString() => super.toString(); | |
5381 } | |
5382 patch class FEFuncBElement { | |
5383 static Type get instanceRuntimeType => FEFuncBElementImpl; | |
5384 | |
5385 } | |
5386 class FEFuncBElementImpl extends FEFuncBElement implements js_library.JSObjectIn
terfacesDom { | |
5387 FEFuncBElementImpl.internal_() : super.internal_(); | |
5388 get runtimeType => FEFuncBElement; | |
5389 toString() => super.toString(); | |
5390 } | |
5391 patch class FEBlendElement { | |
5392 static Type get instanceRuntimeType => FEBlendElementImpl; | |
5393 | |
5394 } | |
5395 class FEBlendElementImpl extends FEBlendElement implements js_library.JSObjectIn
terfacesDom { | |
5396 FEBlendElementImpl.internal_() : super.internal_(); | |
5397 get runtimeType => FEBlendElement; | |
5398 toString() => super.toString(); | |
5399 } | |
5400 patch class AnimatedAngle { | |
5401 static Type get instanceRuntimeType => AnimatedAngleImpl; | |
5402 | |
5403 } | |
5404 class AnimatedAngleImpl extends AnimatedAngle implements js_library.JSObjectInte
rfacesDom { | |
5405 AnimatedAngleImpl.internal_() : super.internal_(); | |
5406 get runtimeType => AnimatedAngle; | |
5407 toString() => super.toString(); | |
5408 } | |
5409 patch class TSpanElement { | |
5410 static Type get instanceRuntimeType => TSpanElementImpl; | |
5411 | |
5412 } | |
5413 class TSpanElementImpl extends TSpanElement implements js_library.JSObjectInterf
acesDom { | |
5414 TSpanElementImpl.internal_() : super.internal_(); | |
5415 get runtimeType => TSpanElement; | |
5416 toString() => super.toString(); | |
5417 } | |
5418 patch class PathSegCurvetoCubicRel { | |
5419 static Type get instanceRuntimeType => PathSegCurvetoCubicRelImpl; | |
5420 | |
5421 } | |
5422 class PathSegCurvetoCubicRelImpl extends PathSegCurvetoCubicRel implements js_li
brary.JSObjectInterfacesDom { | |
5423 PathSegCurvetoCubicRelImpl.internal_() : super.internal_(); | |
5424 get runtimeType => PathSegCurvetoCubicRel; | |
5425 toString() => super.toString(); | |
5426 } | |
5427 patch class AnimateMotionElement { | |
5428 static Type get instanceRuntimeType => AnimateMotionElementImpl; | |
5429 | |
5430 } | |
5431 class AnimateMotionElementImpl extends AnimateMotionElement implements js_librar
y.JSObjectInterfacesDom { | |
5432 AnimateMotionElementImpl.internal_() : super.internal_(); | |
5433 get runtimeType => AnimateMotionElement; | |
5434 toString() => super.toString(); | |
5435 } | |
5436 patch class GeometryElement { | |
5437 static Type get instanceRuntimeType => GeometryElementImpl; | |
5438 | |
5439 } | |
5440 class GeometryElementImpl extends GeometryElement implements js_library.JSObject
InterfacesDom { | |
5441 GeometryElementImpl.internal_() : super.internal_(); | |
5442 get runtimeType => GeometryElement; | |
5443 toString() => super.toString(); | |
5444 } | |
5445 patch class AnimateTransformElement { | |
5446 static Type get instanceRuntimeType => AnimateTransformElementImpl; | |
5447 | |
5448 } | |
5449 class AnimateTransformElementImpl extends AnimateTransformElement implements js_
library.JSObjectInterfacesDom { | |
5450 AnimateTransformElementImpl.internal_() : super.internal_(); | |
5451 get runtimeType => AnimateTransformElement; | |
5452 toString() => super.toString(); | 5461 toString() => super.toString(); |
5453 } | 5462 } |
5454 patch class PreserveAspectRatio { | 5463 patch class PreserveAspectRatio { |
5455 static Type get instanceRuntimeType => PreserveAspectRatioImpl; | 5464 static Type get instanceRuntimeType => PreserveAspectRatioImpl; |
5456 | 5465 |
5457 } | 5466 } |
5458 class PreserveAspectRatioImpl extends PreserveAspectRatio implements js_library.
JSObjectInterfacesDom { | 5467 class PreserveAspectRatioImpl extends PreserveAspectRatio implements js_library.
JSObjectInterfacesDom { |
5459 PreserveAspectRatioImpl.internal_() : super.internal_(); | 5468 PreserveAspectRatioImpl.internal_() : super.internal_(); |
5460 get runtimeType => PreserveAspectRatio; | 5469 get runtimeType => PreserveAspectRatio; |
5461 toString() => super.toString(); | 5470 toString() => super.toString(); |
5462 } | 5471 } |
5463 patch class PathElement { | 5472 patch class RadialGradientElement { |
5464 static Type get instanceRuntimeType => PathElementImpl; | 5473 static Type get instanceRuntimeType => RadialGradientElementImpl; |
5465 | 5474 |
5466 } | 5475 } |
5467 class PathElementImpl extends PathElement implements js_library.JSObjectInterfac
esDom { | 5476 class RadialGradientElementImpl extends RadialGradientElement implements js_libr
ary.JSObjectInterfacesDom { |
5468 PathElementImpl.internal_() : super.internal_(); | 5477 RadialGradientElementImpl.internal_() : super.internal_(); |
5469 get runtimeType => PathElement; | 5478 get runtimeType => RadialGradientElement; |
5470 toString() => super.toString(); | 5479 toString() => super.toString(); |
5471 } | 5480 } |
5472 patch class FEColorMatrixElement { | 5481 patch class Rect { |
5473 static Type get instanceRuntimeType => FEColorMatrixElementImpl; | 5482 static Type get instanceRuntimeType => RectImpl; |
5474 | 5483 |
5475 } | 5484 } |
5476 class FEColorMatrixElementImpl extends FEColorMatrixElement implements js_librar
y.JSObjectInterfacesDom { | 5485 class RectImpl extends Rect implements js_library.JSObjectInterfacesDom { |
5477 FEColorMatrixElementImpl.internal_() : super.internal_(); | 5486 RectImpl.internal_() : super.internal_(); |
5478 get runtimeType => FEColorMatrixElement; | 5487 get runtimeType => Rect; |
5479 toString() => super.toString(); | 5488 toString() => super.toString(); |
5480 } | 5489 } |
5481 patch class PatternElement { | 5490 patch class RectElement { |
5482 static Type get instanceRuntimeType => PatternElementImpl; | 5491 static Type get instanceRuntimeType => RectElementImpl; |
5483 | 5492 |
5484 } | 5493 } |
5485 class PatternElementImpl extends PatternElement implements js_library.JSObjectIn
terfacesDom { | 5494 class RectElementImpl extends RectElement implements js_library.JSObjectInterfac
esDom { |
5486 PatternElementImpl.internal_() : super.internal_(); | 5495 RectElementImpl.internal_() : super.internal_(); |
5487 get runtimeType => PatternElement; | 5496 get runtimeType => RectElement; |
5488 toString() => super.toString(); | 5497 toString() => super.toString(); |
5489 } | 5498 } |
5490 patch class Length { | 5499 patch class ScriptElement { |
5491 static Type get instanceRuntimeType => LengthImpl; | 5500 static Type get instanceRuntimeType => ScriptElementImpl; |
5492 | 5501 |
5493 } | 5502 } |
5494 class LengthImpl extends Length implements js_library.JSObjectInterfacesDom { | 5503 class ScriptElementImpl extends ScriptElement implements js_library.JSObjectInte
rfacesDom { |
5495 LengthImpl.internal_() : super.internal_(); | 5504 ScriptElementImpl.internal_() : super.internal_(); |
5496 get runtimeType => Length; | 5505 get runtimeType => ScriptElement; |
5497 toString() => super.toString(); | 5506 toString() => super.toString(); |
5498 } | 5507 } |
5499 patch class FESpotLightElement { | 5508 patch class SetElement { |
5500 static Type get instanceRuntimeType => FESpotLightElementImpl; | 5509 static Type get instanceRuntimeType => SetElementImpl; |
5501 | 5510 |
5502 } | 5511 } |
5503 class FESpotLightElementImpl extends FESpotLightElement implements js_library.JS
ObjectInterfacesDom { | 5512 class SetElementImpl extends SetElement implements js_library.JSObjectInterfaces
Dom { |
5504 FESpotLightElementImpl.internal_() : super.internal_(); | 5513 SetElementImpl.internal_() : super.internal_(); |
5505 get runtimeType => FESpotLightElement; | 5514 get runtimeType => SetElement; |
5506 toString() => super.toString(); | 5515 toString() => super.toString(); |
5507 } | 5516 } |
5508 patch class LineElement { | 5517 patch class StopElement { |
5509 static Type get instanceRuntimeType => LineElementImpl; | 5518 static Type get instanceRuntimeType => StopElementImpl; |
5510 | 5519 |
5511 } | 5520 } |
5512 class LineElementImpl extends LineElement implements js_library.JSObjectInterfac
esDom { | 5521 class StopElementImpl extends StopElement implements js_library.JSObjectInterfac
esDom { |
5513 LineElementImpl.internal_() : super.internal_(); | 5522 StopElementImpl.internal_() : super.internal_(); |
5514 get runtimeType => LineElement; | 5523 get runtimeType => StopElement; |
5515 toString() => super.toString(); | 5524 toString() => super.toString(); |
5516 } | 5525 } |
5517 patch class Matrix { | 5526 patch class StringList { |
5518 static Type get instanceRuntimeType => MatrixImpl; | 5527 static Type get instanceRuntimeType => StringListImpl; |
5519 | 5528 |
5520 } | 5529 } |
5521 class MatrixImpl extends Matrix implements js_library.JSObjectInterfacesDom { | 5530 class StringListImpl extends StringList implements js_library.JSObjectInterfaces
Dom { |
5522 MatrixImpl.internal_() : super.internal_(); | 5531 StringListImpl.internal_() : super.internal_(); |
5523 get runtimeType => Matrix; | 5532 get runtimeType => StringList; |
| 5533 toString() => super.toString(); |
| 5534 } |
| 5535 patch class StyleElement { |
| 5536 static Type get instanceRuntimeType => StyleElementImpl; |
| 5537 |
| 5538 } |
| 5539 class StyleElementImpl extends StyleElement implements js_library.JSObjectInterf
acesDom { |
| 5540 StyleElementImpl.internal_() : super.internal_(); |
| 5541 get runtimeType => StyleElement; |
| 5542 toString() => super.toString(); |
| 5543 } |
| 5544 patch class SvgElement { |
| 5545 static Type get instanceRuntimeType => SvgElementImpl; |
| 5546 |
| 5547 } |
| 5548 class SvgElementImpl extends SvgElement implements js_library.JSObjectInterfaces
Dom { |
| 5549 SvgElementImpl.internal_() : super.internal_(); |
| 5550 get runtimeType => SvgElement; |
5524 toString() => super.toString(); | 5551 toString() => super.toString(); |
5525 } | 5552 } |
5526 patch class SvgSvgElement { | 5553 patch class SvgSvgElement { |
5527 static Type get instanceRuntimeType => SvgSvgElementImpl; | 5554 static Type get instanceRuntimeType => SvgSvgElementImpl; |
5528 | 5555 |
5529 } | 5556 } |
5530 class SvgSvgElementImpl extends SvgSvgElement implements js_library.JSObjectInte
rfacesDom { | 5557 class SvgSvgElementImpl extends SvgSvgElement implements js_library.JSObjectInte
rfacesDom { |
5531 SvgSvgElementImpl.internal_() : super.internal_(); | 5558 SvgSvgElementImpl.internal_() : super.internal_(); |
5532 get runtimeType => SvgSvgElement; | 5559 get runtimeType => SvgSvgElement; |
5533 toString() => super.toString(); | 5560 toString() => super.toString(); |
5534 } | 5561 } |
5535 patch class FitToViewBox { | 5562 patch class SwitchElement { |
5536 static Type get instanceRuntimeType => FitToViewBoxImpl; | 5563 static Type get instanceRuntimeType => SwitchElementImpl; |
5537 | 5564 |
5538 } | 5565 } |
5539 class FitToViewBoxImpl extends FitToViewBox implements js_library.JSObjectInterf
acesDom { | 5566 class SwitchElementImpl extends SwitchElement implements js_library.JSObjectInte
rfacesDom { |
5540 FitToViewBoxImpl.internal_() : super.internal_(); | 5567 SwitchElementImpl.internal_() : super.internal_(); |
5541 get runtimeType => FitToViewBox; | 5568 get runtimeType => SwitchElement; |
5542 toString() => super.toString(); | 5569 toString() => super.toString(); |
5543 } | 5570 } |
5544 patch class _SVGMPathElement { | 5571 patch class SymbolElement { |
5545 static Type get instanceRuntimeType => _SVGMPathElementImpl; | 5572 static Type get instanceRuntimeType => SymbolElementImpl; |
5546 | 5573 |
5547 } | 5574 } |
5548 class _SVGMPathElementImpl extends _SVGMPathElement implements js_library.JSObje
ctInterfacesDom { | 5575 class SymbolElementImpl extends SymbolElement implements js_library.JSObjectInte
rfacesDom { |
5549 _SVGMPathElementImpl.internal_() : super.internal_(); | 5576 SymbolElementImpl.internal_() : super.internal_(); |
5550 get runtimeType => _SVGMPathElement; | 5577 get runtimeType => SymbolElement; |
5551 toString() => super.toString(); | 5578 toString() => super.toString(); |
5552 } | 5579 } |
5553 patch class FEDisplacementMapElement { | 5580 patch class TSpanElement { |
5554 static Type get instanceRuntimeType => FEDisplacementMapElementImpl; | 5581 static Type get instanceRuntimeType => TSpanElementImpl; |
5555 | 5582 |
5556 } | 5583 } |
5557 class FEDisplacementMapElementImpl extends FEDisplacementMapElement implements j
s_library.JSObjectInterfacesDom { | 5584 class TSpanElementImpl extends TSpanElement implements js_library.JSObjectInterf
acesDom { |
5558 FEDisplacementMapElementImpl.internal_() : super.internal_(); | 5585 TSpanElementImpl.internal_() : super.internal_(); |
5559 get runtimeType => FEDisplacementMapElement; | 5586 get runtimeType => TSpanElement; |
5560 toString() => super.toString(); | 5587 toString() => super.toString(); |
5561 } | 5588 } |
5562 patch class PathSegCurvetoQuadraticSmoothAbs { | 5589 patch class Tests { |
5563 static Type get instanceRuntimeType => PathSegCurvetoQuadraticSmoothAbsImpl; | 5590 static Type get instanceRuntimeType => TestsImpl; |
5564 | 5591 |
5565 } | 5592 } |
5566 class PathSegCurvetoQuadraticSmoothAbsImpl extends PathSegCurvetoQuadraticSmooth
Abs implements js_library.JSObjectInterfacesDom { | 5593 class TestsImpl extends Tests implements js_library.JSObjectInterfacesDom { |
5567 PathSegCurvetoQuadraticSmoothAbsImpl.internal_() : super.internal_(); | 5594 TestsImpl.internal_() : super.internal_(); |
5568 get runtimeType => PathSegCurvetoQuadraticSmoothAbs; | 5595 get runtimeType => Tests; |
5569 toString() => super.toString(); | 5596 toString() => super.toString(); |
5570 } | 5597 } |
5571 patch class PathSegClosePath { | 5598 patch class TextContentElement { |
5572 static Type get instanceRuntimeType => PathSegClosePathImpl; | 5599 static Type get instanceRuntimeType => TextContentElementImpl; |
5573 | 5600 |
5574 } | 5601 } |
5575 class PathSegClosePathImpl extends PathSegClosePath implements js_library.JSObje
ctInterfacesDom { | 5602 class TextContentElementImpl extends TextContentElement implements js_library.JS
ObjectInterfacesDom { |
5576 PathSegClosePathImpl.internal_() : super.internal_(); | 5603 TextContentElementImpl.internal_() : super.internal_(); |
5577 get runtimeType => PathSegClosePath; | 5604 get runtimeType => TextContentElement; |
5578 toString() => super.toString(); | 5605 toString() => super.toString(); |
5579 } | 5606 } |
5580 patch class AnimatedLength { | 5607 patch class TextElement { |
5581 static Type get instanceRuntimeType => AnimatedLengthImpl; | 5608 static Type get instanceRuntimeType => TextElementImpl; |
5582 | 5609 |
5583 } | 5610 } |
5584 class AnimatedLengthImpl extends AnimatedLength implements js_library.JSObjectIn
terfacesDom { | 5611 class TextElementImpl extends TextElement implements js_library.JSObjectInterfac
esDom { |
5585 AnimatedLengthImpl.internal_() : super.internal_(); | 5612 TextElementImpl.internal_() : super.internal_(); |
5586 get runtimeType => AnimatedLength; | 5613 get runtimeType => TextElement; |
5587 toString() => super.toString(); | 5614 toString() => super.toString(); |
5588 } | 5615 } |
5589 patch class ClipPathElement { | 5616 patch class TextPathElement { |
5590 static Type get instanceRuntimeType => ClipPathElementImpl; | 5617 static Type get instanceRuntimeType => TextPathElementImpl; |
5591 | 5618 |
5592 } | 5619 } |
5593 class ClipPathElementImpl extends ClipPathElement implements js_library.JSObject
InterfacesDom { | 5620 class TextPathElementImpl extends TextPathElement implements js_library.JSObject
InterfacesDom { |
5594 ClipPathElementImpl.internal_() : super.internal_(); | 5621 TextPathElementImpl.internal_() : super.internal_(); |
5595 get runtimeType => ClipPathElement; | 5622 get runtimeType => TextPathElement; |
5596 toString() => super.toString(); | 5623 toString() => super.toString(); |
5597 } | 5624 } |
5598 patch class StopElement { | 5625 patch class TextPositioningElement { |
5599 static Type get instanceRuntimeType => StopElementImpl; | 5626 static Type get instanceRuntimeType => TextPositioningElementImpl; |
5600 | 5627 |
5601 } | 5628 } |
5602 class StopElementImpl extends StopElement implements js_library.JSObjectInterfac
esDom { | 5629 class TextPositioningElementImpl extends TextPositioningElement implements js_li
brary.JSObjectInterfacesDom { |
5603 StopElementImpl.internal_() : super.internal_(); | 5630 TextPositioningElementImpl.internal_() : super.internal_(); |
5604 get runtimeType => StopElement; | 5631 get runtimeType => TextPositioningElement; |
5605 toString() => super.toString(); | 5632 toString() => super.toString(); |
5606 } | 5633 } |
5607 patch class ViewSpec { | 5634 patch class TitleElement { |
5608 static Type get instanceRuntimeType => ViewSpecImpl; | 5635 static Type get instanceRuntimeType => TitleElementImpl; |
5609 | 5636 |
5610 } | 5637 } |
5611 class ViewSpecImpl extends ViewSpec implements js_library.JSObjectInterfacesDom
{ | 5638 class TitleElementImpl extends TitleElement implements js_library.JSObjectInterf
acesDom { |
5612 ViewSpecImpl.internal_() : super.internal_(); | 5639 TitleElementImpl.internal_() : super.internal_(); |
5613 get runtimeType => ViewSpec; | 5640 get runtimeType => TitleElement; |
5614 toString() => super.toString(); | 5641 toString() => super.toString(); |
5615 } | 5642 } |
5616 patch class LengthList { | 5643 patch class Transform { |
5617 static Type get instanceRuntimeType => LengthListImpl; | 5644 static Type get instanceRuntimeType => TransformImpl; |
5618 | 5645 |
5619 } | 5646 } |
5620 class LengthListImpl extends LengthList implements js_library.JSObjectInterfaces
Dom { | 5647 class TransformImpl extends Transform implements js_library.JSObjectInterfacesDo
m { |
5621 LengthListImpl.internal_() : super.internal_(); | 5648 TransformImpl.internal_() : super.internal_(); |
5622 get runtimeType => LengthList; | 5649 get runtimeType => Transform; |
5623 toString() => super.toString(); | 5650 toString() => super.toString(); |
5624 } | 5651 } |
5625 patch class _SVGCursorElement { | 5652 patch class TransformList { |
5626 static Type get instanceRuntimeType => _SVGCursorElementImpl; | 5653 static Type get instanceRuntimeType => TransformListImpl; |
5627 | 5654 |
5628 } | 5655 } |
5629 class _SVGCursorElementImpl extends _SVGCursorElement implements js_library.JSOb
jectInterfacesDom { | 5656 class TransformListImpl extends TransformList implements js_library.JSObjectInte
rfacesDom { |
5630 _SVGCursorElementImpl.internal_() : super.internal_(); | 5657 TransformListImpl.internal_() : super.internal_(); |
5631 get runtimeType => _SVGCursorElement; | 5658 get runtimeType => TransformList; |
5632 toString() => super.toString(); | |
5633 } | |
5634 patch class ForeignObjectElement { | |
5635 static Type get instanceRuntimeType => ForeignObjectElementImpl; | |
5636 | |
5637 } | |
5638 class ForeignObjectElementImpl extends ForeignObjectElement implements js_librar
y.JSObjectInterfacesDom { | |
5639 ForeignObjectElementImpl.internal_() : super.internal_(); | |
5640 get runtimeType => ForeignObjectElement; | |
5641 toString() => super.toString(); | |
5642 } | |
5643 patch class SetElement { | |
5644 static Type get instanceRuntimeType => SetElementImpl; | |
5645 | |
5646 } | |
5647 class SetElementImpl extends SetElement implements js_library.JSObjectInterfaces
Dom { | |
5648 SetElementImpl.internal_() : super.internal_(); | |
5649 get runtimeType => SetElement; | |
5650 toString() => super.toString(); | |
5651 } | |
5652 patch class SvgElement { | |
5653 static Type get instanceRuntimeType => SvgElementImpl; | |
5654 | |
5655 } | |
5656 class SvgElementImpl extends SvgElement implements js_library.JSObjectInterfaces
Dom { | |
5657 SvgElementImpl.internal_() : super.internal_(); | |
5658 get runtimeType => SvgElement; | |
5659 toString() => super.toString(); | 5659 toString() => super.toString(); |
5660 } | 5660 } |
5661 patch class UnitTypes { | 5661 patch class UnitTypes { |
5662 static Type get instanceRuntimeType => UnitTypesImpl; | 5662 static Type get instanceRuntimeType => UnitTypesImpl; |
5663 | 5663 |
5664 } | 5664 } |
5665 class UnitTypesImpl extends UnitTypes implements js_library.JSObjectInterfacesDo
m { | 5665 class UnitTypesImpl extends UnitTypes implements js_library.JSObjectInterfacesDo
m { |
5666 UnitTypesImpl.internal_() : super.internal_(); | 5666 UnitTypesImpl.internal_() : super.internal_(); |
5667 get runtimeType => UnitTypes; | 5667 get runtimeType => UnitTypes; |
5668 toString() => super.toString(); | 5668 toString() => super.toString(); |
5669 } | 5669 } |
5670 patch class FEComponentTransferElement { | 5670 patch class UriReference { |
5671 static Type get instanceRuntimeType => FEComponentTransferElementImpl; | 5671 static Type get instanceRuntimeType => UriReferenceImpl; |
5672 | 5672 |
5673 } | 5673 } |
5674 class FEComponentTransferElementImpl extends FEComponentTransferElement implemen
ts js_library.JSObjectInterfacesDom { | 5674 class UriReferenceImpl extends UriReference implements js_library.JSObjectInterf
acesDom { |
5675 FEComponentTransferElementImpl.internal_() : super.internal_(); | 5675 UriReferenceImpl.internal_() : super.internal_(); |
5676 get runtimeType => FEComponentTransferElement; | 5676 get runtimeType => UriReference; |
5677 toString() => super.toString(); | 5677 toString() => super.toString(); |
5678 } | 5678 } |
5679 patch class PathSegLinetoVerticalAbs { | 5679 patch class UseElement { |
5680 static Type get instanceRuntimeType => PathSegLinetoVerticalAbsImpl; | 5680 static Type get instanceRuntimeType => UseElementImpl; |
5681 | 5681 |
5682 } | 5682 } |
5683 class PathSegLinetoVerticalAbsImpl extends PathSegLinetoVerticalAbs implements j
s_library.JSObjectInterfacesDom { | 5683 class UseElementImpl extends UseElement implements js_library.JSObjectInterfaces
Dom { |
5684 PathSegLinetoVerticalAbsImpl.internal_() : super.internal_(); | 5684 UseElementImpl.internal_() : super.internal_(); |
5685 get runtimeType => PathSegLinetoVerticalAbs; | 5685 get runtimeType => UseElement; |
5686 toString() => super.toString(); | 5686 toString() => super.toString(); |
5687 } | 5687 } |
5688 patch class DescElement { | 5688 patch class ViewElement { |
5689 static Type get instanceRuntimeType => DescElementImpl; | 5689 static Type get instanceRuntimeType => ViewElementImpl; |
5690 | 5690 |
5691 } | 5691 } |
5692 class DescElementImpl extends DescElement implements js_library.JSObjectInterfac
esDom { | 5692 class ViewElementImpl extends ViewElement implements js_library.JSObjectInterfac
esDom { |
5693 DescElementImpl.internal_() : super.internal_(); | 5693 ViewElementImpl.internal_() : super.internal_(); |
5694 get runtimeType => DescElement; | 5694 get runtimeType => ViewElement; |
5695 toString() => super.toString(); | 5695 toString() => super.toString(); |
5696 } | 5696 } |
5697 patch class DiscardElement { | 5697 patch class ViewSpec { |
5698 static Type get instanceRuntimeType => DiscardElementImpl; | 5698 static Type get instanceRuntimeType => ViewSpecImpl; |
5699 | 5699 |
5700 } | 5700 } |
5701 class DiscardElementImpl extends DiscardElement implements js_library.JSObjectIn
terfacesDom { | 5701 class ViewSpecImpl extends ViewSpec implements js_library.JSObjectInterfacesDom
{ |
5702 DiscardElementImpl.internal_() : super.internal_(); | 5702 ViewSpecImpl.internal_() : super.internal_(); |
5703 get runtimeType => DiscardElement; | 5703 get runtimeType => ViewSpec; |
5704 toString() => super.toString(); | |
5705 } | |
5706 patch class FEMergeNodeElement { | |
5707 static Type get instanceRuntimeType => FEMergeNodeElementImpl; | |
5708 | |
5709 } | |
5710 class FEMergeNodeElementImpl extends FEMergeNodeElement implements js_library.JS
ObjectInterfacesDom { | |
5711 FEMergeNodeElementImpl.internal_() : super.internal_(); | |
5712 get runtimeType => FEMergeNodeElement; | |
5713 toString() => super.toString(); | |
5714 } | |
5715 patch class TextPathElement { | |
5716 static Type get instanceRuntimeType => TextPathElementImpl; | |
5717 | |
5718 } | |
5719 class TextPathElementImpl extends TextPathElement implements js_library.JSObject
InterfacesDom { | |
5720 TextPathElementImpl.internal_() : super.internal_(); | |
5721 get runtimeType => TextPathElement; | |
5722 toString() => super.toString(); | |
5723 } | |
5724 patch class FEOffsetElement { | |
5725 static Type get instanceRuntimeType => FEOffsetElementImpl; | |
5726 | |
5727 } | |
5728 class FEOffsetElementImpl extends FEOffsetElement implements js_library.JSObject
InterfacesDom { | |
5729 FEOffsetElementImpl.internal_() : super.internal_(); | |
5730 get runtimeType => FEOffsetElement; | |
5731 toString() => super.toString(); | 5704 toString() => super.toString(); |
5732 } | 5705 } |
5733 patch class ZoomAndPan { | 5706 patch class ZoomAndPan { |
5734 static Type get instanceRuntimeType => ZoomAndPanImpl; | 5707 static Type get instanceRuntimeType => ZoomAndPanImpl; |
5735 | 5708 |
5736 } | 5709 } |
5737 class ZoomAndPanImpl extends ZoomAndPan implements js_library.JSObjectInterfaces
Dom { | 5710 class ZoomAndPanImpl extends ZoomAndPan implements js_library.JSObjectInterfaces
Dom { |
5738 ZoomAndPanImpl.internal_() : super.internal_(); | 5711 ZoomAndPanImpl.internal_() : super.internal_(); |
5739 get runtimeType => ZoomAndPan; | 5712 get runtimeType => ZoomAndPan; |
5740 toString() => super.toString(); | 5713 toString() => super.toString(); |
5741 } | 5714 } |
5742 patch class ViewElement { | 5715 patch class ZoomEvent { |
5743 static Type get instanceRuntimeType => ViewElementImpl; | 5716 static Type get instanceRuntimeType => ZoomEventImpl; |
5744 | 5717 |
5745 } | 5718 } |
5746 class ViewElementImpl extends ViewElement implements js_library.JSObjectInterfac
esDom { | 5719 class ZoomEventImpl extends ZoomEvent implements js_library.JSObjectInterfacesDo
m { |
5747 ViewElementImpl.internal_() : super.internal_(); | 5720 ZoomEventImpl.internal_() : super.internal_(); |
5748 get runtimeType => ViewElement; | 5721 get runtimeType => ZoomEvent; |
5749 toString() => super.toString(); | 5722 toString() => super.toString(); |
5750 } | 5723 } |
5751 patch class FEPointLightElement { | 5724 patch class _GradientElement { |
5752 static Type get instanceRuntimeType => FEPointLightElementImpl; | 5725 static Type get instanceRuntimeType => _GradientElementImpl; |
5753 | 5726 |
5754 } | 5727 } |
5755 class FEPointLightElementImpl extends FEPointLightElement implements js_library.
JSObjectInterfacesDom { | 5728 class _GradientElementImpl extends _GradientElement implements js_library.JSObje
ctInterfacesDom { |
5756 FEPointLightElementImpl.internal_() : super.internal_(); | 5729 _GradientElementImpl.internal_() : super.internal_(); |
5757 get runtimeType => FEPointLightElement; | 5730 get runtimeType => _GradientElement; |
5758 toString() => super.toString(); | 5731 toString() => super.toString(); |
5759 } | 5732 } |
5760 patch class FEFuncAElement { | 5733 patch class _SVGComponentTransferFunctionElement { |
5761 static Type get instanceRuntimeType => FEFuncAElementImpl; | 5734 static Type get instanceRuntimeType => _SVGComponentTransferFunctionElementImp
l; |
5762 | 5735 |
5763 } | 5736 } |
5764 class FEFuncAElementImpl extends FEFuncAElement implements js_library.JSObjectIn
terfacesDom { | 5737 class _SVGComponentTransferFunctionElementImpl extends _SVGComponentTransferFunc
tionElement implements js_library.JSObjectInterfacesDom { |
5765 FEFuncAElementImpl.internal_() : super.internal_(); | 5738 _SVGComponentTransferFunctionElementImpl.internal_() : super.internal_(); |
5766 get runtimeType => FEFuncAElement; | 5739 get runtimeType => _SVGComponentTransferFunctionElement; |
| 5740 toString() => super.toString(); |
| 5741 } |
| 5742 patch class _SVGCursorElement { |
| 5743 static Type get instanceRuntimeType => _SVGCursorElementImpl; |
| 5744 |
| 5745 } |
| 5746 class _SVGCursorElementImpl extends _SVGCursorElement implements js_library.JSOb
jectInterfacesDom { |
| 5747 _SVGCursorElementImpl.internal_() : super.internal_(); |
| 5748 get runtimeType => _SVGCursorElement; |
| 5749 toString() => super.toString(); |
| 5750 } |
| 5751 patch class _SVGFEDropShadowElement { |
| 5752 static Type get instanceRuntimeType => _SVGFEDropShadowElementImpl; |
| 5753 |
| 5754 } |
| 5755 class _SVGFEDropShadowElementImpl extends _SVGFEDropShadowElement implements js_
library.JSObjectInterfacesDom { |
| 5756 _SVGFEDropShadowElementImpl.internal_() : super.internal_(); |
| 5757 get runtimeType => _SVGFEDropShadowElement; |
| 5758 toString() => super.toString(); |
| 5759 } |
| 5760 patch class _SVGMPathElement { |
| 5761 static Type get instanceRuntimeType => _SVGMPathElementImpl; |
| 5762 |
| 5763 } |
| 5764 class _SVGMPathElementImpl extends _SVGMPathElement implements js_library.JSObje
ctInterfacesDom { |
| 5765 _SVGMPathElementImpl.internal_() : super.internal_(); |
| 5766 get runtimeType => _SVGMPathElement; |
5767 toString() => super.toString(); | 5767 toString() => super.toString(); |
5768 } | 5768 } |
5769 | 5769 |
5770 """],"dart:web_audio": ["dart:web_audio", "dart:web_audio_js_interop_patch.dart"
, """import 'dart:js' as js_library; | 5770 """],"dart:web_audio": ["dart:web_audio", "dart:web_audio_js_interop_patch.dart"
, """import 'dart:js' as js_library; |
5771 | 5771 |
5772 /** | 5772 /** |
5773 * Placeholder object for cases where we need to determine exactly how many | 5773 * Placeholder object for cases where we need to determine exactly how many |
5774 * args were passed to a function. | 5774 * args were passed to a function. |
5775 */ | 5775 */ |
5776 const _UNDEFINED_JS_CONST = const Object(); | 5776 const _UNDEFINED_JS_CONST = const Object(); |
5777 | 5777 |
5778 patch class GainNode { | 5778 patch class AnalyserNode { |
5779 static Type get instanceRuntimeType => GainNodeImpl; | 5779 static Type get instanceRuntimeType => AnalyserNodeImpl; |
5780 | 5780 |
5781 } | 5781 } |
5782 class GainNodeImpl extends GainNode implements js_library.JSObjectInterfacesDom
{ | 5782 class AnalyserNodeImpl extends AnalyserNode implements js_library.JSObjectInterf
acesDom { |
5783 GainNodeImpl.internal_() : super.internal_(); | 5783 AnalyserNodeImpl.internal_() : super.internal_(); |
5784 get runtimeType => GainNode; | 5784 get runtimeType => AnalyserNode; |
5785 toString() => super.toString(); | 5785 toString() => super.toString(); |
5786 } | 5786 } |
5787 patch class MediaStreamAudioDestinationNode { | 5787 patch class AudioBuffer { |
5788 static Type get instanceRuntimeType => MediaStreamAudioDestinationNodeImpl; | 5788 static Type get instanceRuntimeType => AudioBufferImpl; |
5789 | 5789 |
5790 } | 5790 } |
5791 class MediaStreamAudioDestinationNodeImpl extends MediaStreamAudioDestinationNod
e implements js_library.JSObjectInterfacesDom { | 5791 class AudioBufferImpl extends AudioBuffer implements js_library.JSObjectInterfac
esDom { |
5792 MediaStreamAudioDestinationNodeImpl.internal_() : super.internal_(); | 5792 AudioBufferImpl.internal_() : super.internal_(); |
5793 get runtimeType => MediaStreamAudioDestinationNode; | 5793 get runtimeType => AudioBuffer; |
| 5794 toString() => super.toString(); |
| 5795 } |
| 5796 patch class AudioBufferSourceNode { |
| 5797 static Type get instanceRuntimeType => AudioBufferSourceNodeImpl; |
| 5798 |
| 5799 } |
| 5800 class AudioBufferSourceNodeImpl extends AudioBufferSourceNode implements js_libr
ary.JSObjectInterfacesDom { |
| 5801 AudioBufferSourceNodeImpl.internal_() : super.internal_(); |
| 5802 get runtimeType => AudioBufferSourceNode; |
| 5803 toString() => super.toString(); |
| 5804 } |
| 5805 patch class AudioContext { |
| 5806 static Type get instanceRuntimeType => AudioContextImpl; |
| 5807 |
| 5808 } |
| 5809 class AudioContextImpl extends AudioContext implements js_library.JSObjectInterf
acesDom { |
| 5810 AudioContextImpl.internal_() : super.internal_(); |
| 5811 get runtimeType => AudioContext; |
| 5812 toString() => super.toString(); |
| 5813 } |
| 5814 patch class AudioDestinationNode { |
| 5815 static Type get instanceRuntimeType => AudioDestinationNodeImpl; |
| 5816 |
| 5817 } |
| 5818 class AudioDestinationNodeImpl extends AudioDestinationNode implements js_librar
y.JSObjectInterfacesDom { |
| 5819 AudioDestinationNodeImpl.internal_() : super.internal_(); |
| 5820 get runtimeType => AudioDestinationNode; |
| 5821 toString() => super.toString(); |
| 5822 } |
| 5823 patch class AudioListener { |
| 5824 static Type get instanceRuntimeType => AudioListenerImpl; |
| 5825 |
| 5826 } |
| 5827 class AudioListenerImpl extends AudioListener implements js_library.JSObjectInte
rfacesDom { |
| 5828 AudioListenerImpl.internal_() : super.internal_(); |
| 5829 get runtimeType => AudioListener; |
| 5830 toString() => super.toString(); |
| 5831 } |
| 5832 patch class AudioNode { |
| 5833 static Type get instanceRuntimeType => AudioNodeImpl; |
| 5834 |
| 5835 } |
| 5836 class AudioNodeImpl extends AudioNode implements js_library.JSObjectInterfacesDo
m { |
| 5837 AudioNodeImpl.internal_() : super.internal_(); |
| 5838 get runtimeType => AudioNode; |
| 5839 toString() => super.toString(); |
| 5840 } |
| 5841 patch class AudioParam { |
| 5842 static Type get instanceRuntimeType => AudioParamImpl; |
| 5843 |
| 5844 } |
| 5845 class AudioParamImpl extends AudioParam implements js_library.JSObjectInterfaces
Dom { |
| 5846 AudioParamImpl.internal_() : super.internal_(); |
| 5847 get runtimeType => AudioParam; |
5794 toString() => super.toString(); | 5848 toString() => super.toString(); |
5795 } | 5849 } |
5796 patch class AudioProcessingEvent { | 5850 patch class AudioProcessingEvent { |
5797 static Type get instanceRuntimeType => AudioProcessingEventImpl; | 5851 static Type get instanceRuntimeType => AudioProcessingEventImpl; |
5798 | 5852 |
5799 } | 5853 } |
5800 class AudioProcessingEventImpl extends AudioProcessingEvent implements js_librar
y.JSObjectInterfacesDom { | 5854 class AudioProcessingEventImpl extends AudioProcessingEvent implements js_librar
y.JSObjectInterfacesDom { |
5801 AudioProcessingEventImpl.internal_() : super.internal_(); | 5855 AudioProcessingEventImpl.internal_() : super.internal_(); |
5802 get runtimeType => AudioProcessingEvent; | 5856 get runtimeType => AudioProcessingEvent; |
5803 toString() => super.toString(); | 5857 toString() => super.toString(); |
5804 } | 5858 } |
5805 patch class StereoPannerNode { | 5859 patch class AudioSourceNode { |
5806 static Type get instanceRuntimeType => StereoPannerNodeImpl; | 5860 static Type get instanceRuntimeType => AudioSourceNodeImpl; |
5807 | 5861 |
5808 } | 5862 } |
5809 class StereoPannerNodeImpl extends StereoPannerNode implements js_library.JSObje
ctInterfacesDom { | 5863 class AudioSourceNodeImpl extends AudioSourceNode implements js_library.JSObject
InterfacesDom { |
5810 StereoPannerNodeImpl.internal_() : super.internal_(); | 5864 AudioSourceNodeImpl.internal_() : super.internal_(); |
5811 get runtimeType => StereoPannerNode; | 5865 get runtimeType => AudioSourceNode; |
5812 toString() => super.toString(); | 5866 toString() => super.toString(); |
5813 } | 5867 } |
5814 patch class DynamicsCompressorNode { | 5868 patch class BiquadFilterNode { |
5815 static Type get instanceRuntimeType => DynamicsCompressorNodeImpl; | 5869 static Type get instanceRuntimeType => BiquadFilterNodeImpl; |
5816 | 5870 |
5817 } | 5871 } |
5818 class DynamicsCompressorNodeImpl extends DynamicsCompressorNode implements js_li
brary.JSObjectInterfacesDom { | 5872 class BiquadFilterNodeImpl extends BiquadFilterNode implements js_library.JSObje
ctInterfacesDom { |
5819 DynamicsCompressorNodeImpl.internal_() : super.internal_(); | 5873 BiquadFilterNodeImpl.internal_() : super.internal_(); |
5820 get runtimeType => DynamicsCompressorNode; | 5874 get runtimeType => BiquadFilterNode; |
5821 toString() => super.toString(); | 5875 toString() => super.toString(); |
5822 } | 5876 } |
5823 patch class PeriodicWave { | 5877 patch class ChannelMergerNode { |
5824 static Type get instanceRuntimeType => PeriodicWaveImpl; | 5878 static Type get instanceRuntimeType => ChannelMergerNodeImpl; |
5825 | 5879 |
5826 } | 5880 } |
5827 class PeriodicWaveImpl extends PeriodicWave implements js_library.JSObjectInterf
acesDom { | 5881 class ChannelMergerNodeImpl extends ChannelMergerNode implements js_library.JSOb
jectInterfacesDom { |
5828 PeriodicWaveImpl.internal_() : super.internal_(); | 5882 ChannelMergerNodeImpl.internal_() : super.internal_(); |
5829 get runtimeType => PeriodicWave; | 5883 get runtimeType => ChannelMergerNode; |
5830 toString() => super.toString(); | 5884 toString() => super.toString(); |
5831 } | 5885 } |
5832 patch class MediaStreamAudioSourceNode { | 5886 patch class ChannelSplitterNode { |
5833 static Type get instanceRuntimeType => MediaStreamAudioSourceNodeImpl; | 5887 static Type get instanceRuntimeType => ChannelSplitterNodeImpl; |
5834 | 5888 |
5835 } | 5889 } |
5836 class MediaStreamAudioSourceNodeImpl extends MediaStreamAudioSourceNode implemen
ts js_library.JSObjectInterfacesDom { | 5890 class ChannelSplitterNodeImpl extends ChannelSplitterNode implements js_library.
JSObjectInterfacesDom { |
5837 MediaStreamAudioSourceNodeImpl.internal_() : super.internal_(); | 5891 ChannelSplitterNodeImpl.internal_() : super.internal_(); |
5838 get runtimeType => MediaStreamAudioSourceNode; | 5892 get runtimeType => ChannelSplitterNode; |
5839 toString() => super.toString(); | |
5840 } | |
5841 patch class PannerNode { | |
5842 static Type get instanceRuntimeType => PannerNodeImpl; | |
5843 | |
5844 } | |
5845 class PannerNodeImpl extends PannerNode implements js_library.JSObjectInterfaces
Dom { | |
5846 PannerNodeImpl.internal_() : super.internal_(); | |
5847 get runtimeType => PannerNode; | |
5848 toString() => super.toString(); | |
5849 } | |
5850 patch class OfflineAudioContext { | |
5851 static Type get instanceRuntimeType => OfflineAudioContextImpl; | |
5852 | |
5853 } | |
5854 class OfflineAudioContextImpl extends OfflineAudioContext implements js_library.
JSObjectInterfacesDom { | |
5855 OfflineAudioContextImpl.internal_() : super.internal_(); | |
5856 get runtimeType => OfflineAudioContext; | |
5857 toString() => super.toString(); | |
5858 } | |
5859 patch class AudioParam { | |
5860 static Type get instanceRuntimeType => AudioParamImpl; | |
5861 | |
5862 } | |
5863 class AudioParamImpl extends AudioParam implements js_library.JSObjectInterfaces
Dom { | |
5864 AudioParamImpl.internal_() : super.internal_(); | |
5865 get runtimeType => AudioParam; | |
5866 toString() => super.toString(); | |
5867 } | |
5868 patch class AnalyserNode { | |
5869 static Type get instanceRuntimeType => AnalyserNodeImpl; | |
5870 | |
5871 } | |
5872 class AnalyserNodeImpl extends AnalyserNode implements js_library.JSObjectInterf
acesDom { | |
5873 AnalyserNodeImpl.internal_() : super.internal_(); | |
5874 get runtimeType => AnalyserNode; | |
5875 toString() => super.toString(); | 5893 toString() => super.toString(); |
5876 } | 5894 } |
5877 patch class ConvolverNode { | 5895 patch class ConvolverNode { |
5878 static Type get instanceRuntimeType => ConvolverNodeImpl; | 5896 static Type get instanceRuntimeType => ConvolverNodeImpl; |
5879 | 5897 |
5880 } | 5898 } |
5881 class ConvolverNodeImpl extends ConvolverNode implements js_library.JSObjectInte
rfacesDom { | 5899 class ConvolverNodeImpl extends ConvolverNode implements js_library.JSObjectInte
rfacesDom { |
5882 ConvolverNodeImpl.internal_() : super.internal_(); | 5900 ConvolverNodeImpl.internal_() : super.internal_(); |
5883 get runtimeType => ConvolverNode; | 5901 get runtimeType => ConvolverNode; |
5884 toString() => super.toString(); | 5902 toString() => super.toString(); |
5885 } | 5903 } |
5886 patch class AudioNode { | 5904 patch class DelayNode { |
5887 static Type get instanceRuntimeType => AudioNodeImpl; | 5905 static Type get instanceRuntimeType => DelayNodeImpl; |
5888 | 5906 |
5889 } | 5907 } |
5890 class AudioNodeImpl extends AudioNode implements js_library.JSObjectInterfacesDo
m { | 5908 class DelayNodeImpl extends DelayNode implements js_library.JSObjectInterfacesDo
m { |
5891 AudioNodeImpl.internal_() : super.internal_(); | 5909 DelayNodeImpl.internal_() : super.internal_(); |
5892 get runtimeType => AudioNode; | 5910 get runtimeType => DelayNode; |
5893 toString() => super.toString(); | 5911 toString() => super.toString(); |
5894 } | 5912 } |
5895 patch class AudioDestinationNode { | 5913 patch class DynamicsCompressorNode { |
5896 static Type get instanceRuntimeType => AudioDestinationNodeImpl; | 5914 static Type get instanceRuntimeType => DynamicsCompressorNodeImpl; |
5897 | 5915 |
5898 } | 5916 } |
5899 class AudioDestinationNodeImpl extends AudioDestinationNode implements js_librar
y.JSObjectInterfacesDom { | 5917 class DynamicsCompressorNodeImpl extends DynamicsCompressorNode implements js_li
brary.JSObjectInterfacesDom { |
5900 AudioDestinationNodeImpl.internal_() : super.internal_(); | 5918 DynamicsCompressorNodeImpl.internal_() : super.internal_(); |
5901 get runtimeType => AudioDestinationNode; | 5919 get runtimeType => DynamicsCompressorNode; |
5902 toString() => super.toString(); | 5920 toString() => super.toString(); |
5903 } | 5921 } |
5904 patch class WaveShaperNode { | 5922 patch class GainNode { |
5905 static Type get instanceRuntimeType => WaveShaperNodeImpl; | 5923 static Type get instanceRuntimeType => GainNodeImpl; |
5906 | 5924 |
5907 } | 5925 } |
5908 class WaveShaperNodeImpl extends WaveShaperNode implements js_library.JSObjectIn
terfacesDom { | 5926 class GainNodeImpl extends GainNode implements js_library.JSObjectInterfacesDom
{ |
5909 WaveShaperNodeImpl.internal_() : super.internal_(); | 5927 GainNodeImpl.internal_() : super.internal_(); |
5910 get runtimeType => WaveShaperNode; | 5928 get runtimeType => GainNode; |
5911 toString() => super.toString(); | |
5912 } | |
5913 patch class ScriptProcessorNode { | |
5914 static Type get instanceRuntimeType => ScriptProcessorNodeImpl; | |
5915 | |
5916 } | |
5917 class ScriptProcessorNodeImpl extends ScriptProcessorNode implements js_library.
JSObjectInterfacesDom { | |
5918 ScriptProcessorNodeImpl.internal_() : super.internal_(); | |
5919 get runtimeType => ScriptProcessorNode; | |
5920 toString() => super.toString(); | 5929 toString() => super.toString(); |
5921 } | 5930 } |
5922 patch class MediaElementAudioSourceNode { | 5931 patch class MediaElementAudioSourceNode { |
5923 static Type get instanceRuntimeType => MediaElementAudioSourceNodeImpl; | 5932 static Type get instanceRuntimeType => MediaElementAudioSourceNodeImpl; |
5924 | 5933 |
5925 } | 5934 } |
5926 class MediaElementAudioSourceNodeImpl extends MediaElementAudioSourceNode implem
ents js_library.JSObjectInterfacesDom { | 5935 class MediaElementAudioSourceNodeImpl extends MediaElementAudioSourceNode implem
ents js_library.JSObjectInterfacesDom { |
5927 MediaElementAudioSourceNodeImpl.internal_() : super.internal_(); | 5936 MediaElementAudioSourceNodeImpl.internal_() : super.internal_(); |
5928 get runtimeType => MediaElementAudioSourceNode; | 5937 get runtimeType => MediaElementAudioSourceNode; |
5929 toString() => super.toString(); | 5938 toString() => super.toString(); |
5930 } | 5939 } |
5931 patch class AudioBufferSourceNode { | 5940 patch class MediaStreamAudioDestinationNode { |
5932 static Type get instanceRuntimeType => AudioBufferSourceNodeImpl; | 5941 static Type get instanceRuntimeType => MediaStreamAudioDestinationNodeImpl; |
5933 | 5942 |
5934 } | 5943 } |
5935 class AudioBufferSourceNodeImpl extends AudioBufferSourceNode implements js_libr
ary.JSObjectInterfacesDom { | 5944 class MediaStreamAudioDestinationNodeImpl extends MediaStreamAudioDestinationNod
e implements js_library.JSObjectInterfacesDom { |
5936 AudioBufferSourceNodeImpl.internal_() : super.internal_(); | 5945 MediaStreamAudioDestinationNodeImpl.internal_() : super.internal_(); |
5937 get runtimeType => AudioBufferSourceNode; | 5946 get runtimeType => MediaStreamAudioDestinationNode; |
5938 toString() => super.toString(); | 5947 toString() => super.toString(); |
5939 } | 5948 } |
5940 patch class AudioContext { | 5949 patch class MediaStreamAudioSourceNode { |
5941 static Type get instanceRuntimeType => AudioContextImpl; | 5950 static Type get instanceRuntimeType => MediaStreamAudioSourceNodeImpl; |
5942 | 5951 |
5943 } | 5952 } |
5944 class AudioContextImpl extends AudioContext implements js_library.JSObjectInterf
acesDom { | 5953 class MediaStreamAudioSourceNodeImpl extends MediaStreamAudioSourceNode implemen
ts js_library.JSObjectInterfacesDom { |
5945 AudioContextImpl.internal_() : super.internal_(); | 5954 MediaStreamAudioSourceNodeImpl.internal_() : super.internal_(); |
5946 get runtimeType => AudioContext; | 5955 get runtimeType => MediaStreamAudioSourceNode; |
5947 toString() => super.toString(); | |
5948 } | |
5949 patch class ChannelSplitterNode { | |
5950 static Type get instanceRuntimeType => ChannelSplitterNodeImpl; | |
5951 | |
5952 } | |
5953 class ChannelSplitterNodeImpl extends ChannelSplitterNode implements js_library.
JSObjectInterfacesDom { | |
5954 ChannelSplitterNodeImpl.internal_() : super.internal_(); | |
5955 get runtimeType => ChannelSplitterNode; | |
5956 toString() => super.toString(); | |
5957 } | |
5958 patch class DelayNode { | |
5959 static Type get instanceRuntimeType => DelayNodeImpl; | |
5960 | |
5961 } | |
5962 class DelayNodeImpl extends DelayNode implements js_library.JSObjectInterfacesDo
m { | |
5963 DelayNodeImpl.internal_() : super.internal_(); | |
5964 get runtimeType => DelayNode; | |
5965 toString() => super.toString(); | 5956 toString() => super.toString(); |
5966 } | 5957 } |
5967 patch class OfflineAudioCompletionEvent { | 5958 patch class OfflineAudioCompletionEvent { |
5968 static Type get instanceRuntimeType => OfflineAudioCompletionEventImpl; | 5959 static Type get instanceRuntimeType => OfflineAudioCompletionEventImpl; |
5969 | 5960 |
5970 } | 5961 } |
5971 class OfflineAudioCompletionEventImpl extends OfflineAudioCompletionEvent implem
ents js_library.JSObjectInterfacesDom { | 5962 class OfflineAudioCompletionEventImpl extends OfflineAudioCompletionEvent implem
ents js_library.JSObjectInterfacesDom { |
5972 OfflineAudioCompletionEventImpl.internal_() : super.internal_(); | 5963 OfflineAudioCompletionEventImpl.internal_() : super.internal_(); |
5973 get runtimeType => OfflineAudioCompletionEvent; | 5964 get runtimeType => OfflineAudioCompletionEvent; |
5974 toString() => super.toString(); | 5965 toString() => super.toString(); |
5975 } | 5966 } |
| 5967 patch class OfflineAudioContext { |
| 5968 static Type get instanceRuntimeType => OfflineAudioContextImpl; |
| 5969 |
| 5970 } |
| 5971 class OfflineAudioContextImpl extends OfflineAudioContext implements js_library.
JSObjectInterfacesDom { |
| 5972 OfflineAudioContextImpl.internal_() : super.internal_(); |
| 5973 get runtimeType => OfflineAudioContext; |
| 5974 toString() => super.toString(); |
| 5975 } |
5976 patch class OscillatorNode { | 5976 patch class OscillatorNode { |
5977 static Type get instanceRuntimeType => OscillatorNodeImpl; | 5977 static Type get instanceRuntimeType => OscillatorNodeImpl; |
5978 | 5978 |
5979 } | 5979 } |
5980 class OscillatorNodeImpl extends OscillatorNode implements js_library.JSObjectIn
terfacesDom { | 5980 class OscillatorNodeImpl extends OscillatorNode implements js_library.JSObjectIn
terfacesDom { |
5981 OscillatorNodeImpl.internal_() : super.internal_(); | 5981 OscillatorNodeImpl.internal_() : super.internal_(); |
5982 get runtimeType => OscillatorNode; | 5982 get runtimeType => OscillatorNode; |
5983 toString() => super.toString(); | 5983 toString() => super.toString(); |
5984 } | 5984 } |
5985 patch class BiquadFilterNode { | 5985 patch class PannerNode { |
5986 static Type get instanceRuntimeType => BiquadFilterNodeImpl; | 5986 static Type get instanceRuntimeType => PannerNodeImpl; |
5987 | 5987 |
5988 } | 5988 } |
5989 class BiquadFilterNodeImpl extends BiquadFilterNode implements js_library.JSObje
ctInterfacesDom { | 5989 class PannerNodeImpl extends PannerNode implements js_library.JSObjectInterfaces
Dom { |
5990 BiquadFilterNodeImpl.internal_() : super.internal_(); | 5990 PannerNodeImpl.internal_() : super.internal_(); |
5991 get runtimeType => BiquadFilterNode; | 5991 get runtimeType => PannerNode; |
5992 toString() => super.toString(); | 5992 toString() => super.toString(); |
5993 } | 5993 } |
5994 patch class AudioBuffer { | 5994 patch class PeriodicWave { |
5995 static Type get instanceRuntimeType => AudioBufferImpl; | 5995 static Type get instanceRuntimeType => PeriodicWaveImpl; |
5996 | 5996 |
5997 } | 5997 } |
5998 class AudioBufferImpl extends AudioBuffer implements js_library.JSObjectInterfac
esDom { | 5998 class PeriodicWaveImpl extends PeriodicWave implements js_library.JSObjectInterf
acesDom { |
5999 AudioBufferImpl.internal_() : super.internal_(); | 5999 PeriodicWaveImpl.internal_() : super.internal_(); |
6000 get runtimeType => AudioBuffer; | 6000 get runtimeType => PeriodicWave; |
6001 toString() => super.toString(); | 6001 toString() => super.toString(); |
6002 } | 6002 } |
6003 patch class ChannelMergerNode { | 6003 patch class ScriptProcessorNode { |
6004 static Type get instanceRuntimeType => ChannelMergerNodeImpl; | 6004 static Type get instanceRuntimeType => ScriptProcessorNodeImpl; |
6005 | 6005 |
6006 } | 6006 } |
6007 class ChannelMergerNodeImpl extends ChannelMergerNode implements js_library.JSOb
jectInterfacesDom { | 6007 class ScriptProcessorNodeImpl extends ScriptProcessorNode implements js_library.
JSObjectInterfacesDom { |
6008 ChannelMergerNodeImpl.internal_() : super.internal_(); | 6008 ScriptProcessorNodeImpl.internal_() : super.internal_(); |
6009 get runtimeType => ChannelMergerNode; | 6009 get runtimeType => ScriptProcessorNode; |
6010 toString() => super.toString(); | 6010 toString() => super.toString(); |
6011 } | 6011 } |
6012 patch class AudioSourceNode { | 6012 patch class StereoPannerNode { |
6013 static Type get instanceRuntimeType => AudioSourceNodeImpl; | 6013 static Type get instanceRuntimeType => StereoPannerNodeImpl; |
6014 | 6014 |
6015 } | 6015 } |
6016 class AudioSourceNodeImpl extends AudioSourceNode implements js_library.JSObject
InterfacesDom { | 6016 class StereoPannerNodeImpl extends StereoPannerNode implements js_library.JSObje
ctInterfacesDom { |
6017 AudioSourceNodeImpl.internal_() : super.internal_(); | 6017 StereoPannerNodeImpl.internal_() : super.internal_(); |
6018 get runtimeType => AudioSourceNode; | 6018 get runtimeType => StereoPannerNode; |
6019 toString() => super.toString(); | 6019 toString() => super.toString(); |
6020 } | 6020 } |
6021 patch class AudioListener { | 6021 patch class WaveShaperNode { |
6022 static Type get instanceRuntimeType => AudioListenerImpl; | 6022 static Type get instanceRuntimeType => WaveShaperNodeImpl; |
6023 | 6023 |
6024 } | 6024 } |
6025 class AudioListenerImpl extends AudioListener implements js_library.JSObjectInte
rfacesDom { | 6025 class WaveShaperNodeImpl extends WaveShaperNode implements js_library.JSObjectIn
terfacesDom { |
6026 AudioListenerImpl.internal_() : super.internal_(); | 6026 WaveShaperNodeImpl.internal_() : super.internal_(); |
6027 get runtimeType => AudioListener; | 6027 get runtimeType => WaveShaperNode; |
6028 toString() => super.toString(); | 6028 toString() => super.toString(); |
6029 } | 6029 } |
6030 | 6030 |
6031 """],}; | 6031 """],}; |
6032 // END_OF_CACHED_PATCHES | 6032 // END_OF_CACHED_PATCHES |
OLD | NEW |