From ec68a78c1da44956d26e4ef12aa3384aff32ab63 Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sun, 29 Jan 2023 20:26:35 +0800 Subject: [PATCH] Test reflection --- experiment/container/example1/bin/main.dart | 35 + .../container/example2/bin/example.dart | 1 - .../example2/bin/example.reflectable.dart | 6318 ++++++++++++++++- experiment/container/example2/pubspec.yaml | 8 +- 4 files changed, 6250 insertions(+), 112 deletions(-) create mode 100644 experiment/container/example1/bin/main.dart diff --git a/experiment/container/example1/bin/main.dart b/experiment/container/example1/bin/main.dart new file mode 100644 index 00000000..76569588 --- /dev/null +++ b/experiment/container/example1/bin/main.dart @@ -0,0 +1,35 @@ +import 'dart:mirrors'; + +void main() { + final stopwatch = Stopwatch()..start(); + + var reflectedClass = reflect(Shape()); + + reflectedClass.invoke(#draw, []); + + //reflectedClass.invoke(Symbol('draw'), []); + + print('Reflection executed in ${stopwatch.elapsed.inMilliseconds} ms'); + stopwatch.stop(); + + printAnnotationValue(String); + printAnnotationValue(Shape); +} + +class Shape { + void draw() => print("Draw Shape"); +} + +void printAnnotationValue(final Type clazz) { + final DeclarationMirror clazzDeclaration = reflectClass(clazz); + final ClassMirror someAnnotationMirror = reflectClass(Shape); + final annotationInstsanceMirror = + clazzDeclaration.metadata.where((d) => d.type == someAnnotationMirror); + if (annotationInstsanceMirror.isEmpty) { + print('Annotation is not on this class'); + return; + } + final someAnnotationInstance = + (annotationInstsanceMirror.first.reflectee as Shape); + print("${someAnnotationInstance.draw}"); +} diff --git a/experiment/container/example2/bin/example.dart b/experiment/container/example2/bin/example.dart index 21f59e95..5ba76ab3 100644 --- a/experiment/container/example2/bin/example.dart +++ b/experiment/container/example2/bin/example.dart @@ -20,7 +20,6 @@ void main() async { container.registerSingleton(MyController()); var app = Angel(reflector: reflector); - var http = AngelHttp(app); //await app.mountController(); diff --git a/experiment/container/example2/bin/example.reflectable.dart b/experiment/container/example2/bin/example.reflectable.dart index 66225fce..a32c690d 100644 --- a/experiment/container/example2/bin/example.reflectable.dart +++ b/experiment/container/example2/bin/example.reflectable.dart @@ -1,12 +1,15 @@ // This file has been generated by the reflectable package. // https://github.com/dart-lang/reflectable. -// @dart = 2.12 import 'dart:core'; +import 'dart:math' as prefix6; import 'package:angel3_container_generator/angel3_container_generator.dart' as prefix0; -import 'package:reflectable/capability.dart' as prefix1; -import 'package:reflectable/mirrors.dart' as prefix2; +import 'package:reflectable/capability.dart' as prefix5; +import 'package:reflectable/mirrors.dart' as prefix4; +import 'package:reflectable/reflectable.dart' as prefix1; +import 'package:reflectable/src/reflectable_base.dart' as prefix3; +import 'package:reflectable/src/reflectable_builder_based.dart' as prefix2; // ignore_for_file: camel_case_types // ignore_for_file: implementation_imports @@ -30,10 +33,10 @@ final _data = { 134217735, 0, const prefix0.ContainedReflectable(), - const [0], - const [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], + const [71], + const [72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84], const [], - -1, + 1, {}, {}, {r'': (bool b) => () => b ? prefix0.ContainedReflectable() : null}, @@ -41,128 +44,2774 @@ final _data = { 0, const [], const [prefix0.contained], - null) + null), + r.NonGenericClassMirrorImpl( + r'Reflectable', + r'reflectable.reflectable.Reflectable', + 134218247, + 1, + const prefix0.ContainedReflectable(), + const [29, 30, 85, 88, 89], + const [72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84], + const [85, 86, 87], + 2, + { + r'getInstance': () => prefix1.Reflectable.getInstance, + r'thisClassName': () => prefix1.Reflectable.thisClassName, + r'thisClassId': () => prefix1.Reflectable.thisClassId + }, + {}, + {}, + 1, + 1, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'ReflectableImpl', + r'reflectable.src.reflectable_builder_based.ReflectableImpl', + 134218247, + 2, + const prefix0.ContainedReflectable(), + const [78, 79, 80, 81, 82, 83, 84, 90, 91], + const [72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84], + const [], + 3, + {}, + {}, + {}, + 2, + 2, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'ReflectableBase', + r'reflectable.src.reflectable_base.ReflectableBase', + 134217735, + 3, + const prefix0.ContainedReflectable(), + const [77, 92, 93], + const [72, 73, 74, 75, 76, 77], + const [], + 4, + {}, + {}, + { + r'': (bool b) => ( + [_cap0, + _cap1, + _cap2, + _cap3, + _cap4, + _cap5, + _cap6, + _cap7, + _cap8, + _cap9]) => + b + ? prefix3.ReflectableBase(_cap0, _cap1, _cap2, _cap3, + _cap4, _cap5, _cap6, _cap7, _cap8, _cap9) + : null, + r'fromList': (bool b) => (_capabilities) => + b ? prefix3.ReflectableBase.fromList(_capabilities) : null + }, + 3, + 3, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'Object', + r'dart.core.Object', + 134217735, + 4, + const prefix0.ContainedReflectable(), + const [72, 73, 74, 94, 95, 96, 75, 76, 97], + const [72, 73, 74, 75, 76], + const [94, 95, 96], + null, + { + r'hash': () => Object.hash, + r'hashAll': () => Object.hashAll, + r'hashAllUnordered': () => Object.hashAllUnordered + }, + {}, + {r'': (bool b) => () => b ? Object() : null}, + 4, + 4, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'Invocation', + r'dart.core.Invocation', + 134218247, + 5, + const prefix0.ContainedReflectable(), + const [ + 98, + 99, + 100, + 101, + 102, + 103, + 104, + 105, + 106, + 107, + 108, + 109, + 110 + ], + const [72, 73, 74, 75, 76, 99, 105], + const [], + 4, + {}, + {}, + { + r'method': (bool b) => + (memberName, positionalArguments, [namedArguments]) => b + ? Invocation.method( + memberName, positionalArguments, namedArguments) + : null, + r'genericMethod': (bool b) => (memberName, typeArguments, + positionalArguments, [namedArguments]) => + b + ? Invocation.genericMethod(memberName, typeArguments, + positionalArguments, namedArguments) + : null, + r'getter': (bool b) => + (name) => b ? Invocation.getter(name) : null, + r'setter': (bool b) => (memberName, argument) => + b ? Invocation.setter(memberName, argument) : null + }, + 4, + 5, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'Type', + r'dart.core.Type', + 134218247, + 6, + const prefix0.ContainedReflectable(), + const [111, 112, 113, 114], + const [72, 73, 74, 75, 76], + const [], + 4, + {}, + {}, + {}, + 4, + 6, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'String', + r'dart.core.String', + 134218247, + 7, + const prefix0.ContainedReflectable(), + const [ + 115, + 116, + 117, + 118, + 119, + 120, + 121, + 122, + 123, + 124, + 125, + 126, + 127, + 128, + 129, + 130, + 131, + 132, + 133, + 134, + 135, + 136, + 137, + 138, + 139, + 140, + 141, + 142, + 143, + 144, + 145, + 146, + 147, + 148, + 149 + ], + const [72, 73, 74, 75, 76], + const [], + 4, + {}, + {}, + { + r'fromCharCodes': (bool b) => (charCodes, [start, end]) => + b ? String.fromCharCodes(charCodes, start, end) : null, + r'fromCharCode': (bool b) => + (charCode) => b ? String.fromCharCode(charCode) : null, + r'fromEnvironment': (bool b) => (name, {defaultValue}) => b + ? String.fromEnvironment(name, defaultValue: defaultValue) + : null + }, + 4, + 7, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'bool', + r'dart.core.bool', + 134217735, + 8, + const prefix0.ContainedReflectable(), + const [150, 151, 152, 153, 154, 155, 156], + const [72, 153, 74, 154, 76, 150, 151, 152], + const [], + 4, + {}, + {}, + { + r'fromEnvironment': (bool b) => (name, {defaultValue}) => b + ? bool.fromEnvironment(name, defaultValue: defaultValue) + : null, + r'hasEnvironment': (bool b) => + (name) => b ? bool.hasEnvironment(name) : null + }, + 4, + 8, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'int', + r'dart.core.int', + 134218247, + 9, + const prefix0.ContainedReflectable(), + const [ + 157, + 158, + 159, + 160, + 161, + 162, + 163, + 164, + 165, + 166, + 167, + 168, + 169, + 170, + 171, + 172, + 173, + 174, + 175, + 176, + 177, + 178, + 179, + 180, + 181, + 182, + 183, + 184, + 185, + 186, + 187 + ], + const [72, 73, 74, 75, 76], + const [181, 182], + -1, + {r'parse': () => int.parse, r'tryParse': () => int.tryParse}, + {}, + { + r'fromEnvironment': (bool b) => (name, {defaultValue}) => b + ? int.fromEnvironment(name, defaultValue: defaultValue) + : null + }, + 4, + 9, + const [], + const [], + null), + r.GenericClassMirrorImpl( + r'List', + r'dart.core.List', + 134218247, + 10, + const prefix0.ContainedReflectable(), + const [ + 188, + 189, + 190, + 191, + 192, + 193, + 194, + 195, + 196, + 197, + 198, + 199, + 200, + 201, + 202, + 203, + 204, + 205, + 206, + 207, + 208, + 209, + 210, + 211, + 212, + 213, + 214, + 215, + 216, + 217, + 218, + 219, + 220, + 221, + 222, + 223, + 224, + 225, + 226, + 227, + 228, + 229, + 230, + 231 + ], + const [72, 73, 74, 75, 76], + const [188, 189, 190], + 4, + { + r'castFrom': () => List.castFrom, + r'copyRange': () => List.copyRange, + r'writeIterable': () => List.writeIterable + }, + {}, + { + r'': (bool b) => ([length]) => + b ? (length == null ? [] : List.filled(length, null)) : null, + r'filled': (bool b) => (length, fill, {growable}) => + b ? List.filled(length, fill, growable: growable) : null, + r'empty': (bool b) => + ({growable}) => b ? List.empty(growable: growable) : null, + r'from': (bool b) => (elements, {growable}) => + b ? List.from(elements, growable: growable) : null, + r'of': (bool b) => (elements, {growable}) => + b ? List.of(elements, growable: growable) : null, + r'generate': (bool b) => (length, generator, {growable}) => b + ? List.generate(length, generator, growable: growable) + : null, + r'unmodifiable': (bool b) => + (elements) => b ? List.unmodifiable(elements) : null + }, + 4, + 10, + const [], + const [], + null, + (o) => false, + const [17], + 10), + r.NonGenericClassMirrorImpl( + r'InstanceMirror', + r'reflectable.mirrors.InstanceMirror', + 134218247, + 11, + const prefix0.ContainedReflectable(), + const [232, 233, 234, 235, 236, 237, 238], + const [72, 73, 74, 75, 76], + const [], + 4, + {}, + {}, + {}, + 5, + 11, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'TypeMirror', + r'reflectable.mirrors.TypeMirror', + 134218247, + 12, + const prefix0.ContainedReflectable(), + const [ + 239, + 240, + 241, + 242, + 243, + 244, + 245, + 246, + 247, + 248, + 249, + 250, + 251, + 252 + ], + const [72, 73, 74, 75, 76], + const [], + 4, + {}, + {}, + {}, + 5, + 12, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'LibraryMirror', + r'reflectable.mirrors.LibraryMirror', + 134218247, + 13, + const prefix0.ContainedReflectable(), + const [253, 254, 255, 256, 257, 258, 259], + const [72, 73, 74, 75, 76], + const [], + 4, + {}, + {}, + {}, + 5, + 13, + const [], + const [], + null), + r.GenericClassMirrorImpl( + r'Map', + r'dart.core.Map', + 134218247, + 14, + const prefix0.ContainedReflectable(), + const [ + 260, + 261, + 262, + 263, + 264, + 265, + 266, + 267, + 268, + 269, + 270, + 271, + 272, + 273, + 274, + 275, + 276, + 277, + 278, + 279, + 280, + 281, + 282, + 283, + 284, + 285, + 286, + 287, + 288, + 289 + ], + const [72, 73, 74, 75, 76], + const [260], + 4, + {r'castFrom': () => Map.castFrom}, + {}, + { + r'': (bool b) => () => b ? Map() : null, + r'from': (bool b) => (other) => b ? Map.from(other) : null, + r'of': (bool b) => (other) => b ? Map.of(other) : null, + r'unmodifiable': (bool b) => + (other) => b ? Map.unmodifiable(other) : null, + r'identity': (bool b) => () => b ? Map.identity() : null, + r'fromIterable': (bool b) => (iterable, {key, value}) => + b ? Map.fromIterable(iterable, key: key, value: value) : null, + r'fromIterables': (bool b) => + (keys, values) => b ? Map.fromIterables(keys, values) : null, + r'fromEntries': (bool b) => + (entries) => b ? Map.fromEntries(entries) : null + }, + 4, + 14, + const [], + const [], + null, + (o) => false, + const [18, 19], + 14), + r.GenericClassMirrorImpl( + r'Iterable', + r'dart.core.Iterable', + 134218247, + 15, + const prefix0.ContainedReflectable(), + const [ + 290, + 291, + 292, + 293, + 294, + 295, + 296, + 297, + 298, + 299, + 300, + 301, + 302, + 303, + 304, + 305, + 306, + 307, + 308, + 309, + 310, + 311, + 312, + 313, + 314, + 315, + 316, + 317, + 318, + 319, + 320, + 321, + 322, + 323, + 324 + ], + const [ + 72, + 314, + 74, + 75, + 76, + 291, + 292, + 293, + 294, + 295, + 296, + 297, + 298, + 299, + 300, + 301, + 302, + 303, + 304, + 305, + 306, + 307, + 308, + 309, + 310, + 311, + 312, + 313, + 316, + 317, + 318, + 319, + 320, + 321 + ], + const [290], + 4, + {r'castFrom': () => Iterable.castFrom}, + {}, + { + r'generate': (bool b) => (count, [generator]) => + b ? Iterable.generate(count, generator) : null, + r'empty': (bool b) => () => b ? Iterable.empty() : null + }, + 4, + 15, + const [], + const [], + null, + (o) => false, + const [20], + 15), + r.NonGenericClassMirrorImpl( + r'ReflectCapability', + r'reflectable.capability.ReflectCapability', + 134218247, + 16, + const prefix0.ContainedReflectable(), + const [325], + const [72, 73, 74, 75, 76], + const [], + 4, + {}, + {}, + {}, + 6, + 16, + const [], + const [], + null), + r.TypeVariableMirrorImpl(r'E', r'dart.core.List.E', + const prefix0.ContainedReflectable(), 4, 10, []), + r.TypeVariableMirrorImpl(r'K', r'dart.core.Map.K', + const prefix0.ContainedReflectable(), 4, 14, []), + r.TypeVariableMirrorImpl(r'V', r'dart.core.Map.V', + const prefix0.ContainedReflectable(), 4, 14, []), + r.TypeVariableMirrorImpl(r'E', r'dart.core.Iterable.E', + const prefix0.ContainedReflectable(), 4, 15, []) ], [ - r.MethodMirrorImpl(r'', 128, 0, -1, 0, 0, const [], const [], - const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'==', 2097154, -1, -1, 1, 1, const [], - const [0], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'toString', 2097154, -1, -1, 2, 2, const [], - const [], const prefix0.ContainedReflectable(), const []), + r.VariableMirrorImpl( + r'contained', + 142738581, + 0, + const prefix0.ContainedReflectable(), + 1, + 1, + 1, const [], const []), + r.VariableMirrorImpl( + r'pleaseInitializeMessage', + 142738581, + -1, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, const [], const []), + r.VariableMirrorImpl( + r'data', + 142737429, + -1, + const prefix0.ContainedReflectable(), + 14, + 17, + 14, + const [1, 18], + const []), + r.VariableMirrorImpl( + r'memberSymbolMap', + 75628565, + -1, + const prefix0.ContainedReflectable(), + 14, + 19, + 14, + const [20, 7], + const []), + r.VariableMirrorImpl( + r'deprecated', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 21, + 21, const [], const []), + r.VariableMirrorImpl( + r'override', + 142738581, + -1, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, const [], const []), + r.VariableMirrorImpl( + r'provisional', + 75629717, + -1, + const prefix0.ContainedReflectable(), + -1, + 22, + 22, const [], const []), + r.VariableMirrorImpl( + r'proxy', + 75629717, + -1, + const prefix0.ContainedReflectable(), + -1, + 22, + 22, const [], const []), + r.VariableMirrorImpl( + r'instanceInvokeCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 23, + 23, const [], const []), + r.VariableMirrorImpl( + r'staticInvokeCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 24, + 24, const [], const []), + r.VariableMirrorImpl( + r'topLevelInvokeCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 25, + 25, const [], const []), + r.VariableMirrorImpl( + r'newInstanceCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 26, + 26, const [], const []), + r.VariableMirrorImpl( + r'metadataCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 27, + 27, const [], const []), + r.VariableMirrorImpl( + r'typeCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 28, + 28, const [], const []), + r.VariableMirrorImpl( + r'typeRelationsCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 29, + 29, const [], const []), + r.VariableMirrorImpl( + r'reflectedTypeCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 30, + 30, const [], const []), + r.VariableMirrorImpl( + r'libraryCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 31, + 31, const [], const []), + r.VariableMirrorImpl( + r'declarationsCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 32, + 32, const [], const []), + r.VariableMirrorImpl( + r'uriCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 33, + 33, const [], const []), + r.VariableMirrorImpl( + r'libraryDependenciesCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 34, + 34, const [], const []), + r.VariableMirrorImpl( + r'invokingCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 35, + 35, const [], const []), + r.VariableMirrorImpl( + r'typingCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 36, + 36, const [], const []), + r.VariableMirrorImpl( + r'delegateCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 37, + 37, const [], const []), + r.VariableMirrorImpl( + r'subtypeQuantifyCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 38, + 38, const [], const []), + r.VariableMirrorImpl( + r'superclassQuantifyCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 39, + 39, const [], const []), + r.VariableMirrorImpl( + r'typeAnnotationQuantifyCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 40, + 40, const [], const []), + r.VariableMirrorImpl( + r'typeAnnotationDeepQuantifyCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 40, + 40, const [], const []), + r.VariableMirrorImpl( + r'correspondingSetterQuantifyCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 41, + 41, const [], const []), + r.VariableMirrorImpl( + r'admitSubtypeCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 42, + 42, const [], const []), + r.VariableMirrorImpl( + r'thisClassName', + 134349973, + 1, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, const [], const []), + r.VariableMirrorImpl( + r'thisClassId', + 134349973, + 1, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, const [], const []), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 0, 2), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 1, 3), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 2, 4), + r.ImplicitSetterMirrorImpl(const prefix0.ContainedReflectable(), 2, 5), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 3, 6), + r.ImplicitSetterMirrorImpl(const prefix0.ContainedReflectable(), 3, 7), r.MethodMirrorImpl( - r'noSuchMethod', - 524290, + r'reflectors', + 44040211, + -1, + -1, + 43, + 44, + const [1], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'identical', 10485784, -1, 8, 8, 8, const [], + const [2, 3], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'identityHashCode', + 10485784, + -1, + 9, + 9, + 9, + const [], + const [4], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'print', 9699352, -1, -1, -1, -1, const [], + const [5], const prefix0.ContainedReflectable(), const []), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 4, 12), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 5, 13), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 6, 14), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 7, 15), + r.MethodMirrorImpl( + r'reflectableNoSuchInvokableError', + 8912920, -1, -1, -1, -1, const [], - const [1], + const [6, 7, 8, 9, 10], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'hashCode', 2097155, -1, -1, 3, 3, const [], + r.MethodMirrorImpl( + r'reflectableNoSuchMethodError', + 8912920, + -1, + -1, + -1, + -1, + const [], + const [11, 12, 13, 14], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'reflectableNoSuchGetterError', + 8912920, + -1, + -1, + -1, + -1, + const [], + const [15, 16, 17, 18], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'reflectableNoSuchSetterError', + 8912920, + -1, + -1, + -1, + -1, + const [], + const [19, 20, 21, 22], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'reflectableNoSuchConstructorError', + 8912920, + -1, + -1, + -1, + -1, + const [], + const [23, 24, 25, 26], + const prefix0.ContainedReflectable(), + const []), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 8, 21), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 9, 22), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 10, 23), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 11, 24), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 12, 25), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 13, 26), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 14, 27), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 15, 28), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 16, 29), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 17, 30), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 18, 31), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 19, 32), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 20, 33), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 21, 34), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 22, 35), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 23, 36), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 24, 37), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 25, 38), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 26, 39), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 27, 40), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 28, 41), + r.MethodMirrorImpl(r'', 128, 0, -1, 0, 0, const [], const [], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'==', 2097154, 4, 8, 8, 8, const [], + const [27], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'toString', 2097154, 4, 7, 7, 7, const [], const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'runtimeType', 2097155, -1, -1, 4, 4, const [], + r.MethodMirrorImpl( + r'noSuchMethod', + 524290, + 4, + -1, + -1, + -1, + const [], + const [28], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'hashCode', 2097155, 4, 9, 9, 9, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'runtimeType', 2097155, 4, 6, 6, 6, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'capabilities', 35651587, - -1, - -1, - 6, - 7, - const [5], + 3, + 10, + 45, + 10, + const [16], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'canReflect', 2097154, - -1, - -1, - 1, - 1, + 2, + 8, + 8, + 8, const [], - const [2], + const [29], const prefix0.ContainedReflectable(), const [override]), r.MethodMirrorImpl( r'reflect', 2097154, - -1, - -1, - 8, - 8, + 2, + 11, + 11, + 11, const [], - const [3], + const [30], const prefix0.ContainedReflectable(), const [override]), r.MethodMirrorImpl( r'canReflectType', 2097154, - -1, - -1, - 1, - 1, + 2, + 8, + 8, + 8, const [], - const [4], + const [31], const prefix0.ContainedReflectable(), const [override]), r.MethodMirrorImpl( r'reflectType', 2097154, - -1, - -1, - 9, - 9, + 2, + 12, + 12, + 12, const [], - const [5], + const [32], const prefix0.ContainedReflectable(), const [override]), r.MethodMirrorImpl( r'findLibrary', 2097154, - -1, - -1, - 10, - 10, + 2, + 13, + 13, + 13, const [], - const [6], + const [33], const prefix0.ContainedReflectable(), const [override]), r.MethodMirrorImpl( r'libraries', 35651587, - -1, - -1, - 12, - 13, - const [11, 10], + 2, + 14, + 47, + 14, + const [46, 13], const [], const prefix0.ContainedReflectable(), const [override]), r.MethodMirrorImpl( r'annotatedClasses', 35651587, - -1, - -1, + 2, 15, - 16, - const [14], + 49, + 15, + const [48], const [], const prefix0.ContainedReflectable(), - const [override]) + const [override]), + r.MethodMirrorImpl(r'getInstance', 2097170, 1, 1, 1, 1, const [], + const [34], const prefix0.ContainedReflectable(), const []), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 0, 57), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 1, 58), + r.MethodMirrorImpl( + r'', + 128, + 1, + -1, + 1, + 1, + const [], + const [35, 36, 37, 38, 39, 40, 41, 42, 43, 44], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'fromList', 128, 1, -1, 1, 1, const [], + const [45], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'', + 128, + 2, + -1, + 2, + 2, + const [], + const [46, 47, 48, 49, 50, 51, 52, 53, 54, 55], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'fromList', 128, 2, -1, 2, 2, const [], + const [56], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'', + 128, + 3, + -1, + 3, + 3, + const [], + const [57, 58, 59, 60, 61, 62, 63, 64, 65, 66], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'fromList', 128, 3, -1, 3, 3, const [], + const [67], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'hash', + 2097170, + 4, + 9, + 9, + 9, + const [], + const [ + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79, + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87 + ], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'hashAll', 2097170, 4, 9, 9, 9, const [], + const [88], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'hashAllUnordered', + 2097170, + 4, + 9, + 9, + 9, + const [], + const [89], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'', 128, 4, -1, 4, 4, const [], const [], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'memberName', 2097667, 5, -1, 20, 20, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'typeArguments', + 35651587, + 5, + 10, + 50, + 10, + const [6], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'positionalArguments', + 35652099, + 5, + 10, + 51, + 10, + null, + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'namedArguments', 35652099, 5, 14, 52, 14, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'isMethod', 2097667, 5, 8, 8, 8, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'isGetter', 2097667, 5, 8, 8, 8, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'isSetter', 2097667, 5, 8, 8, 8, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'isAccessor', 2097155, 5, 8, 8, 8, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'', 0, 5, -1, 5, 5, const [], const [], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'method', + 1, + 5, + -1, + 5, + 5, + const [], + const [90, 91, 92], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'genericMethod', + 1, + 5, + -1, + 5, + 5, + const [], + const [93, 94, 95, 96], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'getter', 257, 5, -1, 5, 5, const [], + const [97], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'setter', + 257, + 5, + -1, + 5, + 5, + const [], + const [98, 99], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'==', 2097666, 6, 8, 8, 8, const [], + const [100], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'toString', 2097666, 6, 7, 7, 7, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'hashCode', 2097667, 6, 9, 9, 9, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'', 64, 6, -1, 6, 6, const [], const [], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'[]', 2097666, 7, 7, 7, 7, const [], + const [101], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'codeUnitAt', 2097666, 7, 9, 9, 9, const [], + const [102], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'==', 2097666, 7, 8, 8, 8, const [], + const [103], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'compareTo', 2097666, 7, 9, 9, 9, const [], + const [104], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'endsWith', 2097666, 7, 8, 8, 8, const [], + const [105], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'startsWith', + 2097666, + 7, + 8, + 8, + 8, + const [], + const [106, 107], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'indexOf', + 2097666, + 7, + 9, + 9, + 9, + const [], + const [108, 109], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'lastIndexOf', + 2097666, + 7, + 9, + 9, + 9, + const [], + const [110, 111], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'+', 2097666, 7, 7, 7, 7, const [], + const [112], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'substring', + 2097666, + 7, + 7, + 7, + 7, + const [], + const [113, 114], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'trim', 2097666, 7, 7, 7, 7, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'trimLeft', 2097666, 7, 7, 7, 7, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'trimRight', 2097666, 7, 7, 7, 7, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'*', 2097666, 7, 7, 7, 7, const [], + const [115], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'padLeft', + 2097666, + 7, + 7, + 7, + 7, + const [], + const [116, 117], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'padRight', + 2097666, + 7, + 7, + 7, + 7, + const [], + const [118, 119], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'contains', + 2097666, + 7, + 8, + 8, + 8, + const [], + const [120, 121], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'replaceFirst', + 2097666, + 7, + 7, + 7, + 7, + const [], + const [122, 123, 124], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'replaceFirstMapped', + 2097666, + 7, + 7, + 7, + 7, + const [], + const [125, 126, 127], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'replaceAll', + 2097666, + 7, + 7, + 7, + 7, + const [], + const [128, 129], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'replaceAllMapped', + 2097666, + 7, + 7, + 7, + 7, + const [], + const [130, 131], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'replaceRange', + 2097666, + 7, + 7, + 7, + 7, + const [], + const [132, 133, 134], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'split', 35652098, 7, 10, 53, 10, const [7], + const [135], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'splitMapJoin', + 2097666, + 7, + 7, + 7, + 7, + const [], + const [136, 137, 138], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'toLowerCase', 2097666, 7, 7, 7, 7, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'toUpperCase', 2097666, 7, 7, 7, 7, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'length', 2097667, 7, 9, 9, 9, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'hashCode', 2097667, 7, 9, 9, 9, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'isEmpty', 2097667, 7, 8, 8, 8, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'isNotEmpty', 2097667, 7, 8, 8, 8, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'codeUnits', + 35652099, + 7, + 10, + 54, + 10, + const [9], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'runes', 2097667, 7, -1, 55, 55, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'fromCharCodes', + 1, + 7, + -1, + 7, + 7, + const [], + const [139, 140, 141], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'fromCharCode', 1, 7, -1, 7, 7, const [], + const [142], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'fromEnvironment', + 129, + 7, + -1, + 7, + 7, + const [], + const [143, 144], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'&', 2097154, 8, 8, 8, 8, const [], + const [145], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'|', 2097154, 8, 8, 8, 8, const [], + const [146], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'^', 2097154, 8, 8, 8, 8, const [], + const [147], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'toString', 2097154, 8, 7, 7, 7, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'hashCode', 2097155, 8, 9, 9, 9, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'fromEnvironment', + 129, + 8, + -1, + 8, + 8, + const [], + const [148, 149], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'hasEnvironment', 129, 8, -1, 8, 8, const [], + const [150], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'&', 2097666, 9, 9, 9, 9, const [], + const [151], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'|', 2097666, 9, 9, 9, 9, const [], + const [152], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'^', 2097666, 9, 9, 9, 9, const [], + const [153], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'~', 2097666, 9, 9, 9, 9, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'<<', 2097666, 9, 9, 9, 9, const [], + const [154], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'>>', 2097666, 9, 9, 9, 9, const [], + const [155], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'>>>', 2097666, 9, 9, 9, 9, const [], + const [156], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'modPow', + 2097666, + 9, + 9, + 9, + 9, + const [], + const [157, 158], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'modInverse', 2097666, 9, 9, 9, 9, const [], + const [159], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'gcd', 2097666, 9, 9, 9, 9, const [], + const [160], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'toUnsigned', 2097666, 9, 9, 9, 9, const [], + const [161], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'toSigned', 2097666, 9, 9, 9, 9, const [], + const [162], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'unary-', 2097666, 9, 9, 9, 9, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'abs', 2097666, 9, 9, 9, 9, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'round', 2097666, 9, 9, 9, 9, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'floor', 2097666, 9, 9, 9, 9, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'ceil', 2097666, 9, 9, 9, 9, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'truncate', 2097666, 9, 9, 9, 9, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'roundToDouble', + 2097666, + 9, + -1, + 56, + 56, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'floorToDouble', + 2097666, + 9, + -1, + 56, + 56, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'ceilToDouble', + 2097666, + 9, + -1, + 56, + 56, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'truncateToDouble', + 2097666, + 9, + -1, + 56, + 56, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'toString', 2097666, 9, 7, 7, 7, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'toRadixString', 2097666, 9, 7, 7, 7, const [], + const [163], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'parse', + 2097170, + 9, + 9, + 9, + 9, + const [], + const [164, 165, 166], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'tryParse', + 2097170, + 9, + 9, + 9, + 9, + const [], + const [167, 168], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'isEven', 2097667, 9, 8, 8, 8, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'isOdd', 2097667, 9, 8, 8, 8, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'bitLength', 2097667, 9, 9, 9, 9, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'sign', 2097667, 9, 9, 9, 9, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'fromEnvironment', + 129, + 9, + -1, + 9, + 9, + const [], + const [169, 170], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'castFrom', 35651602, 10, 10, 57, 10, null, + const [171], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'copyRange', + 1310738, + 10, + -1, + -1, + -1, + const [], + const [172, 173, 174, 175, 176], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'writeIterable', + 1310738, + 10, + -1, + -1, + -1, + const [], + const [177, 178, 179], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'cast', 35652098, 10, 10, 58, 10, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'[]', 514, 10, -1, -1, -1, const [], + const [180], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'[]=', + 1311234, + 10, + -1, + -1, + -1, + const [], + const [181, 182], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'add', 1311234, 10, -1, -1, -1, const [], + const [183], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'addAll', 1311234, 10, -1, -1, -1, const [], + const [184], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'sort', 1311234, 10, -1, -1, -1, const [], + const [185], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'shuffle', 1311234, 10, -1, -1, -1, const [], + const [186], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'indexOf', + 2097666, + 10, + 9, + 9, + 9, + const [], + const [187, 188], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'indexWhere', + 2097666, + 10, + 9, + 9, + 9, + const [], + const [189, 190], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'lastIndexWhere', + 2097666, + 10, + 9, + 9, + 9, + const [], + const [191, 192], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'lastIndexOf', + 2097666, + 10, + 9, + 9, + 9, + const [], + const [193, 194], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'clear', 1311234, 10, -1, -1, -1, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'insert', + 1311234, + 10, + -1, + -1, + -1, + const [], + const [195, 196], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'insertAll', + 1311234, + 10, + -1, + -1, + -1, + const [], + const [197, 198], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'setAll', + 1311234, + 10, + -1, + -1, + -1, + const [], + const [199, 200], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'remove', 2097666, 10, 8, 8, 8, const [], + const [201], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'removeAt', 514, 10, -1, -1, -1, const [], + const [202], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'removeLast', 514, 10, -1, -1, -1, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'removeWhere', + 1311234, + 10, + -1, + -1, + -1, + const [], + const [203], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'retainWhere', + 1311234, + 10, + -1, + -1, + -1, + const [], + const [204], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'+', 35652098, 10, 10, 59, 10, null, + const [205], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'sublist', + 35652098, + 10, + 10, + 59, + 10, + null, + const [206, 207], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'getRange', + 35652098, + 10, + 15, + 60, + 15, + null, + const [208, 209], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'setRange', + 1311234, + 10, + -1, + -1, + -1, + const [], + const [210, 211, 212, 213], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'removeRange', + 1311234, + 10, + -1, + -1, + -1, + const [], + const [214, 215], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'fillRange', + 1311234, + 10, + -1, + -1, + -1, + const [], + const [216, 217, 218], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'replaceRange', + 1311234, + 10, + -1, + -1, + -1, + const [], + const [219, 220, 221], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'asMap', 35652098, 10, 14, 61, 14, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'==', 2097666, 10, 8, 8, 8, const [], + const [222], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'first=', 1311236, 10, -1, -1, -1, const [], + const [236], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'last=', 1311236, 10, -1, -1, -1, const [], + const [237], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'length', 2097667, 10, 9, 9, 9, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'length=', 1311236, 10, -1, -1, -1, const [], + const [238], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'reversed', 35652099, 10, 15, 60, 15, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'', 1, 10, -1, 59, 10, null, const [223], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'filled', + 1, + 10, + -1, + 59, + 10, + null, + const [224, 225, 226], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'empty', 1, 10, -1, 59, 10, null, const [227], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'from', + 1, + 10, + -1, + 59, + 10, + null, + const [228, 229], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'of', + 1, + 10, + -1, + 59, + 10, + null, + const [230, 231], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'generate', + 1, + 10, + -1, + 59, + 10, + null, + const [232, 233, 234], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'unmodifiable', 1, 10, -1, 59, 10, null, + const [235], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'==', + 2097666, + 11, + 8, + 8, + 8, + const [], + const [239], + const prefix0.ContainedReflectable(), + const [override]), + r.MethodMirrorImpl(r'delegate', 2097666, 11, 4, 4, 4, const [], + const [240], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'type', 2097667, 11, -1, 48, 48, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'hasReflectee', 2097667, 11, 8, 8, 8, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'reflectee', 2097667, 11, 4, 4, 4, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'hashCode', + 2097667, + 11, + 9, + 9, + 9, + const [], + const [], + const prefix0.ContainedReflectable(), + const [override]), + r.MethodMirrorImpl(r'', 64, 11, -1, 11, 11, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'isSubtypeOf', 2097666, 12, 8, 8, 8, const [], + const [241], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'isAssignableTo', + 2097666, + 12, + 8, + 8, + 8, + const [], + const [242], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'hasReflectedType', + 2097667, + 12, + 8, + 8, + 8, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'reflectedType', + 2097667, + 12, + 6, + 6, + 6, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'typeVariables', + 35652099, + 12, + 10, + 63, + 10, + const [62], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'typeArguments', + 35652099, + 12, + 10, + 64, + 10, + const [12], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'reflectedTypeArguments', + 35652099, + 12, + 10, + 50, + 10, + const [6], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'isOriginalDeclaration', + 2097667, + 12, + 8, + 8, + 8, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'originalDeclaration', + 2097667, + 12, + 12, + 12, + 12, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'isNullable', 2097667, 12, 8, 8, 8, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'isNonNullable', + 2097667, + 12, + 8, + 8, + 8, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'isPotentiallyNullable', + 2097667, + 12, + 8, + 8, + 8, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'isPotentiallyNonNullable', + 2097667, + 12, + 8, + 8, + 8, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'', 64, 12, -1, 12, 12, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'==', + 2097666, + 13, + 8, + 8, + 8, + const [], + const [243], + const prefix0.ContainedReflectable(), + const [override]), + r.MethodMirrorImpl(r'uri', 2097667, 13, -1, 46, 46, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'declarations', + 35652099, + 13, + 14, + 66, + 14, + const [7, 65], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'hashCode', + 2097667, + 13, + 9, + 9, + 9, + const [], + const [], + const prefix0.ContainedReflectable(), + const [override]), + r.MethodMirrorImpl( + r'libraryDependencies', + 35652099, + 13, + 10, + 68, + 10, + const [67], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'owner', + 2097667, + 13, + -1, + 22, + 22, + const [], + const [], + const prefix0.ContainedReflectable(), + const [override]), + r.MethodMirrorImpl(r'', 64, 13, -1, 13, 13, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'castFrom', 35651602, 14, 14, 69, 14, null, + const [244], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'cast', 35652098, 14, 14, 70, 14, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'containsValue', + 2097666, + 14, + 8, + 8, + 8, + const [], + const [245], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'containsKey', 2097666, 14, 8, 8, 8, const [], + const [246], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'[]', 514, 14, -1, -1, -1, const [], + const [247], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'[]=', + 1311234, + 14, + -1, + -1, + -1, + const [], + const [248, 249], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'map', 35652098, 14, 14, 71, 14, null, + const [250], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'addEntries', + 1311234, + 14, + -1, + -1, + -1, + const [], + const [251], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'update', + 514, + 14, + -1, + -1, + -1, + const [], + const [252, 253, 254], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'updateAll', 1311234, 14, -1, -1, -1, const [], + const [255], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'removeWhere', + 1311234, + 14, + -1, + -1, + -1, + const [], + const [256], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'putIfAbsent', + 514, + 14, + -1, + -1, + -1, + const [], + const [257, 258], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'addAll', 1311234, 14, -1, -1, -1, const [], + const [259], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'remove', 514, 14, -1, -1, -1, const [], + const [260], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'clear', 1311234, 14, -1, -1, -1, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'forEach', 1311234, 14, -1, -1, -1, const [], + const [261], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'entries', 35652099, 14, 15, 72, 15, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'keys', 35652099, 14, 15, 73, 15, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'values', 35652099, 14, 15, 74, 15, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'length', 2097667, 14, 9, 9, 9, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'isEmpty', 2097667, 14, 8, 8, 8, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'isNotEmpty', 2097667, 14, 8, 8, 8, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'', 1, 14, -1, 75, 14, null, const [], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'from', 257, 14, -1, 75, 14, null, const [262], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'of', 257, 14, -1, 75, 14, null, const [263], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'unmodifiable', 1, 14, -1, 75, 14, null, + const [264], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'identity', 257, 14, -1, 75, 14, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'fromIterable', + 257, + 14, + -1, + 75, + 14, + null, + const [265, 266, 267], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'fromIterables', + 257, + 14, + -1, + 75, + 14, + null, + const [268, 269], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'fromEntries', 1, 14, -1, 75, 14, null, + const [270], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'castFrom', 35651602, 15, 15, 76, 15, null, + const [271], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'cast', 35651586, 15, 15, 77, 15, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'followedBy', 35651586, 15, 15, 78, 15, null, + const [272], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'map', 35651586, 15, 15, 79, 15, null, + const [273], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'where', 35651586, 15, 15, 78, 15, null, + const [274], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'whereType', 35651586, 15, 15, 80, 15, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'expand', 35651586, 15, 15, 81, 15, null, + const [275], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'contains', 2097154, 15, 8, 8, 8, const [], + const [276], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'forEach', 1310722, 15, -1, -1, -1, const [], + const [277], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'reduce', 2, 15, -1, -1, -1, const [], + const [278], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'fold', + 2, + 15, + -1, + -1, + -1, + const [], + const [279, 280], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'every', 2097154, 15, 8, 8, 8, const [], + const [281], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'join', 2097154, 15, 7, 7, 7, const [], + const [282], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'any', 2097154, 15, 8, 8, 8, const [], + const [283], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'toList', 35651586, 15, 10, 82, 10, null, + const [284], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'toSet', 35651586, 15, -1, 83, 84, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'take', 35651586, 15, 15, 78, 15, null, + const [285], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'takeWhile', 35651586, 15, 15, 78, 15, null, + const [286], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'skip', 35651586, 15, 15, 78, 15, null, + const [287], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'skipWhile', 35651586, 15, 15, 78, 15, null, + const [288], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'firstWhere', + 2, + 15, + -1, + -1, + -1, + const [], + const [289, 290], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'lastWhere', + 2, + 15, + -1, + -1, + -1, + const [], + const [291, 292], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'singleWhere', + 2, + 15, + -1, + -1, + -1, + const [], + const [293, 294], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'elementAt', 2, 15, -1, -1, -1, const [], + const [295], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'toString', 2097154, 15, 7, 7, 7, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'iterator', 35652099, 15, -1, 85, 86, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'length', 2097155, 15, 9, 9, 9, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'isEmpty', 2097155, 15, 8, 8, 8, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'isNotEmpty', 2097155, 15, 8, 8, 8, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'first', 3, 15, -1, -1, -1, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'last', 3, 15, -1, -1, -1, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'single', 3, 15, -1, -1, -1, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'', 128, 15, -1, 78, 15, null, const [], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'generate', + 1, + 15, + -1, + 78, + 15, + null, + const [296, 297], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'empty', 385, 15, -1, 78, 15, null, const [], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'', 128, 16, -1, 16, 16, const [], + const [], const prefix0.ContainedReflectable(), const []) ], [ r.ParameterMirrorImpl( - r'other', + r'_data', + 151126118, + 5, + const prefix0.ContainedReflectable(), + 14, + 17, + 14, + const [1, 18], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_memberSymbolMap', + 84017254, + 7, + const prefix0.ContainedReflectable(), + 14, + 19, + 14, + const [20, 7], + const [], + null, + null), + r.ParameterMirrorImpl( + r'a', + 67239942, + 9, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'b', + 67239942, + 9, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object', + 67239942, + 10, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object', + 67239942, + 11, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'receiver', + 67239942, + 16, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'memberName', 134348806, - 1, + 16, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'positionalArguments', + 151126022, + 16, + const prefix0.ContainedReflectable(), + 10, + 51, + 10, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'namedArguments', + 84017158, + 16, + const prefix0.ContainedReflectable(), + 14, + 87, + 14, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'kind', + 134348806, + 16, const prefix0.ContainedReflectable(), -1, + 88, + 88, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'receiver', + 67239942, 17, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'memberName', + 134348806, 17, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'positionalArguments', + 151126022, + 17, + const prefix0.ContainedReflectable(), + 10, + 51, + 10, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'namedArguments', + 84017158, + 17, + const prefix0.ContainedReflectable(), + 14, + 87, + 14, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'receiver', + 67239942, + 18, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'memberName', + 134348806, + 18, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'positionalArguments', + 151126022, + 18, + const prefix0.ContainedReflectable(), + 10, + 51, + 10, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'namedArguments', + 84017158, + 18, + const prefix0.ContainedReflectable(), + 14, + 87, + 14, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'receiver', + 67239942, + 19, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'memberName', + 134348806, + 19, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'positionalArguments', + 151126022, + 19, + const prefix0.ContainedReflectable(), + 10, + 51, + 10, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'namedArguments', + 84017158, + 19, + const prefix0.ContainedReflectable(), + 14, + 87, + 14, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'receiver', + 67239942, + 20, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'constructorName', + 134348806, + 20, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'positionalArguments', + 151126022, + 20, + const prefix0.ContainedReflectable(), + 10, + 51, + 10, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'namedArguments', + 84017158, + 20, + const prefix0.ContainedReflectable(), + 14, + 87, + 14, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 43, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, const [], const [], null, @@ -170,11 +2819,11 @@ final _data = { r.ParameterMirrorImpl( r'invocation', 134348806, - 3, + 45, const prefix0.ContainedReflectable(), - -1, - 18, - 18, + 5, + 5, + 5, const [], const [], null, @@ -182,11 +2831,11 @@ final _data = { r.ParameterMirrorImpl( r'reflectee', 134348806, - 7, + 49, const prefix0.ContainedReflectable(), - -1, - 17, - 17, + 4, + 4, + 4, const [], const [], null, @@ -194,21 +2843,9 @@ final _data = { r.ParameterMirrorImpl( r'reflectee', 134348806, - 8, + 50, const prefix0.ContainedReflectable(), - -1, - 17, - 17, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'type', - 134348806, - 9, - const prefix0.ContainedReflectable(), - -1, + 4, 4, 4, const [], @@ -218,11 +2855,23 @@ final _data = { r.ParameterMirrorImpl( r'type', 134348806, - 10, + 51, const prefix0.ContainedReflectable(), - -1, - 4, - 4, + 6, + 6, + 6, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'type', + 134348806, + 52, + const prefix0.ContainedReflectable(), + 6, + 6, + 6, const [], const [], null, @@ -230,11 +2879,3179 @@ final _data = { r.ParameterMirrorImpl( r'libraryName', 134348806, - 11, + 53, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'type', + 134348806, + 56, + const prefix0.ContainedReflectable(), + 6, + 6, + 6, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap0', + 67244038, + 59, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap1', + 67244038, + 59, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap2', + 67244038, + 59, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap3', + 67244038, + 59, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap4', + 67244038, + 59, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap5', + 67244038, + 59, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap6', + 67244038, + 59, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap7', + 67244038, + 59, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap8', + 67244038, + 59, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap9', + 67244038, + 59, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'capabilities', + 151126022, + 60, + const prefix0.ContainedReflectable(), + 10, + 45, + 10, + const [16], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap0', + 67244038, + 61, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap1', + 67244038, + 61, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap2', + 67244038, + 61, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap3', + 67244038, + 61, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap4', + 67244038, + 61, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap5', + 67244038, + 61, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap6', + 67244038, + 61, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap7', + 67244038, + 61, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap8', + 67244038, + 61, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap9', + 67244038, + 61, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'capabilities', + 151126022, + 62, + const prefix0.ContainedReflectable(), + 10, + 45, + 10, + const [16], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap0', + 67245094, + 63, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap1', + 67245094, + 63, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap2', + 67245094, + 63, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap3', + 67245094, + 63, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap4', + 67245094, + 63, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap5', + 67245094, + 63, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap6', + 67245094, + 63, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap7', + 67245094, + 63, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap8', + 67245094, + 63, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap9', + 67245094, + 63, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_capabilities', + 84018214, + 64, + const prefix0.ContainedReflectable(), + 10, + 89, + 10, + const [16], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object1', + 67239942, + 65, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object2', + 67239942, + 65, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object3', + 67246086, + 65, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object4', + 67246086, + 65, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object5', + 67246086, + 65, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object6', + 67246086, + 65, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object7', + 67246086, + 65, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object8', + 67246086, + 65, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object9', + 67246086, + 65, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object10', + 67246086, + 65, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object11', + 67246086, + 65, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object12', + 67246086, + 65, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object13', + 67246086, + 65, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object14', + 67246086, + 65, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object15', + 67246086, + 65, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object16', + 67246086, + 65, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object17', + 67246086, + 65, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object18', + 67246086, + 65, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object19', + 67246086, + 65, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object20', + 67246086, + 65, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'objects', + 151126022, + 66, + const prefix0.ContainedReflectable(), + 15, + 90, + 15, + const [4], + const [], + null, + null), + r.ParameterMirrorImpl( + r'objects', + 151126022, + 67, + const prefix0.ContainedReflectable(), + 15, + 90, + 15, + const [4], + const [], + null, + null), + r.ParameterMirrorImpl( + r'memberName', + 134348806, + 78, const prefix0.ContainedReflectable(), -1, - 2, - 2, + 20, + 20, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'positionalArguments', + 84017158, + 78, + const prefix0.ContainedReflectable(), + 15, + 91, + 15, + const [4], + const [], + null, + null), + r.ParameterMirrorImpl( + r'namedArguments', + 84021254, + 78, + const prefix0.ContainedReflectable(), + 14, + 92, + 14, + const [20, 4], + const [], + null, + null), + r.ParameterMirrorImpl( + r'memberName', + 134348806, + 79, + const prefix0.ContainedReflectable(), + -1, + 20, + 20, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'typeArguments', + 84017158, + 79, + const prefix0.ContainedReflectable(), + 15, + 93, + 15, + const [6], + const [], + null, + null), + r.ParameterMirrorImpl( + r'positionalArguments', + 84017158, + 79, + const prefix0.ContainedReflectable(), + 15, + 91, + 15, + const [4], + const [], + null, + null), + r.ParameterMirrorImpl( + r'namedArguments', + 84021254, + 79, + const prefix0.ContainedReflectable(), + 14, + 92, + 14, + const [20, 4], + const [], + null, + null), + r.ParameterMirrorImpl( + r'name', + 134348806, + 80, + const prefix0.ContainedReflectable(), + -1, + 20, + 20, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'memberName', + 134348806, + 81, + const prefix0.ContainedReflectable(), + -1, + 20, + 20, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'argument', + 67239942, + 81, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 82, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 86, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 87, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 88, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 89, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 90, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'pattern', + 134348806, + 91, + const prefix0.ContainedReflectable(), + -1, + 94, + 94, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134354950, + 91, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'pattern', + 134348806, + 92, + const prefix0.ContainedReflectable(), + -1, + 94, + 94, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134354950, + 92, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'pattern', + 134348806, + 93, + const prefix0.ContainedReflectable(), + -1, + 94, + 94, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 67244038, + 93, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 94, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134348806, + 95, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 67244038, + 95, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'times', + 134348806, + 99, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'width', + 134348806, + 100, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'padding', + 134354950, + 100, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'width', + 134348806, + 101, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'padding', + 134354950, + 101, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 102, + const prefix0.ContainedReflectable(), + -1, + 94, + 94, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'startIndex', + 134354950, + 102, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'from', + 134348806, + 103, + const prefix0.ContainedReflectable(), + -1, + 94, + 94, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'to', + 134348806, + 103, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'startIndex', + 134354950, + 103, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'from', + 134348806, + 104, + const prefix0.ContainedReflectable(), + -1, + 94, + 94, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'replace', + 134217734, + 104, + const prefix0.ContainedReflectable(), + -1, + 95, + 95, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'startIndex', + 134354950, + 104, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'from', + 134348806, + 105, + const prefix0.ContainedReflectable(), + -1, + 94, + 94, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'replace', + 134348806, + 105, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'from', + 134348806, + 106, + const prefix0.ContainedReflectable(), + -1, + 94, + 94, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'replace', + 134217734, + 106, + const prefix0.ContainedReflectable(), + -1, + 95, + 95, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134348806, + 107, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 67239942, + 107, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'replacement', + 134348806, + 107, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'pattern', + 134348806, + 108, + const prefix0.ContainedReflectable(), + -1, + 94, + 94, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'pattern', + 134348806, + 109, + const prefix0.ContainedReflectable(), + -1, + 94, + 94, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'onMatch', + 67121158, + 109, + const prefix0.ContainedReflectable(), + -1, + 96, + 96, + const [], + const [], + null, + #onMatch), + r.ParameterMirrorImpl( + r'onNonMatch', + 67121158, + 109, + const prefix0.ContainedReflectable(), + -1, + 97, + 97, + const [], + const [], + null, + #onNonMatch), + r.ParameterMirrorImpl( + r'charCodes', + 151126022, + 118, + const prefix0.ContainedReflectable(), + 15, + 98, + 15, + const [9], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134354950, + 118, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 67244038, + 118, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'charCode', + 134348806, + 119, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'name', + 134348806, + 120, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'defaultValue', + 134363142, + 120, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + #defaultValue), + r.ParameterMirrorImpl( + r'other', + 134348806, + 121, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 122, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 123, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'name', + 134348806, + 126, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'defaultValue', + 134363142, + 126, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + #defaultValue), + r.ParameterMirrorImpl( + r'name', + 134348806, + 127, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 128, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 129, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 130, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'shiftAmount', + 134348806, + 132, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'shiftAmount', + 134348806, + 133, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'shiftAmount', + 134348806, + 134, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'exponent', + 134348806, + 135, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'modulus', + 134348806, + 135, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'modulus', + 134348806, + 136, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 137, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'width', + 134348806, + 138, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'width', + 134348806, + 139, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'radix', + 134348806, + 151, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'source', + 134348806, + 152, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'radix', + 67252230, + 152, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + #radix), + r.ParameterMirrorImpl( + r'onError', + 67121158, + 152, + const prefix0.ContainedReflectable(), + -1, + 99, + 99, + const [], + const [], + null, + #onError), + r.ParameterMirrorImpl( + r'source', + 134348806, + 153, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'radix', + 67252230, + 153, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + #radix), + r.ParameterMirrorImpl( + r'name', + 134348806, + 158, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'defaultValue', + 134363142, + 158, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + #defaultValue), + r.ParameterMirrorImpl( + r'source', + 151126022, + 159, + const prefix0.ContainedReflectable(), + 10, + 100, + 10, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'target', + 151126022, + 160, + const prefix0.ContainedReflectable(), + 10, + 101, + 10, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'at', + 134348806, + 160, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'source', + 151126022, + 160, + const prefix0.ContainedReflectable(), + 10, + 101, + 10, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 67244038, + 160, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 67244038, + 160, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'target', + 151126022, + 161, + const prefix0.ContainedReflectable(), + 10, + 102, + 10, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'at', + 134348806, + 161, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'source', + 151126022, + 161, + const prefix0.ContainedReflectable(), + 15, + 103, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 163, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 164, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'value', + 6, + 164, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'value', + 6, + 165, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'iterable', + 151126022, + 166, + const prefix0.ContainedReflectable(), + 15, + 60, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'compare', + 67112966, + 167, + const prefix0.ContainedReflectable(), + -1, + 104, + 104, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'random', + 67244038, + 168, + const prefix0.ContainedReflectable(), + -1, + 105, + 105, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'element', + 6, + 169, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134354950, + 169, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 170, + const prefix0.ContainedReflectable(), + -1, + 106, + 106, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134354950, + 170, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 171, + const prefix0.ContainedReflectable(), + -1, + 106, + 106, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 67244038, + 171, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'element', + 6, + 172, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 67244038, + 172, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 174, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'element', + 6, + 174, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 175, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'iterable', + 151126022, + 175, + const prefix0.ContainedReflectable(), + 15, + 60, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 176, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'iterable', + 151126022, + 176, + const prefix0.ContainedReflectable(), + 15, + 60, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'value', + 67239942, + 177, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 178, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 180, + const prefix0.ContainedReflectable(), + -1, + 106, + 106, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 181, + const prefix0.ContainedReflectable(), + -1, + 106, + 106, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 151126022, + 182, + const prefix0.ContainedReflectable(), + 10, + 59, + 10, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134348806, + 183, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 67244038, + 183, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134348806, + 184, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 134348806, + 184, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134348806, + 185, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 134348806, + 185, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'iterable', + 151126022, + 185, + const prefix0.ContainedReflectable(), + 15, + 60, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'skipCount', + 134354950, + 185, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134348806, + 186, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 134348806, + 186, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134348806, + 187, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 134348806, + 187, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'fillValue', + 67112966, + 187, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134348806, + 188, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 134348806, + 188, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'replacements', + 151126022, + 188, + const prefix0.ContainedReflectable(), + 15, + 60, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 190, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'length', + 67244038, + 196, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'length', + 134348806, + 197, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'fill', + 6, + 197, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'growable', + 134363142, + 197, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + #growable), + r.ParameterMirrorImpl( + r'growable', + 134363142, + 198, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + #growable), + r.ParameterMirrorImpl( + r'elements', + 151126022, + 199, + const prefix0.ContainedReflectable(), + 15, + 107, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'growable', + 134363142, + 199, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + #growable), + r.ParameterMirrorImpl( + r'elements', + 151126022, + 200, + const prefix0.ContainedReflectable(), + 15, + 60, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'growable', + 134363142, + 200, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + #growable), + r.ParameterMirrorImpl( + r'length', + 134348806, + 201, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'generator', + 134217734, + 201, + const prefix0.ContainedReflectable(), + -1, + 108, + 108, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'growable', + 134363142, + 201, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + #growable), + r.ParameterMirrorImpl( + r'elements', + 151126022, + 202, + const prefix0.ContainedReflectable(), + 15, + 107, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'value', + 6, + 191, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'value', + 6, + 192, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'newLength', + 134348806, + 194, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 203, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'invocation', + 134348806, + 204, + const prefix0.ContainedReflectable(), + 5, + 5, + 5, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 210, + const prefix0.ContainedReflectable(), + 12, + 12, + 12, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 211, + const prefix0.ContainedReflectable(), + 12, + 12, + 12, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 224, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'source', + 151126022, + 231, + const prefix0.ContainedReflectable(), + 14, + 109, + 14, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'value', + 67239942, + 233, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'key', + 67239942, + 234, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'key', + 67239942, + 235, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'key', + 6, + 236, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'value', + 6, + 236, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'convert', + 134217734, + 237, + const prefix0.ContainedReflectable(), + -1, + 110, + 110, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'newEntries', + 151126022, + 238, + const prefix0.ContainedReflectable(), + 15, + 72, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'key', + 6, + 239, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'update', + 134217734, + 239, + const prefix0.ContainedReflectable(), + -1, + 111, + 111, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'ifAbsent', + 67121158, + 239, + const prefix0.ContainedReflectable(), + -1, + 112, + 112, + const [], + const [], + null, + #ifAbsent), + r.ParameterMirrorImpl( + r'update', + 134217734, + 240, + const prefix0.ContainedReflectable(), + -1, + 113, + 113, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 241, + const prefix0.ContainedReflectable(), + -1, + 114, + 114, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'key', + 6, + 242, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'ifAbsent', + 134217734, + 242, + const prefix0.ContainedReflectable(), + -1, + 115, + 115, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 151126022, + 243, + const prefix0.ContainedReflectable(), + 14, + 75, + 14, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'key', + 67239942, + 244, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'action', + 134217734, + 246, + const prefix0.ContainedReflectable(), + -1, + 116, + 116, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 151126022, + 254, + const prefix0.ContainedReflectable(), + 14, + 117, + 14, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 151126022, + 255, + const prefix0.ContainedReflectable(), + 14, + 75, + 14, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 151126022, + 256, + const prefix0.ContainedReflectable(), + 14, + 117, + 14, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'iterable', + 151126022, + 258, + const prefix0.ContainedReflectable(), + 15, + 107, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'key', + 67121158, + 258, + const prefix0.ContainedReflectable(), + -1, + 118, + 118, + const [], + const [], + null, + #key), + r.ParameterMirrorImpl( + r'value', + 67121158, + 258, + const prefix0.ContainedReflectable(), + -1, + 119, + 119, + const [], + const [], + null, + #value), + r.ParameterMirrorImpl( + r'keys', + 151126022, + 259, + const prefix0.ContainedReflectable(), + 15, + 73, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'values', + 151126022, + 259, + const prefix0.ContainedReflectable(), + 15, + 74, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'entries', + 151126022, + 260, + const prefix0.ContainedReflectable(), + 15, + 72, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'source', + 151126022, + 261, + const prefix0.ContainedReflectable(), + 15, + 120, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 151126022, + 263, + const prefix0.ContainedReflectable(), + 15, + 78, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'toElement', + 134217734, + 264, + const prefix0.ContainedReflectable(), + -1, + 121, + 121, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 265, + const prefix0.ContainedReflectable(), + -1, + 122, + 122, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'toElements', + 134217734, + 267, + const prefix0.ContainedReflectable(), + -1, + 123, + 123, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'element', + 67239942, + 268, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'action', + 134217734, + 269, + const prefix0.ContainedReflectable(), + -1, + 124, + 124, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'combine', + 134217734, + 270, + const prefix0.ContainedReflectable(), + -1, + 125, + 125, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'initialValue', + 6, + 271, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'combine', + 134217734, + 271, + const prefix0.ContainedReflectable(), + -1, + 126, + 126, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 272, + const prefix0.ContainedReflectable(), + -1, + 122, + 122, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'separator', + 134354950, + 273, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 274, + const prefix0.ContainedReflectable(), + -1, + 122, + 122, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'growable', + 134363142, + 275, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + #growable), + r.ParameterMirrorImpl( + r'count', + 134348806, + 277, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 278, + const prefix0.ContainedReflectable(), + -1, + 122, + 122, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'count', + 134348806, + 279, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 280, + const prefix0.ContainedReflectable(), + -1, + 122, + 122, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 281, + const prefix0.ContainedReflectable(), + -1, + 122, + 122, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'orElse', + 67121158, + 281, + const prefix0.ContainedReflectable(), + -1, + 127, + 127, + const [], + const [], + null, + #orElse), + r.ParameterMirrorImpl( + r'test', + 134217734, + 282, + const prefix0.ContainedReflectable(), + -1, + 122, + 122, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'orElse', + 67121158, + 282, + const prefix0.ContainedReflectable(), + -1, + 127, + 127, + const [], + const [], + null, + #orElse), + r.ParameterMirrorImpl( + r'test', + 134217734, + 283, + const prefix0.ContainedReflectable(), + -1, + 122, + 122, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'orElse', + 67121158, + 283, + const prefix0.ContainedReflectable(), + -1, + 127, + 127, + const [], + const [], + null, + #orElse), + r.ParameterMirrorImpl( + r'index', + 134348806, + 284, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'count', + 134348806, + 294, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'generator', + 67112966, + 294, + const prefix0.ContainedReflectable(), + -1, + 128, + 128, const [], const [], null, @@ -242,26 +6059,138 @@ final _data = { ], [ prefix0.ContainedReflectable, - bool, - String, - int, - Type, - prefix1.ReflectCapability, - const m.TypeValue>().type, - List, - prefix2.InstanceMirror, - prefix2.TypeMirror, - prefix2.LibraryMirror, - Uri, - const m.TypeValue>().type, - Map, - prefix2.ClassMirror, - const m.TypeValue>().type, - Iterable, + prefix1.Reflectable, + prefix2.ReflectableImpl, + prefix3.ReflectableBase, Object, - Invocation + Invocation, + Type, + String, + bool, + int, + List, + prefix4.InstanceMirror, + prefix4.TypeMirror, + prefix4.LibraryMirror, + Map, + Iterable, + prefix5.ReflectCapability, + const m.TypeValue>() + .type, + prefix2.ReflectorData, + const m.TypeValue>().type, + Symbol, + Deprecated, + Null, + prefix5.InstanceInvokeCapability, + prefix5.StaticInvokeCapability, + prefix5.TopLevelInvokeCapability, + prefix5.NewInstanceCapability, + prefix5.MetadataCapability, + prefix5.TypeCapability, + prefix5.TypeRelationsCapability, + const r.FakeType(r'reflectable.capability._ReflectedTypeCapability'), + prefix5.LibraryCapability, + prefix5.DeclarationsCapability, + prefix5.UriCapability, + prefix5.LibraryDependenciesCapability, + prefix5.InvokingCapability, + prefix5.TypingCapability, + const r.FakeType(r'reflectable.capability._DelegateCapability'), + const r.FakeType(r'reflectable.capability._SubtypeQuantifyCapability'), + prefix5.SuperclassQuantifyCapability, + prefix5.TypeAnnotationQuantifyCapability, + const r.FakeType( + r'reflectable.capability._CorrespondingSetterQuantifyCapability'), + const r.FakeType(r'reflectable.capability._AdmitSubtypeCapability'), + const m.TypeValue>().type, + Set, + const m.TypeValue>().type, + Uri, + const m.TypeValue>().type, + prefix4.ClassMirror, + const m.TypeValue>().type, + const m.TypeValue>().type, + const m.TypeValue>().type, + const m.TypeValue>().type, + const m.TypeValue>().type, + const m.TypeValue>().type, + Runes, + double, + const r.FakeType(r'dart.core.List'), + const r.FakeType(r'dart.core.List'), + const r.FakeType(r'dart.core.List'), + const r.FakeType(r'dart.core.Iterable'), + const r.FakeType(r'dart.core.Map'), + prefix4.TypeVariableMirror, + const m.TypeValue>().type, + const m.TypeValue>().type, + prefix4.DeclarationMirror, + const m.TypeValue>().type, + prefix4.LibraryDependencyMirror, + const m.TypeValue>().type, + const r.FakeType(r'dart.core.Map'), + const r.FakeType(r'dart.core.Map'), + const r.FakeType(r'dart.core.Map'), + const r.FakeType(r'dart.core.Iterable>'), + const r.FakeType(r'dart.core.Iterable'), + const r.FakeType(r'dart.core.Iterable'), + const r.FakeType(r'dart.core.Map'), + const r.FakeType(r'dart.core.Iterable'), + const r.FakeType(r'dart.core.Iterable'), + const r.FakeType(r'dart.core.Iterable'), + const r.FakeType(r'dart.core.Iterable'), + const r.FakeType(r'dart.core.Iterable'), + const r.FakeType(r'dart.core.Iterable'), + const r.FakeType(r'dart.core.List'), + const r.FakeType(r'dart.core.Set'), + Set, + const r.FakeType(r'dart.core.Iterator'), + Iterator, + const m.TypeValue>().type, + prefix5.StringInvocationKind, + const m.TypeValue>().type, + const m.TypeValue>().type, + const m.TypeValue>().type, + const m.TypeValue>().type, + const m.TypeValue>().type, + Pattern, + const m.TypeValue().type, + const m.TypeValue().type, + const m.TypeValue().type, + const m.TypeValue>().type, + const m.TypeValue().type, + const r.FakeType(r'dart.core.List'), + const r.FakeType(r'dart.core.List'), + const r.FakeType(r'dart.core.List'), + const r.FakeType(r'dart.core.Iterable'), + const m.TypeValue().type, + prefix6.Random, + const m.TypeValue().type, + const m.TypeValue>().type, + const m.TypeValue().type, + const r.FakeType(r'dart.core.Map'), + const m.TypeValue().type, + const m.TypeValue().type, + const m.TypeValue().type, + const m.TypeValue().type, + const m.TypeValue().type, + const m.TypeValue().type, + const m.TypeValue().type, + const m.TypeValue>().type, + const m.TypeValue().type, + const m.TypeValue().type, + const r.FakeType(r'dart.core.Iterable'), + const m.TypeValue().type, + const m.TypeValue().type, + const m.TypeValue().type, + const m.TypeValue().type, + const m.TypeValue().type, + const m.TypeValue().type, + const m.TypeValue().type, + const m.TypeValue().type ], - 1, + 17, { r'==': (dynamic instance) => (x) => instance == x, r'toString': (dynamic instance) => instance.toString, @@ -275,7 +6204,41 @@ final _data = { r'reflectType': (dynamic instance) => instance.reflectType, r'findLibrary': (dynamic instance) => instance.findLibrary, r'libraries': (dynamic instance) => instance.libraries, - r'annotatedClasses': (dynamic instance) => instance.annotatedClasses + r'annotatedClasses': (dynamic instance) => instance.annotatedClasses, + r'typeArguments': (dynamic instance) => instance.typeArguments, + r'isAccessor': (dynamic instance) => instance.isAccessor, + r'&': (dynamic instance) => (x) => instance & x, + r'|': (dynamic instance) => (x) => instance | x, + r'^': (dynamic instance) => (x) => instance ^ x, + r'cast': (dynamic instance) => instance.cast, + r'followedBy': (dynamic instance) => instance.followedBy, + r'map': (dynamic instance) => instance.map, + r'where': (dynamic instance) => instance.where, + r'whereType': (dynamic instance) => instance.whereType, + r'expand': (dynamic instance) => instance.expand, + r'contains': (dynamic instance) => instance.contains, + r'forEach': (dynamic instance) => instance.forEach, + r'reduce': (dynamic instance) => instance.reduce, + r'fold': (dynamic instance) => instance.fold, + r'every': (dynamic instance) => instance.every, + r'join': (dynamic instance) => instance.join, + r'any': (dynamic instance) => instance.any, + r'toList': (dynamic instance) => instance.toList, + r'toSet': (dynamic instance) => instance.toSet, + r'take': (dynamic instance) => instance.take, + r'takeWhile': (dynamic instance) => instance.takeWhile, + r'skip': (dynamic instance) => instance.skip, + r'skipWhile': (dynamic instance) => instance.skipWhile, + r'firstWhere': (dynamic instance) => instance.firstWhere, + r'lastWhere': (dynamic instance) => instance.lastWhere, + r'singleWhere': (dynamic instance) => instance.singleWhere, + r'elementAt': (dynamic instance) => instance.elementAt, + r'length': (dynamic instance) => instance.length, + r'isEmpty': (dynamic instance) => instance.isEmpty, + r'isNotEmpty': (dynamic instance) => instance.isNotEmpty, + r'first': (dynamic instance) => instance.first, + r'last': (dynamic instance) => instance.last, + r'single': (dynamic instance) => instance.single }, {}, [ @@ -283,10 +6246,149 @@ final _data = { r'', Uri.parse(r'reflectable://0/'), const prefix0.ContainedReflectable(), + const [0], + {r'contained': () => prefix0.contained}, + {}, + const [], + null), + r.LibraryMirrorImpl( + r'reflectable.reflectable', + Uri.parse(r'reflectable://1/reflectable.reflectable'), + const prefix0.ContainedReflectable(), const [], {}, {}, const [], + null), + r.LibraryMirrorImpl( + r'reflectable.src.reflectable_builder_based', + Uri.parse( + r'reflectable://2/reflectable.src.reflectable_builder_based'), + const prefix0.ContainedReflectable(), + const [1, 2, 3, 37], + { + r'pleaseInitializeMessage': () => prefix2.pleaseInitializeMessage, + r'data': () => prefix2.data, + r'memberSymbolMap': () => prefix2.memberSymbolMap, + r'reflectors': () => prefix2.reflectors + }, + { + r'data=': (dynamic value) => prefix2.data = value, + r'memberSymbolMap=': (dynamic value) => + prefix2.memberSymbolMap = value + }, + const [], + null), + r.LibraryMirrorImpl( + r'reflectable.src.reflectable_base', + Uri.parse(r'reflectable://3/reflectable.src.reflectable_base'), + const prefix0.ContainedReflectable(), + const [], + {}, + {}, + const [], + null), + r.LibraryMirrorImpl( + r'dart.core', + Uri.parse(r'reflectable://4/dart.core'), + const prefix0.ContainedReflectable(), + const [4, 5, 6, 7, 38, 39, 40], + { + r'deprecated': () => deprecated, + r'override': () => override, + r'provisional': () => provisional, + r'proxy': () => proxy, + r'identical': () => identical, + r'identityHashCode': () => identityHashCode, + r'print': () => print + }, + {}, + const [], + null), + r.LibraryMirrorImpl( + r'reflectable.mirrors', + Uri.parse(r'reflectable://5/reflectable.mirrors'), + const prefix0.ContainedReflectable(), + const [], + {}, + {}, + const [], + null), + r.LibraryMirrorImpl( + r'reflectable.capability', + Uri.parse(r'reflectable://6/reflectable.capability'), + const prefix0.ContainedReflectable(), + const [ + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 45, + 46, + 47, + 48, + 49 + ], + { + r'instanceInvokeCapability': () => + prefix5.instanceInvokeCapability, + r'staticInvokeCapability': () => prefix5.staticInvokeCapability, + r'topLevelInvokeCapability': () => + prefix5.topLevelInvokeCapability, + r'newInstanceCapability': () => prefix5.newInstanceCapability, + r'metadataCapability': () => prefix5.metadataCapability, + r'typeCapability': () => prefix5.typeCapability, + r'typeRelationsCapability': () => prefix5.typeRelationsCapability, + r'reflectedTypeCapability': () => prefix5.reflectedTypeCapability, + r'libraryCapability': () => prefix5.libraryCapability, + r'declarationsCapability': () => prefix5.declarationsCapability, + r'uriCapability': () => prefix5.uriCapability, + r'libraryDependenciesCapability': () => + prefix5.libraryDependenciesCapability, + r'invokingCapability': () => prefix5.invokingCapability, + r'typingCapability': () => prefix5.typingCapability, + r'delegateCapability': () => prefix5.delegateCapability, + r'subtypeQuantifyCapability': () => + prefix5.subtypeQuantifyCapability, + r'superclassQuantifyCapability': () => + prefix5.superclassQuantifyCapability, + r'typeAnnotationQuantifyCapability': () => + prefix5.typeAnnotationQuantifyCapability, + r'typeAnnotationDeepQuantifyCapability': () => + prefix5.typeAnnotationDeepQuantifyCapability, + r'correspondingSetterQuantifyCapability': () => + prefix5.correspondingSetterQuantifyCapability, + r'admitSubtypeCapability': () => prefix5.admitSubtypeCapability, + r'reflectableNoSuchInvokableError': () => + prefix5.reflectableNoSuchInvokableError, + r'reflectableNoSuchMethodError': () => + prefix5.reflectableNoSuchMethodError, + r'reflectableNoSuchGetterError': () => + prefix5.reflectableNoSuchGetterError, + r'reflectableNoSuchSetterError': () => + prefix5.reflectableNoSuchSetterError, + r'reflectableNoSuchConstructorError': () => + prefix5.reflectableNoSuchConstructorError + }, + {}, + const [], null) ], []) diff --git a/experiment/container/example2/pubspec.yaml b/experiment/container/example2/pubspec.yaml index f36332c6..81a766cc 100644 --- a/experiment/container/example2/pubspec.yaml +++ b/experiment/container/example2/pubspec.yaml @@ -35,9 +35,11 @@ dev_dependencies: io: ^1.0.0 test: ^1.21.0 lints: ^2.0.0 -# dependency_overrides: -# angel3_container: -# path: ../container/angel_container +dependency_overrides: + angel3_container: + path: ../../../packages/container/angel_container + angel3_container_generator: + path: ../../../packages/container/angel_container_generator # angel3_http_exception: # path: ../http_exception # angel3_model: