From ec68a78c1da44956d26e4ef12aa3384aff32ab63 Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sun, 29 Jan 2023 20:26:35 +0800 Subject: [PATCH 01/51] 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: From 342a5a4ac9d429e20c7a3e5ee2769b8662d6de6e Mon Sep 17 00:00:00 2001 From: Thomas Hii Date: Sun, 29 Jan 2023 14:54:00 +0000 Subject: [PATCH 02/51] Test Annotation --- experiment/container/example1/bin/main.dart | 15 ++++++++++++--- experiment/container/example1/lib/src/models.dart | 5 +++++ 2 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 experiment/container/example1/lib/src/models.dart diff --git a/experiment/container/example1/bin/main.dart b/experiment/container/example1/bin/main.dart index 76569588..47ecf359 100644 --- a/experiment/container/example1/bin/main.dart +++ b/experiment/container/example1/bin/main.dart @@ -1,4 +1,5 @@ import 'dart:mirrors'; +import 'package:example1/src/models.dart'; void main() { final stopwatch = Stopwatch()..start(); @@ -14,15 +15,23 @@ void main() { printAnnotationValue(String); printAnnotationValue(Shape); + printAnnotationValue(Square); } class Shape { void draw() => print("Draw Shape"); } +@Person('Will', 'Tom') +class Square { + void greetHii() { + print("Hii Welcome to flutter agency"); + } +} + void printAnnotationValue(final Type clazz) { final DeclarationMirror clazzDeclaration = reflectClass(clazz); - final ClassMirror someAnnotationMirror = reflectClass(Shape); + final ClassMirror someAnnotationMirror = reflectClass(Person); final annotationInstsanceMirror = clazzDeclaration.metadata.where((d) => d.type == someAnnotationMirror); if (annotationInstsanceMirror.isEmpty) { @@ -30,6 +39,6 @@ void printAnnotationValue(final Type clazz) { return; } final someAnnotationInstance = - (annotationInstsanceMirror.first.reflectee as Shape); - print("${someAnnotationInstance.draw}"); + (annotationInstsanceMirror.first.reflectee as Person); + print(someAnnotationInstance.firstName); } diff --git a/experiment/container/example1/lib/src/models.dart b/experiment/container/example1/lib/src/models.dart new file mode 100644 index 00000000..abc1b6d8 --- /dev/null +++ b/experiment/container/example1/lib/src/models.dart @@ -0,0 +1,5 @@ +class Person { + final String firstName; + final String lastName; + const Person(this.firstName, this.lastName); +} From 05cbd7124842b30612023ea5c03b91ae02538397 Mon Sep 17 00:00:00 2001 From: Thomas Hii Date: Sun, 29 Jan 2023 16:04:15 +0000 Subject: [PATCH 03/51] Added example --- experiment/container/example1/bin/main.dart | 2 +- experiment/container/example2/bin/main.dart | 43 +++++++++++++++++++ .../container/example2/lib/src/models.dart | 5 +++ 3 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 experiment/container/example2/bin/main.dart create mode 100644 experiment/container/example2/lib/src/models.dart diff --git a/experiment/container/example1/bin/main.dart b/experiment/container/example1/bin/main.dart index 47ecf359..55ba50ac 100644 --- a/experiment/container/example1/bin/main.dart +++ b/experiment/container/example1/bin/main.dart @@ -35,7 +35,7 @@ void printAnnotationValue(final Type clazz) { final annotationInstsanceMirror = clazzDeclaration.metadata.where((d) => d.type == someAnnotationMirror); if (annotationInstsanceMirror.isEmpty) { - print('Annotation is not on this class'); + print('No annotated class found'); return; } final someAnnotationInstance = diff --git a/experiment/container/example2/bin/main.dart b/experiment/container/example2/bin/main.dart new file mode 100644 index 00000000..8abe6a16 --- /dev/null +++ b/experiment/container/example2/bin/main.dart @@ -0,0 +1,43 @@ +import 'package:example2/src/models.dart'; + +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); + printAnnotationValue(Square); +} + +class Shape { + void draw() => print("Draw Shape"); +} + +@Person('Will', 'Tom') +class Square { + void greetHii() { + print("Hii Welcome to flutter agency"); + } +} + +void printAnnotationValue(final Type clazz) { + final DeclarationMirror clazzDeclaration = reflectClass(clazz); + final ClassMirror someAnnotationMirror = reflectClass(Person); + final annotationInstsanceMirror = + clazzDeclaration.metadata.where((d) => d.type == someAnnotationMirror); + if (annotationInstsanceMirror.isEmpty) { + print('No annotated class found'); + return; + } + final someAnnotationInstance = + (annotationInstsanceMirror.first.reflectee as Person); + print(someAnnotationInstance.firstName); +} diff --git a/experiment/container/example2/lib/src/models.dart b/experiment/container/example2/lib/src/models.dart new file mode 100644 index 00000000..abc1b6d8 --- /dev/null +++ b/experiment/container/example2/lib/src/models.dart @@ -0,0 +1,5 @@ +class Person { + final String firstName; + final String lastName; + const Person(this.firstName, this.lastName); +} From 08ba4f0609e0fbaf8f95680e607495d41af5d84b Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sat, 11 Mar 2023 12:44:22 +0800 Subject: [PATCH 04/51] Updated Generated Container --- README.md | 45 +- .../container/example2/bin/example.dart | 29 - .../example2/bin/example.reflectable.dart | 6402 --------- .../container/example2/bin/example1.dart | 46 + .../container/example2/bin/example2.dart | 63 + .../example2/bin/example3_controller.dart | 70 + .../bin/example3_controller.reflectable.dart | 10762 ++++++++++++++++ experiment/container/example2/bin/main.dart | 9 +- experiment/container/example2/build.yaml | 9 + .../lib/src/controller/hr_controller.dart | 15 + experiment/container/example2/pubspec.yaml | 10 +- .../container/example2/web/example.dart | 14 + .../container/angel_container/CHANGELOG.md | 4 + .../angel_container/lib/angel3_container.dart | 1 + .../lib/src/container_const.dart | 8 + .../angel_container/lib/src/throwing.dart | 7 +- .../container/angel_container/pubspec.yaml | 2 +- .../container/angel_container_generator/= | 0 .../angel_container_generator/README.md | 25 +- .../example/main.dart | 3 +- .../example/main.reflectable.dart | 6319 ++++++++- .../lib/angel3_container_generator.dart | 4 +- .../test/reflector_test.dart | 11 +- .../test/reflector_test.reflectable.dart | 6858 +++++++++- packages/framework/CHANGELOG.md | 5 + .../framework/lib/src/core/controller.dart | 14 +- packages/framework/lib/src/core/metadata.dart | 24 +- packages/framework/lib/src/core/server.dart | 2 +- packages/framework/pubspec.yaml | 10 +- .../lib/src/models/quotation.dart | 17 + .../lib/src/models/quotation.g.dart | 282 + 31 files changed, 24278 insertions(+), 6792 deletions(-) delete mode 100644 experiment/container/example2/bin/example.dart delete mode 100644 experiment/container/example2/bin/example.reflectable.dart create mode 100644 experiment/container/example2/bin/example1.dart create mode 100644 experiment/container/example2/bin/example2.dart create mode 100644 experiment/container/example2/bin/example3_controller.dart create mode 100644 experiment/container/example2/bin/example3_controller.reflectable.dart create mode 100644 experiment/container/example2/build.yaml create mode 100644 experiment/container/example2/lib/src/controller/hr_controller.dart create mode 100644 experiment/container/example2/web/example.dart create mode 100644 packages/container/angel_container/lib/src/container_const.dart create mode 100644 packages/container/angel_container_generator/= create mode 100644 packages/orm/angel_orm_test/lib/src/models/quotation.dart create mode 100644 packages/orm/angel_orm_test/lib/src/models/quotation.g.dart diff --git a/README.md b/README.md index 36456a29..abd01e0c 100644 --- a/README.md +++ b/README.md @@ -8,27 +8,38 @@ [![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/LICENSE) [![melos](https://img.shields.io/badge/maintained%20with-melos-f700ff.svg?style=flat-square)](https://github.com/invertase/melos) -**A polished, production-ready backend framework in Dart with NNBD support.** +**A polished, production-ready backend framework in Dart.** ----- ## About -Angel3 is a fork of archived Angel framework to support Dart SDK 2.12.x or later. It is a full-stack Web framework in Dart that aims to streamline development by providing many common features out-of-the-box in a consistent manner. One of the main goal is to enable developers to build both frontend and backend in the same language, Dart. Angel3 framework is designed as a collection of plugins that enable developers to pick and choose the parts needed for their projects. A series of starter templates are also provided for quick start and trial run with Angel3 framework. Visit our [website]() to learn more. +Angel3 started life as a fork of the archived `Angel framework` to support null-safety in Dart SDK 2.12.x and beyond. It is a full-stack Web framework in Dart that aims to streamline development by providing many common features out-of-the-box in a consistent manner. One of the main goal is to enable developers to build both frontend and backend in the same language, Dart. Angel3 framework is designed as a collection of plugins that enable developers to pick and choose the parts needed for their projects. A series of starter templates are also provided for quick start and trial run with Angel3 framework. Visit our [website]() for more details. The available features in Angel3 includes: -* Static File Handling -* Basic Authentication -* PostgreSQL ORM +* Basic and OAuth2 Authentication +* ORM for PostgreSQL and MySQL +* MongoDB * GraphQL -* And much more... +* Proxy and Cache +* Static File Handling +* Server Side Rendering +* Websocket See all the available [`packages`](https://angel3-docs.dukefirehawk.com/packages) for more information. ## Important Notes -The core Angel Framework migration to Angel3 Framework has completed and published under `angel3_` prefix on pub.dev. The migrated packages have passed all the test cases. The development work will now move onto the next phase which is to refactor and to improve on the features for better development and deployment experience. +The development work are currently focused on: + +* Keeping the packages with `angel3_` prefix in sync with Dart SDK releases + * Remove and replace deprecated classes and methods while keeping backward compatible + * Refactor the code to use new language features +* Fix and resolve reported issues +* Performance tunning +* Improve on existing features, unit test, user guide and examples +* Add new features The status of the code base is as follows: @@ -44,25 +55,19 @@ For more details, checkout [Project Status](https://github.com/dukefirehawk/ange ## Release Notes -### Release 7.0.0 +### Release 8.0.0 (Upcoming) +* Updated all `angel3_` packages to 8.0.0 +* Updated all `angel3_` packages to require dart >= 3.0.x + +### Release 7.0.0 (Current) + +* Updated all `angel3_` packages to 7.0.0 * Updated all `angel3_` packages to require dart >= 2.17.x * Updated dependencies to the latest libraries * Fixed ORM issues * Fixed `dart analyze .` warnings -### Release 6.0.0 - -* Updated all `angel3_` packages to 6.0.0 -* Updated all `angel3_` packages to require dart >= 2.16.x -* Updated ORM to support MariaDB 10.2.x (stable) and MySQL 8.x (beta) -* Updated code generator to use `analyzer` 3.x.x -* Updated exception handling -* Added default logger to generate standardised logging messages -* Added `melos` support -* Removed deprecated API -* [**Breaking**] `error` for `AngelHttpException` is no longer mandatory - ## Installation and Setup ### Create a new project by cloning from boilerplate templates diff --git a/experiment/container/example2/bin/example.dart b/experiment/container/example2/bin/example.dart deleted file mode 100644 index 5ba76ab3..00000000 --- a/experiment/container/example2/bin/example.dart +++ /dev/null @@ -1,29 +0,0 @@ -import 'package:angel3_container/angel3_container.dart'; -import 'package:angel3_container_generator/angel3_container_generator.dart'; -import 'package:angel3_framework/angel3_framework.dart'; -import 'package:angel3_framework/http.dart'; - -import 'example.reflectable.dart'; - -@Expose('/controller') -class MyController extends Controller { - @Expose('/') - a() => "Hello, world!"; -} - -void main() async { - initializeReflectable(); - - var reflector = const GeneratedReflector(); - Container container = Container(reflector); - - container.registerSingleton(MyController()); - - var app = Angel(reflector: reflector); - var http = AngelHttp(app); - - //await app.mountController(); - - var server = await http.startServer('localhost', 3000); - print("Angel server listening at ${http.uri}"); -} diff --git a/experiment/container/example2/bin/example.reflectable.dart b/experiment/container/example2/bin/example.reflectable.dart deleted file mode 100644 index a32c690d..00000000 --- a/experiment/container/example2/bin/example.reflectable.dart +++ /dev/null @@ -1,6402 +0,0 @@ -// This file has been generated by the reflectable package. -// https://github.com/dart-lang/reflectable. - -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 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 -// ignore_for_file: prefer_adjacent_string_concatenation -// ignore_for_file: prefer_collection_literals -// ignore_for_file: unnecessary_const - -// ignore:unused_import -import 'package:reflectable/mirrors.dart' as m; -// ignore:unused_import -import 'package:reflectable/src/reflectable_builder_based.dart' as r; -// ignore:unused_import -import 'package:reflectable/reflectable.dart' as r show Reflectable; - -final _data = { - const prefix0.ContainedReflectable(): r.ReflectorData( - [ - r.NonGenericClassMirrorImpl( - r'ContainedReflectable', - r'.ContainedReflectable', - 134217735, - 0, - const prefix0.ContainedReflectable(), - const [71], - const [72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84], - const [], - 1, - {}, - {}, - {r'': (bool b) => () => b ? prefix0.ContainedReflectable() : null}, - 0, - 0, - const [], - const [prefix0.contained], - 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.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'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 [6, 7, 8, 9, 10], - const prefix0.ContainedReflectable(), - 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'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, - 3, - 10, - 45, - 10, - const [16], - const [], - const prefix0.ContainedReflectable(), - const []), - r.MethodMirrorImpl( - r'canReflect', - 2097154, - 2, - 8, - 8, - 8, - const [], - const [29], - const prefix0.ContainedReflectable(), - const [override]), - r.MethodMirrorImpl( - r'reflect', - 2097154, - 2, - 11, - 11, - 11, - const [], - const [30], - const prefix0.ContainedReflectable(), - const [override]), - r.MethodMirrorImpl( - r'canReflectType', - 2097154, - 2, - 8, - 8, - 8, - const [], - const [31], - const prefix0.ContainedReflectable(), - const [override]), - r.MethodMirrorImpl( - r'reflectType', - 2097154, - 2, - 12, - 12, - 12, - const [], - const [32], - const prefix0.ContainedReflectable(), - const [override]), - r.MethodMirrorImpl( - r'findLibrary', - 2097154, - 2, - 13, - 13, - 13, - const [], - const [33], - const prefix0.ContainedReflectable(), - const [override]), - r.MethodMirrorImpl( - r'libraries', - 35651587, - 2, - 14, - 47, - 14, - const [46, 13], - const [], - const prefix0.ContainedReflectable(), - const [override]), - r.MethodMirrorImpl( - r'annotatedClasses', - 35651587, - 2, - 15, - 49, - 15, - const [48], - const [], - const prefix0.ContainedReflectable(), - 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'_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, - 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, - null), - r.ParameterMirrorImpl( - r'invocation', - 134348806, - 45, - const prefix0.ContainedReflectable(), - 5, - 5, - 5, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'reflectee', - 134348806, - 49, - const prefix0.ContainedReflectable(), - 4, - 4, - 4, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'reflectee', - 134348806, - 50, - const prefix0.ContainedReflectable(), - 4, - 4, - 4, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'type', - 134348806, - 51, - const prefix0.ContainedReflectable(), - 6, - 6, - 6, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'type', - 134348806, - 52, - const prefix0.ContainedReflectable(), - 6, - 6, - 6, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'libraryName', - 134348806, - 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, - 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, - null) - ], - [ - prefix0.ContainedReflectable, - prefix1.Reflectable, - prefix2.ReflectableImpl, - prefix3.ReflectableBase, - Object, - 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 - ], - 17, - { - r'==': (dynamic instance) => (x) => instance == x, - r'toString': (dynamic instance) => instance.toString, - r'noSuchMethod': (dynamic instance) => instance.noSuchMethod, - r'hashCode': (dynamic instance) => instance.hashCode, - r'runtimeType': (dynamic instance) => instance.runtimeType, - r'capabilities': (dynamic instance) => instance.capabilities, - r'canReflect': (dynamic instance) => instance.canReflect, - r'reflect': (dynamic instance) => instance.reflect, - r'canReflectType': (dynamic instance) => instance.canReflectType, - 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'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 - }, - {}, - [ - r.LibraryMirrorImpl( - 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) - ], - []) -}; - -final _memberSymbolMap = null; - -void initializeReflectable() { - r.data = _data; - r.memberSymbolMap = _memberSymbolMap; -} diff --git a/experiment/container/example2/bin/example1.dart b/experiment/container/example2/bin/example1.dart new file mode 100644 index 00000000..ee4a6f7c --- /dev/null +++ b/experiment/container/example2/bin/example1.dart @@ -0,0 +1,46 @@ +import 'package:angel3_container/mirrors.dart'; +import 'package:angel3_framework/angel3_framework.dart'; +import 'package:angel3_framework/http.dart'; + +@Expose('/controller', method: 'GET') +class MyController extends Controller { + @Expose('/', method: 'GET') + Future route1(RequestContext req, ResponseContext res) async { + return "My route"; + } +} + +@Expose('/sales', middleware: [process1]) +class SalesController extends Controller { + @Expose('/', middleware: [process2]) + Future route1(RequestContext req, ResponseContext res) async { + return "Sales route"; + } +} + +bool process1(RequestContext req, ResponseContext res) { + res.write('Hello, '); + return true; +} + +bool process2(RequestContext req, ResponseContext res) { + res.write('From Sales, '); + return true; +} + +void main() async { + // Using Mirror Reflector + var app = Angel(reflector: MirrorsReflector()); + + // My Controller + app.container.registerSingleton(MyController()); + await app.mountController(); + + // Sales Controller + app.container.registerSingleton(SalesController()); + await app.mountController(); + + var http = AngelHttp(app); + var server = await http.startServer('localhost', 3000); + print("Angel server listening at ${http.uri}"); +} diff --git a/experiment/container/example2/bin/example2.dart b/experiment/container/example2/bin/example2.dart new file mode 100644 index 00000000..959c6764 --- /dev/null +++ b/experiment/container/example2/bin/example2.dart @@ -0,0 +1,63 @@ +import 'package:angel3_container/mirrors.dart'; +import 'package:angel3_framework/angel3_framework.dart'; +import 'package:angel3_framework/http.dart'; + +class Todo extends Model { + String? text; + String? over; + + Todo({this.text, this.over}); + + Map toJson() { + return { + 'text': text, + 'over': over, + }; + } +} + +@Expose('/todo', method: 'GET') +class TodoController extends Controller { + @Expose('/') + Todo todo(Todo singleton) => singleton; +} + +@Expose('/controller', method: 'GET') +class MyController extends Controller { + @Expose('/', method: 'GET') + Future route1(RequestContext req, ResponseContext res) async { + return "My route"; + } + + //Todo todo(Todo singleton) => singleton; +} + +@Expose('/sales', middleware: [process1]) +class SalesController extends Controller { + @Expose('/', middleware: [process2]) + Future route1(RequestContext req, ResponseContext res) async { + return "Sales route"; + } +} + +bool process1(RequestContext req, ResponseContext res) { + res.write('Hello, '); + return true; +} + +bool process2(RequestContext req, ResponseContext res) { + res.write('From Sales, '); + return true; +} + +void main() async { + // Using Mirror Reflector + var app = Angel(reflector: MirrorsReflector()); + + await app.configure(MyController().configureServer); + await app.configure(SalesController().configureServer); + + var http = AngelHttp(app); + var server = await http.startServer('localhost', 3000); + print("Angel server listening at ${http.uri}"); +} diff --git a/experiment/container/example2/bin/example3_controller.dart b/experiment/container/example2/bin/example3_controller.dart new file mode 100644 index 00000000..bd6fb076 --- /dev/null +++ b/experiment/container/example2/bin/example3_controller.dart @@ -0,0 +1,70 @@ +import 'package:angel3_container_generator/angel3_container_generator.dart'; +import 'package:angel3_framework/angel3_framework.dart'; +import 'package:angel3_framework/http.dart'; + +import 'example3_controller.reflectable.dart'; + +@contained +@Expose('/controller', method: 'GET') +class MyController extends Controller { + @Expose('/') + Order order(Order singleton) => singleton; + + //Todo todo(Todo singleton) => singleton; +} + +class Todo extends Model { + String? text; + String? over; + + Todo({this.text, this.over}); + + Map toJson() { + return { + 'text': text, + 'over': over, + }; + } +} + +class FoodItem { + final String name; + final num price; + + FoodItem(this.name, this.price); +} + +class Order { + FoodItem item; + + String? get name => item.name; + + Order(this.item); +} + +void main() async { + //var reflector = const GeneratedReflector(); + //Container container = Container(reflector); + //container.registerSingleton(SalesController()); + + // Useing GeneratedReflector + initializeReflectable(); + var app = Angel(reflector: GeneratedReflector()); + + // Using MirrorReflector + //var app = Angel(reflector: MirrorsReflector()); + //await app.configure(MyController().configureServer); + + // My Controller + //app.container.registerSingleton(MyController()); + //await app.mountController(); + await app.configure(MyController().configureServer); + + // Sales Controller + //app.container.registerSingleton(SalesController()); + //await app.mountController(); + + var http = AngelHttp(app); + var server = await http.startServer('localhost', 3000); + print("Angel server listening at ${http.uri}"); +} diff --git a/experiment/container/example2/bin/example3_controller.reflectable.dart b/experiment/container/example2/bin/example3_controller.reflectable.dart new file mode 100644 index 00000000..3c11d0b5 --- /dev/null +++ b/experiment/container/example2/bin/example3_controller.reflectable.dart @@ -0,0 +1,10762 @@ +// This file has been generated by the reflectable package. +// https://github.com/dart-lang/reflectable. + +import 'dart:core'; +import 'dart:async' as prefix10; +import 'dart:convert' as prefix20; +import 'dart:math' as prefix28; +import 'example3_controller.dart' as prefix1; +import 'package:angel3_container/src/container.dart' as prefix26; +import 'package:angel3_container/src/reflector.dart' as prefix8; +import 'package:angel3_container/src/throwing.dart' as prefix14; +import 'package:angel3_container_generator/angel3_container_generator.dart' + as prefix0; +import 'package:angel3_framework/src/core/controller.dart' as prefix2; +import 'package:angel3_framework/src/core/env.dart' as prefix15; +import 'package:angel3_framework/src/core/hooked_service.dart' as prefix22; +import 'package:angel3_framework/src/core/metadata.dart' as prefix11; +import 'package:angel3_framework/src/core/request_context.dart' as prefix23; +import 'package:angel3_framework/src/core/response_context.dart' as prefix27; +import 'package:angel3_framework/src/core/routable.dart' as prefix9; +import 'package:angel3_framework/src/core/server.dart' as prefix6; +import 'package:angel3_framework/src/core/service.dart' as prefix25; +import 'package:angel3_route/src/middleware_pipeline.dart' as prefix19; +import 'package:angel3_route/src/router.dart' as prefix7; +import 'package:belatuk_combinator/src/combinator/combinator.dart' as prefix18; +import 'package:logging/src/logger.dart' as prefix24; +import 'package:meta/meta.dart' as prefix16; +import 'package:mime/src/mime_type.dart' as prefix21; +import 'package:reflectable/capability.dart' as prefix13; +import 'package:reflectable/mirrors.dart' as prefix12; +import 'package:reflectable/reflectable.dart' as prefix3; +import 'package:reflectable/src/reflectable_base.dart' as prefix5; +import 'package:reflectable/src/reflectable_builder_based.dart' as prefix4; +import 'package:tuple/tuple.dart' as prefix17; + +// ignore_for_file: camel_case_types +// ignore_for_file: implementation_imports +// ignore_for_file: prefer_adjacent_string_concatenation +// ignore_for_file: prefer_collection_literals +// ignore_for_file: unnecessary_const + +// ignore:unused_import +import 'package:reflectable/mirrors.dart' as m; +// ignore:unused_import +import 'package:reflectable/src/reflectable_builder_based.dart' as r; +// ignore:unused_import +import 'package:reflectable/reflectable.dart' as r show Reflectable; + +final _data = { + const prefix0.ContainedReflectable(): r.ReflectorData( + [ + r.NonGenericClassMirrorImpl( + r'MyController', + r'.MyController', + 134217735, + 0, + const prefix0.ContainedReflectable(), + const [116, 117], + const [ + 118, + 119, + 120, + 121, + 122, + 123, + 124, + 125, + 126, + 127, + 128, + 129, + 130, + 131, + 132, + 133, + 116 + ], + const [], + 2, + {}, + {}, + {r'': (bool b) => () => b ? prefix1.MyController() : null}, + 0, + 0, + const [], + const [ + prefix0.contained, + const prefix11.Expose('/controller', method: 'GET') + ], + null), + r.NonGenericClassMirrorImpl( + r'ContainedReflectable', + r'.ContainedReflectable', + 134217735, + 1, + const prefix0.ContainedReflectable(), + const [134], + const [ + 118, + 119, + 120, + 121, + 122, + 135, + 136, + 137, + 138, + 139, + 140, + 141, + 142 + ], + const [], + 3, + {}, + {}, + {r'': (bool b) => () => b ? prefix0.ContainedReflectable() : null}, + 1, + 1, + const [], + const [prefix0.contained], + null), + r.NonGenericClassMirrorImpl( + r'Controller', + r'angel_framework.http.controller.Controller', + 134217735, + 2, + const prefix0.ContainedReflectable(), + const [30, 31, 32, 123, 124, 125, 126, 132, 133, 143], + const [ + 118, + 119, + 120, + 121, + 122, + 123, + 124, + 125, + 126, + 127, + 128, + 129, + 130, + 131, + 132, + 133 + ], + const [], + 4, + {}, + {}, + { + r'': (bool b) => ({injectSingleton = true}) => b + ? prefix2.Controller(injectSingleton: injectSingleton) + : null + }, + 2, + 2, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'Reflectable', + r'reflectable.reflectable.Reflectable', + 134218247, + 3, + const prefix0.ContainedReflectable(), + const [33, 34, 144, 147, 148], + const [ + 118, + 119, + 120, + 121, + 122, + 135, + 136, + 137, + 138, + 139, + 140, + 141, + 142 + ], + const [144, 145, 146], + 5, + { + r'getInstance': () => prefix3.Reflectable.getInstance, + r'thisClassName': () => prefix3.Reflectable.thisClassName, + r'thisClassId': () => prefix3.Reflectable.thisClassId + }, + {}, + {}, + 3, + 3, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'Object', + r'dart.core.Object', + 134217735, + 4, + const prefix0.ContainedReflectable(), + const [118, 119, 120, 149, 150, 151, 121, 122, 152], + const [118, 119, 120, 121, 122], + const [149, 150, 151], + 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'ReflectableImpl', + r'reflectable.src.reflectable_builder_based.ReflectableImpl', + 134218247, + 5, + const prefix0.ContainedReflectable(), + const [136, 137, 138, 139, 140, 141, 142, 153, 154], + const [ + 118, + 119, + 120, + 121, + 122, + 135, + 136, + 137, + 138, + 139, + 140, + 141, + 142 + ], + const [], + 6, + {}, + {}, + {}, + 5, + 5, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'ReflectableBase', + r'reflectable.src.reflectable_base.ReflectableBase', + 134217735, + 6, + const prefix0.ContainedReflectable(), + const [135, 155, 156], + const [118, 119, 120, 121, 122, 135], + const [], + 4, + {}, + {}, + { + r'': (bool b) => ( + [_cap0, + _cap1, + _cap2, + _cap3, + _cap4, + _cap5, + _cap6, + _cap7, + _cap8, + _cap9]) => + b + ? prefix5.ReflectableBase(_cap0, _cap1, _cap2, _cap3, + _cap4, _cap5, _cap6, _cap7, _cap8, _cap9) + : null, + r'fromList': (bool b) => (_capabilities) => + b ? prefix5.ReflectableBase.fromList(_capabilities) : null + }, + 6, + 6, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'Todo', + r'.Todo', + 134217735, + 7, + const prefix0.ContainedReflectable(), + const [35, 36, 157, 162], + const [ + 118, + 119, + 120, + 121, + 122, + 163, + 164, + 165, + 166, + 167, + 168, + 169, + 157, + 158, + 159, + 160, + 161 + ], + const [], + -1, + {}, + {}, + { + r'': (bool b) => ({text, over}) => + b ? prefix1.Todo(over: over, text: text) : null + }, + 0, + 7, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'Invocation', + r'dart.core.Invocation', + 134218247, + 8, + const prefix0.ContainedReflectable(), + const [ + 170, + 171, + 172, + 173, + 174, + 175, + 176, + 177, + 178, + 179, + 180, + 181, + 182 + ], + const [118, 119, 120, 121, 122, 171, 177], + 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, + 8, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'Angel', + r'angel_framework.http.server.Angel', + 134217735, + 9, + const prefix0.ContainedReflectable(), + const [ + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 183, + 184, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192, + 193, + 194, + 195, + 196, + 197, + 213, + 214, + 215, + 216, + 217, + 218, + 219, + 220 + ], + const [ + 118, + 119, + 120, + 121, + 122, + 221, + 183, + 222, + 223, + 187, + 224, + 225, + 226, + 227, + 228, + 229, + 184, + 230, + 231, + 232, + 233, + 234, + 235, + 236, + 237, + 238, + 239, + 240, + 186, + 241, + 242, + 243, + 197, + 244, + 245, + 246, + 247, + 185, + 188, + 189, + 190, + 191, + 192, + 193, + 194, + 195, + 196, + 198, + 199, + 200, + 201, + 202, + 203, + 204, + 205, + 206, + 207, + 208, + 209, + 210, + 211, + 212, + 213, + 214, + 215, + 216, + 217, + 218, + 219 + ], + const [], + 12, + {}, + {}, + { + r'': (bool b) => ( + {reflector = const prefix14.ThrowingReflector( + errorMessage: + '${ContainerConst.defaultErrorMessage} $_reflectionInfo'), + environment = prefix15.angelEnv, + logger, + allowMethodOverrides = true, + serializer, + viewGenerator}) => + b + ? prefix6.Angel( + allowMethodOverrides: allowMethodOverrides, + environment: environment, + logger: logger, + reflector: reflector, + serializer: serializer, + viewGenerator: viewGenerator) + : null + }, + 7, + 9, + const [], + const [], + null), + r.GenericClassMirrorImpl( + r'Router', + r'angel3_route.src.router.Router', + 134217735, + 10, + const prefix0.ContainedReflectable(), + const [ + 221, + 248, + 222, + 223, + 249, + 224, + 225, + 226, + 227, + 228, + 229, + 250, + 230, + 231, + 232, + 233, + 234, + 235, + 236, + 237, + 238, + 239, + 240, + 251 + ], + const [ + 118, + 119, + 120, + 121, + 122, + 221, + 248, + 222, + 223, + 249, + 224, + 225, + 226, + 227, + 228, + 229, + 250, + 230, + 231, + 232, + 233, + 234, + 235, + 236, + 237, + 238, + 239, + 240 + ], + const [], + 4, + {}, + {}, + {r'': (bool b) => () => b ? prefix7.Router() : null}, + 8, + 10, + const [], + const [], + null, (o) { + return o is prefix7.Router && + o is! prefix7.ChainedRouter && + o is! prefix9.Routable; + }, const [28], 10), + r.NonGenericClassMirrorImpl( + r'Reflector', + r'.Reflector', + 134218247, + 11, + const prefix0.ContainedReflectable(), + const [252, 253, 254, 255, 256, 257, 258], + const [118, 119, 120, 121, 122, 257], + const [], + 4, + {}, + {}, + {}, + 9, + 11, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'Routable', + r'angel_framework.http.routable.Routable', + 134217735, + 12, + const prefix0.ContainedReflectable(), + const [51, 259, 241, 242, 243, 260, 261, 245, 246, 247, 262], + const [ + 118, + 119, + 120, + 121, + 122, + 221, + 260, + 222, + 223, + 249, + 224, + 225, + 226, + 227, + 228, + 229, + 250, + 230, + 231, + 232, + 233, + 234, + 235, + 236, + 237, + 238, + 239, + 240, + 259, + 241, + 242, + 243, + 261, + 244, + 245, + 246, + 247 + ], + const [], + 10, + {}, + {}, + { + r'': (bool b) => + ([reflector]) => b ? prefix9.Routable(reflector) : null + }, + 10, + 12, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'bool', + r'dart.core.bool', + 134217735, + 13, + const prefix0.ContainedReflectable(), + const [263, 264, 265, 266, 267, 268, 269], + const [118, 266, 120, 267, 122, 263, 264, 265], + 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, + 13, + const [], + const [], + null), + r.GenericClassMirrorImpl( + r'List', + r'dart.core.List', + 134218247, + 14, + const prefix0.ContainedReflectable(), + const [ + 270, + 271, + 272, + 273, + 274, + 275, + 276, + 277, + 278, + 279, + 280, + 281, + 282, + 283, + 284, + 285, + 286, + 287, + 288, + 289, + 290, + 291, + 292, + 293, + 294, + 295, + 296, + 297, + 298, + 299, + 300, + 301, + 302, + 303, + 304, + 305, + 306, + 307, + 308, + 309, + 310, + 311, + 312, + 313 + ], + const [118, 119, 120, 121, 122], + const [270, 271, 272], + 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, + 14, + const [], + const [], + null, + (o) => false, + const [29], + 14), + r.GenericClassMirrorImpl( + r'Map', + r'dart.core.Map', + 134218247, + 15, + const prefix0.ContainedReflectable(), + const [ + 314, + 315, + 316, + 317, + 318, + 319, + 320, + 321, + 322, + 323, + 324, + 325, + 326, + 327, + 328, + 329, + 330, + 331, + 332, + 333, + 334, + 335, + 336, + 337, + 338, + 339, + 340, + 341, + 342, + 343 + ], + const [118, 119, 120, 121, 122], + const [314], + 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, + 15, + const [], + const [], + null, + (o) => false, + const [30, 31], + 15), + r.NonGenericClassMirrorImpl( + r'String', + r'dart.core.String', + 134218247, + 16, + const prefix0.ContainedReflectable(), + const [ + 344, + 345, + 346, + 347, + 348, + 349, + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 361, + 362, + 363, + 364, + 365, + 366, + 367, + 368, + 369, + 370, + 371, + 372, + 373, + 374, + 375, + 376, + 377, + 378 + ], + const [118, 119, 120, 121, 122], + 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, + 16, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'int', + r'dart.core.int', + 134218247, + 17, + const prefix0.ContainedReflectable(), + const [ + 379, + 380, + 381, + 382, + 383, + 384, + 385, + 386, + 387, + 388, + 389, + 390, + 391, + 392, + 393, + 394, + 395, + 396, + 397, + 398, + 399, + 400, + 401, + 402, + 403, + 404, + 405, + 406, + 407, + 408, + 409 + ], + const [118, 119, 120, 121, 122], + const [403, 404], + -1, + {r'parse': () => int.parse, r'tryParse': () => int.tryParse}, + {}, + { + r'fromEnvironment': (bool b) => (name, {defaultValue}) => b + ? int.fromEnvironment(name, defaultValue: defaultValue) + : null + }, + 4, + 17, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'Type', + r'dart.core.Type', + 134218247, + 18, + const prefix0.ContainedReflectable(), + const [410, 411, 412, 413], + const [118, 119, 120, 121, 122], + const [], + 4, + {}, + {}, + {}, + 4, + 18, + const [], + const [], + null), + r.GenericClassMirrorImpl( + r'Future', + r'dart.async.Future', + 134218247, + 19, + const prefix0.ContainedReflectable(), + const [ + 414, + 415, + 416, + 417, + 418, + 419, + 420, + 421, + 422, + 423, + 424, + 425, + 426, + 427, + 428 + ], + const [118, 119, 120, 121, 122], + const [414, 415, 416, 417], + 4, + { + r'wait': () => prefix10.Future.wait, + r'any': () => prefix10.Future.any, + r'forEach': () => prefix10.Future.forEach, + r'doWhile': () => prefix10.Future.doWhile + }, + {}, + { + r'': (bool b) => + (computation) => b ? prefix10.Future(computation) : null, + r'microtask': (bool b) => (computation) => + b ? prefix10.Future.microtask(computation) : null, + r'sync': (bool b) => + (computation) => b ? prefix10.Future.sync(computation) : null, + r'value': (bool b) => + ([value]) => b ? prefix10.Future.value(value) : null, + r'error': (bool b) => (error, [stackTrace]) => + b ? prefix10.Future.error(error, stackTrace) : null, + r'delayed': (bool b) => (duration, [computation]) => + b ? prefix10.Future.delayed(duration, computation) : null + }, + 11, + 19, + const [], + const [], + null, + (o) => false, + const [32], + 19), + r.GenericClassMirrorImpl( + r'FutureOr', + r'dart.async.FutureOr', + 519, + 20, + const prefix0.ContainedReflectable(), + const [], + const [118, 119, 120, 121, 122], + const [], + 4, + {}, + {}, + {}, + 11, + 20, + const [], + const [], + null, + (o) => false, + const [33], + 20), + r.NonGenericClassMirrorImpl( + r'Expose', + r'angel_framework.http.metadata.Expose', + 134217735, + 21, + const prefix0.ContainedReflectable(), + const [52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 440, 441], + const [118, 119, 120, 121, 122, 429, 430, 431, 432, 433], + const [434, 435, 436, 437, 438, 439], + 4, + { + r'get': () => prefix11.Expose.get, + r'post': () => prefix11.Expose.post, + r'patch': () => prefix11.Expose.patch, + r'put': () => prefix11.Expose.put, + r'delete': () => prefix11.Expose.delete, + r'head': () => prefix11.Expose.head + }, + {}, + { + r'': (bool b) => (path, + {method = 'GET', + middleware = const [], + as, + allowNull = const []}) => + b + ? prefix11.Expose(path, + allowNull: allowNull, + as: as, + method: method, + middleware: middleware) + : null, + r'method': (bool b) => (method, + {middleware = const [], as, allowNull = const []}) => + b + ? prefix11.Expose.method(method, + allowNull: allowNull, as: as, middleware: middleware) + : null + }, + 12, + 21, + const [], + const [], + null), + r.GenericClassMirrorImpl( + r'SymlinkRoute', + r'angel3_route.src.router.SymlinkRoute', + 134217735, + 22, + const prefix0.ContainedReflectable(), + const [63, 443], + const [ + 118, + 444, + 120, + 121, + 122, + 445, + 446, + 447, + 448, + 449, + 450, + 451, + 452, + 442 + ], + const [], + -1, + {}, + {}, + { + r'': (bool b) => (path, router) => + b ? prefix7.SymlinkRoute(path, router) : null + }, + 8, + 22, + const [], + const [], + null, (o) { + return o is prefix7.SymlinkRoute; + }, const [34], 22), + r.NonGenericClassMirrorImpl( + r'InstanceMirror', + r'reflectable.mirrors.InstanceMirror', + 134218247, + 23, + const prefix0.ContainedReflectable(), + const [453, 454, 455, 456, 457, 458, 459], + const [118, 119, 120, 121, 122], + const [], + 4, + {}, + {}, + {}, + 13, + 23, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'TypeMirror', + r'reflectable.mirrors.TypeMirror', + 134218247, + 24, + const prefix0.ContainedReflectable(), + const [ + 460, + 461, + 462, + 463, + 464, + 465, + 466, + 467, + 468, + 469, + 470, + 471, + 472, + 473 + ], + const [118, 119, 120, 121, 122], + const [], + 4, + {}, + {}, + {}, + 13, + 24, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'LibraryMirror', + r'reflectable.mirrors.LibraryMirror', + 134218247, + 25, + const prefix0.ContainedReflectable(), + const [474, 475, 476, 477, 478, 479, 480], + const [118, 119, 120, 121, 122], + const [], + 4, + {}, + {}, + {}, + 13, + 25, + const [], + const [], + null), + r.GenericClassMirrorImpl( + r'Iterable', + r'dart.core.Iterable', + 134218247, + 26, + const prefix0.ContainedReflectable(), + const [ + 481, + 482, + 483, + 484, + 485, + 486, + 487, + 488, + 489, + 490, + 491, + 492, + 493, + 494, + 495, + 496, + 497, + 498, + 499, + 500, + 501, + 502, + 503, + 504, + 505, + 506, + 507, + 508, + 509, + 510, + 511, + 512, + 513, + 514, + 515 + ], + const [ + 118, + 505, + 120, + 121, + 122, + 482, + 483, + 484, + 485, + 486, + 487, + 488, + 489, + 490, + 491, + 492, + 493, + 494, + 495, + 496, + 497, + 498, + 499, + 500, + 501, + 502, + 503, + 504, + 507, + 508, + 509, + 510, + 511, + 512 + ], + const [481], + 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, + 26, + const [], + const [], + null, + (o) => false, + const [35], + 26), + r.NonGenericClassMirrorImpl( + r'ReflectCapability', + r'reflectable.capability.ReflectCapability', + 134218247, + 27, + const prefix0.ContainedReflectable(), + const [516], + const [118, 119, 120, 121, 122], + const [], + 4, + {}, + {}, + {}, + 14, + 27, + const [], + const [], + null), + r.TypeVariableMirrorImpl(r'T', r'angel3_route.src.router.Router.T', + const prefix0.ContainedReflectable(), 4, 10, []), + r.TypeVariableMirrorImpl(r'E', r'dart.core.List.E', + const prefix0.ContainedReflectable(), 4, 14, []), + r.TypeVariableMirrorImpl(r'K', r'dart.core.Map.K', + const prefix0.ContainedReflectable(), 4, 15, []), + r.TypeVariableMirrorImpl(r'V', r'dart.core.Map.V', + const prefix0.ContainedReflectable(), 4, 15, []), + r.TypeVariableMirrorImpl(r'T', r'dart.async.Future.T', + const prefix0.ContainedReflectable(), 4, 19, []), + r.TypeVariableMirrorImpl(r'T', r'dart.async.FutureOr.T', + const prefix0.ContainedReflectable(), 4, 20, []), + r.TypeVariableMirrorImpl( + r'T', + r'angel3_route.src.router.SymlinkRoute.T', + const prefix0.ContainedReflectable(), + 4, + 22, []), + r.TypeVariableMirrorImpl(r'E', r'dart.core.Iterable.E', + const prefix0.ContainedReflectable(), 4, 26, []) + ], + [ + r.VariableMirrorImpl( + r'contained', + 142738581, + 1, + const prefix0.ContainedReflectable(), + 3, + 3, + 3, const [], const []), + r.VariableMirrorImpl( + r'deprecated', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 28, + 28, 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, + 29, + 29, const [], const []), + r.VariableMirrorImpl( + r'proxy', + 75629717, + -1, + const prefix0.ContainedReflectable(), + -1, + 29, + 29, const [], const []), + r.VariableMirrorImpl( + r'pleaseInitializeMessage', + 142738581, + -1, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, const [], const []), + r.VariableMirrorImpl( + r'data', + 142737429, + -1, + const prefix0.ContainedReflectable(), + 15, + 30, + 15, + const [3, 31], + const []), + r.VariableMirrorImpl( + r'memberSymbolMap', + 75628565, + -1, + const prefix0.ContainedReflectable(), + 15, + 32, + 15, + const [33, 16], + const []), + r.VariableMirrorImpl( + r'noExpose', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 34, + 34, const [], const []), + r.VariableMirrorImpl( + r'instanceInvokeCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 35, + 35, const [], const []), + r.VariableMirrorImpl( + r'staticInvokeCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 36, + 36, const [], const []), + r.VariableMirrorImpl( + r'topLevelInvokeCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 37, + 37, const [], const []), + r.VariableMirrorImpl( + r'newInstanceCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 38, + 38, const [], const []), + r.VariableMirrorImpl( + r'metadataCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 39, + 39, const [], const []), + r.VariableMirrorImpl( + r'typeCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 40, + 40, const [], const []), + r.VariableMirrorImpl( + r'typeRelationsCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 41, + 41, const [], const []), + r.VariableMirrorImpl( + r'reflectedTypeCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 42, + 42, const [], const []), + r.VariableMirrorImpl( + r'libraryCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 43, + 43, const [], const []), + r.VariableMirrorImpl( + r'declarationsCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 44, + 44, const [], const []), + r.VariableMirrorImpl( + r'uriCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 45, + 45, const [], const []), + r.VariableMirrorImpl( + r'libraryDependenciesCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 46, + 46, const [], const []), + r.VariableMirrorImpl( + r'invokingCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 47, + 47, const [], const []), + r.VariableMirrorImpl( + r'typingCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 48, + 48, const [], const []), + r.VariableMirrorImpl( + r'delegateCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 49, + 49, const [], const []), + r.VariableMirrorImpl( + r'subtypeQuantifyCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 50, + 50, const [], const []), + r.VariableMirrorImpl( + r'superclassQuantifyCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 51, + 51, const [], const []), + r.VariableMirrorImpl( + r'typeAnnotationQuantifyCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 52, + 52, const [], const []), + r.VariableMirrorImpl( + r'typeAnnotationDeepQuantifyCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 52, + 52, const [], const []), + r.VariableMirrorImpl( + r'correspondingSetterQuantifyCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 53, + 53, const [], const []), + r.VariableMirrorImpl( + r'admitSubtypeCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 54, + 54, const [], const []), + r.VariableMirrorImpl( + r'injectSingleton', + 134349829, + 2, + const prefix0.ContainedReflectable(), + 13, + 13, + 13, const [], const []), + r.VariableMirrorImpl(r'middleware', 151126021, 2, + const prefix0.ContainedReflectable(), 14, 55, 14, null, const []), + r.VariableMirrorImpl(r'routeMappings', 151126021, 2, + const prefix0.ContainedReflectable(), 15, 56, 15, null, const []), + r.VariableMirrorImpl( + r'thisClassName', + 134349973, + 3, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, const [], const []), + r.VariableMirrorImpl( + r'thisClassId', + 134349973, + 3, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, const [], const []), + r.VariableMirrorImpl( + r'text', + 67239941, + 7, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, const [], const []), + r.VariableMirrorImpl( + r'over', + 67239941, + 7, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, const [], const []), + r.VariableMirrorImpl( + r'id', + 67239941, + -1, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, const [], const []), + r.VariableMirrorImpl( + r'createdAt', + 67239941, + -1, + const prefix0.ContainedReflectable(), + -1, + 57, + 57, const [], const []), + r.VariableMirrorImpl( + r'updatedAt', + 67239941, + -1, + const prefix0.ContainedReflectable(), + -1, + 57, + 57, const [], const []), + r.VariableMirrorImpl(r'handlerCache', 151127045, 9, + const prefix0.ContainedReflectable(), 15, 58, 15, null, const []), + r.VariableMirrorImpl( + r'encoders', + 151127045, + 9, + const prefix0.ContainedReflectable(), + 15, + 59, + 15, + const [16, 60], + const []), + r.VariableMirrorImpl( + r'mimeTypeResolver', + 134349829, + 9, + const prefix0.ContainedReflectable(), + -1, + 61, + 61, const [], const []), + r.VariableMirrorImpl( + r'serializer', + 67108869, + 9, + const prefix0.ContainedReflectable(), + -1, + 62, + 62, const [], const []), + r.VariableMirrorImpl( + r'allowMethodOverrides', + 134348805, + 9, + const prefix0.ContainedReflectable(), + 13, + 13, + 13, const [], const []), + r.VariableMirrorImpl( + r'environment', + 134349829, + 9, + const prefix0.ContainedReflectable(), + -1, + 63, + 63, const [], const []), + r.VariableMirrorImpl(r'startupHooks', 151127045, 9, + const prefix0.ContainedReflectable(), 14, 64, 14, null, const []), + r.VariableMirrorImpl(r'shutdownHooks', 151127045, 9, + const prefix0.ContainedReflectable(), 14, 64, 14, null, const []), + r.VariableMirrorImpl(r'responseFinalizers', 151127045, 9, + const prefix0.ContainedReflectable(), 14, 55, 14, null, const []), + r.VariableMirrorImpl( + r'viewGenerator', + 67108869, + 9, + const prefix0.ContainedReflectable(), + -1, + 65, + 65, const [], const []), + r.VariableMirrorImpl( + r'errorHandler', + 134217733, + 9, + const prefix0.ContainedReflectable(), + -1, + 66, + 66, const [], const []), + r.VariableMirrorImpl(r'configuration', 151127045, 12, + const prefix0.ContainedReflectable(), 15, 67, 15, null, const []), + r.VariableMirrorImpl( + r'method', + 134349829, + 21, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, const [], const []), + r.VariableMirrorImpl( + r'path', + 134349829, + 21, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, const [], const []), + r.VariableMirrorImpl(r'middleware', 151127045, 21, + const prefix0.ContainedReflectable(), 26, 68, 26, null, const []), + r.VariableMirrorImpl( + r'as', + 67240965, + 21, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, const [], const []), + r.VariableMirrorImpl( + r'allowNull', + 151127045, + 21, + const prefix0.ContainedReflectable(), + 14, + 69, + 14, + const [16], + const []), + r.VariableMirrorImpl( + r'get', + 134349973, + 21, + const prefix0.ContainedReflectable(), + 21, + 21, + 21, const [], const []), + r.VariableMirrorImpl( + r'post', + 134349973, + 21, + const prefix0.ContainedReflectable(), + 21, + 21, + 21, const [], const []), + r.VariableMirrorImpl( + r'patch', + 134349973, + 21, + const prefix0.ContainedReflectable(), + 21, + 21, + 21, const [], const []), + r.VariableMirrorImpl( + r'put', + 134349973, + 21, + const prefix0.ContainedReflectable(), + 21, + 21, + 21, const [], const []), + r.VariableMirrorImpl( + r'delete', + 134349973, + 21, + const prefix0.ContainedReflectable(), + 21, + 21, + 21, const [], const []), + r.VariableMirrorImpl( + r'head', + 134349973, + 21, + const prefix0.ContainedReflectable(), + 21, + 21, + 21, const [], const []), + r.VariableMirrorImpl(r'router', 151127045, 22, + const prefix0.ContainedReflectable(), 10, 70, 10, null, const []), + r.VariableMirrorImpl( + r'method', + 134349829, + -1, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, const [], const []), + r.VariableMirrorImpl( + r'path', + 134349829, + -1, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, const [], const []), + r.VariableMirrorImpl(r'handlers', 151127045, -1, + const prefix0.ContainedReflectable(), 14, 71, 14, null, const []), + r.VariableMirrorImpl( + r'name', + 67239941, + -1, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, const [], const []), + r.MethodMirrorImpl(r'main', 9699352, 0, -1, -1, -1, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 0, 39), + r.MethodMirrorImpl( + r'identical', + 10485784, + -1, + 13, + 13, + 13, + const [], + const [0, 1], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'identityHashCode', + 10485784, + -1, + 17, + 17, + 17, + const [], + const [2], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'print', 9699352, -1, -1, -1, -1, const [], + const [3], const prefix0.ContainedReflectable(), const []), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 1, 43), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 2, 44), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 3, 45), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 4, 46), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 5, 47), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 6, 48), + r.ImplicitSetterMirrorImpl(const prefix0.ContainedReflectable(), 6, 49), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 7, 50), + r.ImplicitSetterMirrorImpl(const prefix0.ContainedReflectable(), 7, 51), + r.MethodMirrorImpl( + r'reflectors', + 44040211, + -1, + -1, + 72, + 73, + const [3], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'flatten', 44040216, -1, 10, 74, 10, null, + const [6], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'chain', 8388632, -1, -1, 75, 75, const [], + const [7], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'unawaited', 9699352, -1, -1, -1, -1, const [], + const [8], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'scheduleMicrotask', + 9699352, + -1, + -1, + -1, + -1, + const [], + const [9], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'runZoned', + 8388632, + -1, + -1, + -1, + -1, + const [], + const [10, 11, 12, 13], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'runZonedGuarded', + 8388632, + -1, + -1, + -1, + -1, + const [], + const [14, 15, 16, 17], + const prefix0.ContainedReflectable(), + const []), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 8, 59), + r.MethodMirrorImpl( + r'reflectableNoSuchInvokableError', + 8912920, + -1, + -1, + -1, + -1, + const [], + const [18, 19, 20, 21, 22], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'reflectableNoSuchMethodError', + 8912920, + -1, + -1, + -1, + -1, + const [], + const [23, 24, 25, 26], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'reflectableNoSuchGetterError', + 8912920, + -1, + -1, + -1, + -1, + const [], + const [27, 28, 29, 30], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'reflectableNoSuchSetterError', + 8912920, + -1, + -1, + -1, + -1, + const [], + const [31, 32, 33, 34], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'reflectableNoSuchConstructorError', + 8912920, + -1, + -1, + -1, + -1, + const [], + const [35, 36, 37, 38], + const prefix0.ContainedReflectable(), + const []), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 9, 65), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 10, 66), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 11, 67), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 12, 68), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 13, 69), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 14, 70), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 15, 71), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 16, 72), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 17, 73), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 18, 74), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 19, 75), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 20, 76), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 21, 77), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 22, 78), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 23, 79), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 24, 80), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 25, 81), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 26, 82), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 27, 83), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 28, 84), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 29, 85), + r.MethodMirrorImpl( + r'todo', + 2097154, + 0, + 7, + 7, + 7, + const [], + const [39], + const prefix0.ContainedReflectable(), + const [const prefix11.Expose('/')]), + r.MethodMirrorImpl(r'', 64, 0, -1, 0, 0, const [], const [], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'==', 2097154, 4, 13, 13, 13, const [], + const [40], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'toString', 2097154, 4, 16, 16, 16, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'noSuchMethod', + 524290, + 4, + -1, + -1, + -1, + const [], + const [41], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'hashCode', 2097155, 4, 17, 17, 17, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'runtimeType', + 2097155, + 4, + 18, + 18, + 18, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'configureServer', + 35651586, + 2, + 19, + 76, + 19, + const [-1], + const [42], + const prefix0.ContainedReflectable(), + const [prefix16.mustCallSuper]), + r.MethodMirrorImpl( + r'applyRoutes', + 35651586, + 2, + 19, + 77, + 19, + const [16], + const [43, 44], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'configureRoutes', + 35651586, + 2, + 20, + 78, + 20, + const [-1], + const [45], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'findExpose', + 2097154, + 2, + 21, + 21, + 21, + const [], + const [46, 47], + const prefix0.ContainedReflectable(), + const []), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 0, 97), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 1, 98), + r.ImplicitSetterMirrorImpl(const prefix0.ContainedReflectable(), 1, 99), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 2, 100), + r.ImplicitSetterMirrorImpl( + const prefix0.ContainedReflectable(), 2, 101), + r.MethodMirrorImpl(r'app', 2097155, 2, 9, 9, 9, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'mountPoint', 35651587, 2, 22, 79, 22, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'', 128, 1, -1, 1, 1, const [], const [], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'capabilities', + 35651587, + 6, + 14, + 80, + 14, + const [27], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'canReflect', + 2097154, + 5, + 13, + 13, + 13, + const [], + const [50], + const prefix0.ContainedReflectable(), + const [override]), + r.MethodMirrorImpl( + r'reflect', + 2097154, + 5, + 23, + 23, + 23, + const [], + const [51], + const prefix0.ContainedReflectable(), + const [override]), + r.MethodMirrorImpl( + r'canReflectType', + 2097154, + 5, + 13, + 13, + 13, + const [], + const [52], + const prefix0.ContainedReflectable(), + const [override]), + r.MethodMirrorImpl( + r'reflectType', + 2097154, + 5, + 24, + 24, + 24, + const [], + const [53], + const prefix0.ContainedReflectable(), + const [override]), + r.MethodMirrorImpl( + r'findLibrary', + 2097154, + 5, + 25, + 25, + 25, + const [], + const [54], + const prefix0.ContainedReflectable(), + const [override]), + r.MethodMirrorImpl( + r'libraries', + 35651587, + 5, + 15, + 82, + 15, + const [81, 25], + const [], + const prefix0.ContainedReflectable(), + const [override]), + r.MethodMirrorImpl( + r'annotatedClasses', + 35651587, + 5, + 26, + 84, + 26, + const [83], + const [], + const prefix0.ContainedReflectable(), + const [override]), + r.MethodMirrorImpl(r'', 0, 2, -1, 2, 2, const [], const [55], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'getInstance', 2097170, 3, 3, 3, 3, const [], + const [56], const prefix0.ContainedReflectable(), const []), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 3, 115), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 4, 116), + 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, + 17, + 17, + 17, + 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, 17, 17, 17, const [], + const [88], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'hashAllUnordered', + 2097170, + 4, + 17, + 17, + 17, + const [], + const [89], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'', 128, 4, -1, 4, 4, const [], const [], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'', + 128, + 5, + -1, + 5, + 5, + const [], + const [90, 91, 92, 93, 94, 95, 96, 97, 98, 99], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'fromList', 128, 5, -1, 5, 5, const [], + const [100], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'', + 128, + 6, + -1, + 6, + 6, + const [], + const [101, 102, 103, 104, 105, 106, 107, 108, 109, 110], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'fromList', 128, 6, -1, 6, 6, const [], + const [111], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'toJson', 35651586, 7, 15, 85, 15, null, + const [], const prefix0.ContainedReflectable(), const []), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 5, 128), + r.ImplicitSetterMirrorImpl( + const prefix0.ContainedReflectable(), 5, 129), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 6, 130), + r.ImplicitSetterMirrorImpl( + const prefix0.ContainedReflectable(), 6, 131), + r.MethodMirrorImpl( + r'', + 0, + 7, + -1, + 7, + 7, + const [], + const [112, 113], + const prefix0.ContainedReflectable(), + const []), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 7, 133), + r.ImplicitSetterMirrorImpl( + const prefix0.ContainedReflectable(), 7, 134), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 8, 135), + r.ImplicitSetterMirrorImpl( + const prefix0.ContainedReflectable(), 8, 136), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 9, 137), + r.ImplicitSetterMirrorImpl( + const prefix0.ContainedReflectable(), 9, 138), + r.MethodMirrorImpl(r'idAsInt', 2097155, -1, 17, 17, 17, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'memberName', 2097667, 8, -1, 33, 33, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'typeArguments', + 35651587, + 8, + 14, + 86, + 14, + const [18], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'positionalArguments', + 35652099, + 8, + 14, + 87, + 14, + null, + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'namedArguments', 35652099, 8, 15, 88, 15, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'isMethod', 2097667, 8, 13, 13, 13, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'isGetter', 2097667, 8, 13, 13, 13, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'isSetter', 2097667, 8, 13, 13, 13, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'isAccessor', 2097155, 8, 13, 13, 13, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'', 0, 8, -1, 8, 8, const [], const [], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'method', + 1, + 8, + -1, + 8, + 8, + const [], + const [119, 120, 121], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'genericMethod', + 1, + 8, + -1, + 8, + 8, + const [], + const [122, 123, 124, 125], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'getter', 257, 8, -1, 8, 8, const [], + const [126], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'setter', + 257, + 8, + -1, + 8, + 8, + const [], + const [127, 128], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'addRoute', + 35651586, + 9, + -1, + 89, + 90, + null, + const [129, 130, 131, 132], + const prefix0.ContainedReflectable(), + const [override]), + r.MethodMirrorImpl( + r'mount', + 35651586, + 9, + 22, + 91, + 22, + null, + const [133, 134], + const prefix0.ContainedReflectable(), + const [override]), + r.MethodMirrorImpl( + r'bootstrapContainer', + 1310722, + 9, + -1, + -1, + -1, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'close', + 35651586, + 9, + 19, + 76, + 19, + const [-1], + const [], + const prefix0.ContainedReflectable(), + const [override]), + r.MethodMirrorImpl( + r'dumpTree', + 1310722, + 9, + -1, + -1, + -1, + const [], + const [135, 136, 137, 138], + const prefix0.ContainedReflectable(), + const [override]), + r.MethodMirrorImpl( + r'getHandlerResult', + 35651586, + 9, + 19, + 92, + 19, + null, + const [139, 140, 141], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'executeHandler', + 35651586, + 9, + 19, + 93, + 19, + const [13], + const [142, 143, 144], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'findProperty', + 524290, + 9, + -1, + -1, + -1, + const [], + const [145], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'optimizeForProduction', + 1310722, + 9, + -1, + -1, + -1, + const [], + const [146], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'runContained', + 35651586, + 9, + 19, + 92, + 19, + null, + const [147, 148, 149, 150], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'runReflected', + 35651586, + 9, + 19, + 92, + 19, + null, + const [151, 152, 153, 154], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'configure', 35651586, 9, 19, 92, 19, null, + const [155], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'mountController', 35651586, 9, 19, 94, 19, null, + const [156], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'fallback', 35651586, 9, -1, 95, 96, null, + const [157], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'use', + 35651586, + 9, + -1, + 97, + 98, + null, + const [158, 159], + const prefix0.ContainedReflectable(), + const [override]), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 10, 168), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 11, 169), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 12, 170), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 13, 171), + r.ImplicitSetterMirrorImpl( + const prefix0.ContainedReflectable(), 13, 172), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 14, 173), + r.ImplicitSetterMirrorImpl( + const prefix0.ContainedReflectable(), 14, 174), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 15, 175), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 16, 176), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 17, 177), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 18, 178), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 19, 179), + r.ImplicitSetterMirrorImpl( + const prefix0.ContainedReflectable(), 19, 180), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 20, 181), + r.ImplicitSetterMirrorImpl( + const prefix0.ContainedReflectable(), 20, 182), + r.MethodMirrorImpl(r'preContained', 35651587, 9, 15, 99, 15, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'optimizedRouter', 35651587, 9, 10, 100, 10, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'children', + 35651587, + 9, + 14, + 101, + 14, + const [9], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'controllers', + 35651587, + 9, + 15, + 103, + 15, + const [102, 2], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'parent', 2097155, 9, 9, 9, 9, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'logger', 2097155, 9, -1, 104, 104, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'logger=', 1310724, 9, -1, -1, -1, const [], + const [170], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'', + 0, + 9, + -1, + 9, + 9, + const [], + const [160, 161, 162, 163, 164, 165], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'enableCache', + 1310722, + 10, + -1, + -1, + -1, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'chain', 35651586, 10, -1, 105, 106, null, + const [171], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'clone', 35651586, 10, 10, 107, 10, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'group', + 35651586, + 10, + 22, + 108, + 22, + null, + const [172, 173, 174, 175], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'groupAsync', + 35651586, + 10, + 19, + 109, + 19, + null, + const [176, 177, 178, 179], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'navigate', + 2097154, + 10, + 16, + 16, + 16, + const [], + const [180, 181], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'resolve', + 2097154, + 10, + 13, + 13, + 13, + const [], + const [182, 183, 184, 185, 186], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'resolveAbsolute', + 35651586, + 10, + 26, + 110, + 26, + null, + const [187, 188, 189], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'resolveAll', + 35651586, + 10, + 26, + 110, + 26, + null, + const [190, 191, 192, 193], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'all', + 35651586, + 10, + -1, + 111, + 112, + null, + const [194, 195, 196], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'delete', + 35651586, + 10, + -1, + 111, + 112, + null, + const [197, 198, 199], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'get', + 35651586, + 10, + -1, + 111, + 112, + null, + const [200, 201, 202], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'head', + 35651586, + 10, + -1, + 111, + 112, + null, + const [203, 204, 205], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'options', + 35651586, + 10, + -1, + 111, + 112, + null, + const [206, 207, 208], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'post', + 35651586, + 10, + -1, + 111, + 112, + null, + const [209, 210, 211], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'patch', + 35651586, + 10, + -1, + 111, + 112, + null, + const [212, 213, 214], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'put', + 35651586, + 10, + -1, + 113, + 114, + null, + const [215, 216, 217], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'middleware', 35651587, 10, 14, 115, 14, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'mounted', 35651587, 10, 15, 116, 15, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'routes', 35651587, 10, 14, 117, 14, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'findService', 2, 12, -1, -1, -1, const [], + const [218], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'findServiceOf', 35651586, 12, -1, 118, 119, null, + const [219], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'findHookedService', + 35651586, + 12, + -1, + 120, + 121, + null, + const [220], + const prefix0.ContainedReflectable(), + const []), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 21, 214), + r.MethodMirrorImpl( + r'container', + 2097155, + 12, + -1, + 122, + 122, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'services', 35651587, 12, 15, 123, 15, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'onService', 35651587, 12, -1, 124, 125, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'addRoute', + 35651586, + 10, + -1, + 111, + 112, + null, + const [221, 222, 223, 224], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'dumpTree', + 1310722, + 10, + -1, + -1, + -1, + const [], + const [225, 226, 227], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'mount', + 35651586, + 10, + 22, + 108, + 22, + null, + const [228, 229], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'', 0, 10, -1, 107, 10, null, const [], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'getName', 2097666, 11, 16, 16, 16, const [], + const [230], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'reflectClass', + 2097666, + 11, + -1, + 126, + 126, + const [], + const [231], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'reflectFunction', + 2097666, + 11, + -1, + 127, + 127, + const [], + const [232], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'reflectType', + 2097666, + 11, + -1, + 128, + 128, + const [], + const [233], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'reflectInstance', + 2097666, + 11, + -1, + 129, + 129, + const [], + const [234], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'reflectFutureOf', + 2097154, + 11, + -1, + 130, + 130, + const [], + const [235], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'', 128, 11, -1, 11, 11, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'close', 1310722, 12, -1, -1, -1, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'addRoute', + 35651586, + 12, + -1, + 89, + 90, + null, + const [236, 237, 238, 239], + const prefix0.ContainedReflectable(), + const [override]), + r.MethodMirrorImpl( + r'use', + 35651586, + 12, + -1, + 131, + 132, + null, + const [240, 241], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'', 0, 12, -1, 12, 12, const [], + const [242], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'&', 2097154, 13, 13, 13, 13, const [], + const [243], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'|', 2097154, 13, 13, 13, 13, const [], + const [244], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'^', 2097154, 13, 13, 13, 13, const [], + const [245], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'toString', 2097154, 13, 16, 16, 16, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'hashCode', 2097155, 13, 17, 17, 17, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'fromEnvironment', + 129, + 13, + -1, + 13, + 13, + const [], + const [246, 247], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'hasEnvironment', + 129, + 13, + -1, + 13, + 13, + const [], + const [248], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'castFrom', 35651602, 14, 14, 133, 14, null, + const [249], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'copyRange', + 1310738, + 14, + -1, + -1, + -1, + const [], + const [250, 251, 252, 253, 254], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'writeIterable', + 1310738, + 14, + -1, + -1, + -1, + const [], + const [255, 256, 257], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'cast', 35652098, 14, 14, 134, 14, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'[]', 514, 14, -1, -1, -1, const [], + const [258], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'[]=', + 1311234, + 14, + -1, + -1, + -1, + const [], + const [259, 260], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'add', 1311234, 14, -1, -1, -1, const [], + const [261], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'addAll', 1311234, 14, -1, -1, -1, const [], + const [262], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'sort', 1311234, 14, -1, -1, -1, const [], + const [263], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'shuffle', 1311234, 14, -1, -1, -1, const [], + const [264], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'indexOf', + 2097666, + 14, + 17, + 17, + 17, + const [], + const [265, 266], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'indexWhere', + 2097666, + 14, + 17, + 17, + 17, + const [], + const [267, 268], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'lastIndexWhere', + 2097666, + 14, + 17, + 17, + 17, + const [], + const [269, 270], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'lastIndexOf', + 2097666, + 14, + 17, + 17, + 17, + const [], + const [271, 272], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'clear', 1311234, 14, -1, -1, -1, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'insert', + 1311234, + 14, + -1, + -1, + -1, + const [], + const [273, 274], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'insertAll', + 1311234, + 14, + -1, + -1, + -1, + const [], + const [275, 276], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'setAll', + 1311234, + 14, + -1, + -1, + -1, + const [], + const [277, 278], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'remove', 2097666, 14, 13, 13, 13, const [], + const [279], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'removeAt', 514, 14, -1, -1, -1, const [], + const [280], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'removeLast', 514, 14, -1, -1, -1, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'removeWhere', + 1311234, + 14, + -1, + -1, + -1, + const [], + const [281], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'retainWhere', + 1311234, + 14, + -1, + -1, + -1, + const [], + const [282], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'+', 35652098, 14, 14, 135, 14, null, + const [283], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'sublist', + 35652098, + 14, + 14, + 135, + 14, + null, + const [284, 285], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'getRange', + 35652098, + 14, + 26, + 136, + 26, + null, + const [286, 287], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'setRange', + 1311234, + 14, + -1, + -1, + -1, + const [], + const [288, 289, 290, 291], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'removeRange', + 1311234, + 14, + -1, + -1, + -1, + const [], + const [292, 293], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'fillRange', + 1311234, + 14, + -1, + -1, + -1, + const [], + const [294, 295, 296], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'replaceRange', + 1311234, + 14, + -1, + -1, + -1, + const [], + const [297, 298, 299], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'asMap', 35652098, 14, 15, 137, 15, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'==', 2097666, 14, 13, 13, 13, const [], + const [300], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'first=', 1311236, 14, -1, -1, -1, const [], + const [314], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'last=', 1311236, 14, -1, -1, -1, const [], + const [315], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'length', 2097667, 14, 17, 17, 17, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'length=', 1311236, 14, -1, -1, -1, const [], + const [316], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'reversed', 35652099, 14, 26, 136, 26, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'', 1, 14, -1, 135, 14, null, const [301], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'filled', + 1, + 14, + -1, + 135, + 14, + null, + const [302, 303, 304], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'empty', 1, 14, -1, 135, 14, null, const [305], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'from', + 1, + 14, + -1, + 135, + 14, + null, + const [306, 307], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'of', + 1, + 14, + -1, + 135, + 14, + null, + const [308, 309], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'generate', + 1, + 14, + -1, + 135, + 14, + null, + const [310, 311, 312], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'unmodifiable', 1, 14, -1, 135, 14, null, + const [313], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'castFrom', 35651602, 15, 15, 138, 15, null, + const [317], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'cast', 35652098, 15, 15, 139, 15, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'containsValue', + 2097666, + 15, + 13, + 13, + 13, + const [], + const [318], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'containsKey', + 2097666, + 15, + 13, + 13, + 13, + const [], + const [319], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'[]', 514, 15, -1, -1, -1, const [], + const [320], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'[]=', + 1311234, + 15, + -1, + -1, + -1, + const [], + const [321, 322], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'map', 35652098, 15, 15, 140, 15, null, + const [323], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'addEntries', + 1311234, + 15, + -1, + -1, + -1, + const [], + const [324], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'update', + 514, + 15, + -1, + -1, + -1, + const [], + const [325, 326, 327], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'updateAll', 1311234, 15, -1, -1, -1, const [], + const [328], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'removeWhere', + 1311234, + 15, + -1, + -1, + -1, + const [], + const [329], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'putIfAbsent', + 514, + 15, + -1, + -1, + -1, + const [], + const [330, 331], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'addAll', 1311234, 15, -1, -1, -1, const [], + const [332], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'remove', 514, 15, -1, -1, -1, const [], + const [333], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'clear', 1311234, 15, -1, -1, -1, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'forEach', 1311234, 15, -1, -1, -1, const [], + const [334], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'entries', 35652099, 15, 26, 141, 26, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'keys', 35652099, 15, 26, 142, 26, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'values', 35652099, 15, 26, 143, 26, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'length', 2097667, 15, 17, 17, 17, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'isEmpty', 2097667, 15, 13, 13, 13, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'isNotEmpty', + 2097667, + 15, + 13, + 13, + 13, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'', 1, 15, -1, 144, 15, null, const [], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'from', 257, 15, -1, 144, 15, null, + const [335], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'of', 257, 15, -1, 144, 15, null, const [336], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'unmodifiable', 1, 15, -1, 144, 15, null, + const [337], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'identity', 257, 15, -1, 144, 15, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'fromIterable', + 257, + 15, + -1, + 144, + 15, + null, + const [338, 339, 340], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'fromIterables', + 257, + 15, + -1, + 144, + 15, + null, + const [341, 342], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'fromEntries', 1, 15, -1, 144, 15, null, + const [343], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'[]', 2097666, 16, 16, 16, 16, const [], + const [344], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'codeUnitAt', + 2097666, + 16, + 17, + 17, + 17, + const [], + const [345], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'==', 2097666, 16, 13, 13, 13, const [], + const [346], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'compareTo', 2097666, 16, 17, 17, 17, const [], + const [347], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'endsWith', 2097666, 16, 13, 13, 13, const [], + const [348], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'startsWith', + 2097666, + 16, + 13, + 13, + 13, + const [], + const [349, 350], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'indexOf', + 2097666, + 16, + 17, + 17, + 17, + const [], + const [351, 352], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'lastIndexOf', + 2097666, + 16, + 17, + 17, + 17, + const [], + const [353, 354], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'+', 2097666, 16, 16, 16, 16, const [], + const [355], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'substring', + 2097666, + 16, + 16, + 16, + 16, + const [], + const [356, 357], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'trim', 2097666, 16, 16, 16, 16, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'trimLeft', 2097666, 16, 16, 16, 16, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'trimRight', 2097666, 16, 16, 16, 16, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'*', 2097666, 16, 16, 16, 16, const [], + const [358], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'padLeft', + 2097666, + 16, + 16, + 16, + 16, + const [], + const [359, 360], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'padRight', + 2097666, + 16, + 16, + 16, + 16, + const [], + const [361, 362], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'contains', + 2097666, + 16, + 13, + 13, + 13, + const [], + const [363, 364], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'replaceFirst', + 2097666, + 16, + 16, + 16, + 16, + const [], + const [365, 366, 367], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'replaceFirstMapped', + 2097666, + 16, + 16, + 16, + 16, + const [], + const [368, 369, 370], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'replaceAll', + 2097666, + 16, + 16, + 16, + 16, + const [], + const [371, 372], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'replaceAllMapped', + 2097666, + 16, + 16, + 16, + 16, + const [], + const [373, 374], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'replaceRange', + 2097666, + 16, + 16, + 16, + 16, + const [], + const [375, 376, 377], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'split', 35652098, 16, 14, 69, 14, const [16], + const [378], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'splitMapJoin', + 2097666, + 16, + 16, + 16, + 16, + const [], + const [379, 380, 381], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'toLowerCase', + 2097666, + 16, + 16, + 16, + 16, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'toUpperCase', + 2097666, + 16, + 16, + 16, + 16, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'length', 2097667, 16, 17, 17, 17, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'hashCode', 2097667, 16, 17, 17, 17, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'isEmpty', 2097667, 16, 13, 13, 13, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'isNotEmpty', + 2097667, + 16, + 13, + 13, + 13, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'codeUnits', + 35652099, + 16, + 14, + 145, + 14, + const [17], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'runes', 2097667, 16, -1, 146, 146, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'fromCharCodes', + 1, + 16, + -1, + 16, + 16, + const [], + const [382, 383, 384], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'fromCharCode', 1, 16, -1, 16, 16, const [], + const [385], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'fromEnvironment', + 129, + 16, + -1, + 16, + 16, + const [], + const [386, 387], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'&', 2097666, 17, 17, 17, 17, const [], + const [388], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'|', 2097666, 17, 17, 17, 17, const [], + const [389], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'^', 2097666, 17, 17, 17, 17, const [], + const [390], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'~', 2097666, 17, 17, 17, 17, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'<<', 2097666, 17, 17, 17, 17, const [], + const [391], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'>>', 2097666, 17, 17, 17, 17, const [], + const [392], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'>>>', 2097666, 17, 17, 17, 17, const [], + const [393], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'modPow', + 2097666, + 17, + 17, + 17, + 17, + const [], + const [394, 395], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'modInverse', + 2097666, + 17, + 17, + 17, + 17, + const [], + const [396], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'gcd', 2097666, 17, 17, 17, 17, const [], + const [397], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'toUnsigned', + 2097666, + 17, + 17, + 17, + 17, + const [], + const [398], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'toSigned', 2097666, 17, 17, 17, 17, const [], + const [399], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'unary-', 2097666, 17, 17, 17, 17, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'abs', 2097666, 17, 17, 17, 17, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'round', 2097666, 17, 17, 17, 17, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'floor', 2097666, 17, 17, 17, 17, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'ceil', 2097666, 17, 17, 17, 17, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'truncate', 2097666, 17, 17, 17, 17, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'roundToDouble', + 2097666, + 17, + -1, + 147, + 147, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'floorToDouble', + 2097666, + 17, + -1, + 147, + 147, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'ceilToDouble', + 2097666, + 17, + -1, + 147, + 147, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'truncateToDouble', + 2097666, + 17, + -1, + 147, + 147, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'toString', 2097666, 17, 16, 16, 16, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'toRadixString', + 2097666, + 17, + 16, + 16, + 16, + const [], + const [400], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'parse', + 2097170, + 17, + 17, + 17, + 17, + const [], + const [401, 402, 403], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'tryParse', + 2097170, + 17, + 17, + 17, + 17, + const [], + const [404, 405], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'isEven', 2097667, 17, 13, 13, 13, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'isOdd', 2097667, 17, 13, 13, 13, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'bitLength', 2097667, 17, 17, 17, 17, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'sign', 2097667, 17, 17, 17, 17, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'fromEnvironment', + 129, + 17, + -1, + 17, + 17, + const [], + const [406, 407], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'==', 2097666, 18, 13, 13, 13, const [], + const [408], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'toString', 2097666, 18, 16, 16, 16, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'hashCode', 2097667, 18, 17, 17, 17, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'', 64, 18, -1, 18, 18, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'wait', + 35651602, + 19, + 19, + 148, + 19, + null, + const [409, 410, 411], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'any', 35651602, 19, 19, 149, 19, null, + const [412], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'forEach', + 35651602, + 19, + 19, + 92, + 19, + null, + const [413, 414], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'doWhile', 35651602, 19, 19, 92, 19, null, + const [415], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'then', + 35652098, + 19, + 19, + 150, + 19, + null, + const [416, 417], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'catchError', + 35652098, + 19, + 19, + 151, + 19, + null, + const [418, 419], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'whenComplete', 35652098, 19, 19, 151, 19, null, + const [420], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'asStream', 35652098, 19, -1, 152, 153, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'timeout', + 35652098, + 19, + 19, + 151, + 19, + null, + const [421, 422], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'', 1, 19, -1, 151, 19, null, const [423], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'microtask', 1, 19, -1, 151, 19, null, + const [424], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'sync', 1, 19, -1, 151, 19, null, const [425], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'value', 1, 19, -1, 151, 19, null, const [426], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'error', + 1, + 19, + -1, + 151, + 19, + null, + const [427, 428], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'delayed', + 1, + 19, + -1, + 151, + 19, + null, + const [429, 430], + const prefix0.ContainedReflectable(), + const []), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 22, 399), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 23, 400), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 24, 401), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 25, 402), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 26, 403), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 27, 404), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 28, 405), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 29, 406), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 30, 407), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 31, 408), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 32, 409), + r.MethodMirrorImpl( + r'', + 128, + 21, + -1, + 21, + 21, + const [], + const [431, 432, 433, 434, 435], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'method', + 128, + 21, + -1, + 21, + 21, + const [], + const [436, 437, 438, 439], + const prefix0.ContainedReflectable(), + const []), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 33, 412), + r.MethodMirrorImpl(r'', 0, 22, -1, 154, 22, null, const [440, 441], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'toString', + 2097154, + -1, + 16, + 16, + 16, + const [], + const [], + const prefix0.ContainedReflectable(), + const [override]), + r.MethodMirrorImpl(r'clone', 35651586, -1, -1, 155, 156, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'makeUri', 2097154, -1, 16, 16, 16, const [], + const [442], const prefix0.ContainedReflectable(), const []), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 34, 417), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 35, 418), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 36, 419), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 37, 420), + r.ImplicitSetterMirrorImpl( + const prefix0.ContainedReflectable(), 37, 421), + r.MethodMirrorImpl( + r'parser', + 35651587, + -1, + -1, + 158, + 159, + const [157], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'==', + 2097666, + 23, + 13, + 13, + 13, + const [], + const [444], + const prefix0.ContainedReflectable(), + const [override]), + r.MethodMirrorImpl(r'delegate', 2097666, 23, 4, 4, 4, const [], + const [445], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'type', 2097667, 23, -1, 83, 83, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'hasReflectee', + 2097667, + 23, + 13, + 13, + 13, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'reflectee', 2097667, 23, 4, 4, 4, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'hashCode', + 2097667, + 23, + 17, + 17, + 17, + const [], + const [], + const prefix0.ContainedReflectable(), + const [override]), + r.MethodMirrorImpl(r'', 64, 23, -1, 23, 23, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'isSubtypeOf', + 2097666, + 24, + 13, + 13, + 13, + const [], + const [446], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'isAssignableTo', + 2097666, + 24, + 13, + 13, + 13, + const [], + const [447], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'hasReflectedType', + 2097667, + 24, + 13, + 13, + 13, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'reflectedType', + 2097667, + 24, + 18, + 18, + 18, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'typeVariables', + 35652099, + 24, + 14, + 161, + 14, + const [160], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'typeArguments', + 35652099, + 24, + 14, + 162, + 14, + const [24], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'reflectedTypeArguments', + 35652099, + 24, + 14, + 86, + 14, + const [18], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'isOriginalDeclaration', + 2097667, + 24, + 13, + 13, + 13, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'originalDeclaration', + 2097667, + 24, + 24, + 24, + 24, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'isNullable', + 2097667, + 24, + 13, + 13, + 13, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'isNonNullable', + 2097667, + 24, + 13, + 13, + 13, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'isPotentiallyNullable', + 2097667, + 24, + 13, + 13, + 13, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'isPotentiallyNonNullable', + 2097667, + 24, + 13, + 13, + 13, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'', 64, 24, -1, 24, 24, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'==', + 2097666, + 25, + 13, + 13, + 13, + const [], + const [448], + const prefix0.ContainedReflectable(), + const [override]), + r.MethodMirrorImpl(r'uri', 2097667, 25, -1, 81, 81, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'declarations', + 35652099, + 25, + 15, + 164, + 15, + const [16, 163], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'hashCode', + 2097667, + 25, + 17, + 17, + 17, + const [], + const [], + const prefix0.ContainedReflectable(), + const [override]), + r.MethodMirrorImpl( + r'libraryDependencies', + 35652099, + 25, + 14, + 166, + 14, + const [165], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'owner', + 2097667, + 25, + -1, + 29, + 29, + const [], + const [], + const prefix0.ContainedReflectable(), + const [override]), + r.MethodMirrorImpl(r'', 64, 25, -1, 25, 25, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'castFrom', 35651602, 26, 26, 167, 26, null, + const [449], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'cast', 35651586, 26, 26, 168, 26, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'followedBy', 35651586, 26, 26, 169, 26, null, + const [450], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'map', 35651586, 26, 26, 170, 26, null, + const [451], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'where', 35651586, 26, 26, 169, 26, null, + const [452], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'whereType', 35651586, 26, 26, 171, 26, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'expand', 35651586, 26, 26, 172, 26, null, + const [453], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'contains', 2097154, 26, 13, 13, 13, const [], + const [454], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'forEach', 1310722, 26, -1, -1, -1, const [], + const [455], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'reduce', 2, 26, -1, -1, -1, const [], + const [456], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'fold', + 2, + 26, + -1, + -1, + -1, + const [], + const [457, 458], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'every', 2097154, 26, 13, 13, 13, const [], + const [459], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'join', 2097154, 26, 16, 16, 16, const [], + const [460], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'any', 2097154, 26, 13, 13, 13, const [], + const [461], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'toList', 35651586, 26, 14, 173, 14, null, + const [462], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'toSet', 35651586, 26, -1, 174, 175, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'take', 35651586, 26, 26, 169, 26, null, + const [463], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'takeWhile', 35651586, 26, 26, 169, 26, null, + const [464], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'skip', 35651586, 26, 26, 169, 26, null, + const [465], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'skipWhile', 35651586, 26, 26, 169, 26, null, + const [466], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'firstWhere', + 2, + 26, + -1, + -1, + -1, + const [], + const [467, 468], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'lastWhere', + 2, + 26, + -1, + -1, + -1, + const [], + const [469, 470], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'singleWhere', + 2, + 26, + -1, + -1, + -1, + const [], + const [471, 472], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'elementAt', 2, 26, -1, -1, -1, const [], + const [473], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'toString', 2097154, 26, 16, 16, 16, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'iterator', 35652099, 26, -1, 176, 177, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'length', 2097155, 26, 17, 17, 17, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'isEmpty', 2097155, 26, 13, 13, 13, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'isNotEmpty', + 2097155, + 26, + 13, + 13, + 13, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'first', 3, 26, -1, -1, -1, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'last', 3, 26, -1, -1, -1, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'single', 3, 26, -1, -1, -1, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'', 128, 26, -1, 169, 26, null, const [], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'generate', + 1, + 26, + -1, + 169, + 26, + null, + const [474, 475], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'empty', 385, 26, -1, 169, 26, null, const [], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'', 128, 27, -1, 27, 27, const [], + const [], const prefix0.ContainedReflectable(), const []) + ], + [ + r.ParameterMirrorImpl( + r'a', + 67239942, + 40, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'b', + 67239942, + 40, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object', + 67239942, + 41, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object', + 67239942, + 42, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_data', + 151126118, + 49, + const prefix0.ContainedReflectable(), + 15, + 30, + 15, + const [3, 31], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_memberSymbolMap', + 84017254, + 51, + const prefix0.ContainedReflectable(), + 15, + 32, + 15, + const [33, 16], + const [], + null, + null), + r.ParameterMirrorImpl( + r'router', + 151126022, + 53, + const prefix0.ContainedReflectable(), + 10, + 74, + 10, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'handlers', + 151126022, + 54, + const prefix0.ContainedReflectable(), + 26, + 68, + 26, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'future', + 84017158, + 55, + const prefix0.ContainedReflectable(), + 19, + 178, + 19, + const [-1], + const [], + null, + null), + r.ParameterMirrorImpl( + r'callback', + 134217734, + 56, + const prefix0.ContainedReflectable(), + -1, + 179, + 179, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'body', + 134217734, + 57, + const prefix0.ContainedReflectable(), + -1, + 180, + 180, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'zoneValues', + 84029446, + 57, + const prefix0.ContainedReflectable(), + 15, + 181, + 15, + const [4, 4], + const [], + null, + #zoneValues), + r.ParameterMirrorImpl( + r'zoneSpecification', + 67252230, + 57, + const prefix0.ContainedReflectable(), + -1, + 182, + 182, + const [], + const [], + null, + #zoneSpecification), + r.ParameterMirrorImpl( + r'onError', + 67252230, + 57, + const prefix0.ContainedReflectable(), + -1, + 183, + 183, + const [], + const [], + null, + #onError), + r.ParameterMirrorImpl( + r'body', + 134217734, + 58, + const prefix0.ContainedReflectable(), + -1, + 184, + 184, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'onError', + 134217734, + 58, + const prefix0.ContainedReflectable(), + -1, + 185, + 185, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'zoneValues', + 84029446, + 58, + const prefix0.ContainedReflectable(), + 15, + 181, + 15, + const [4, 4], + const [], + null, + #zoneValues), + r.ParameterMirrorImpl( + r'zoneSpecification', + 67252230, + 58, + const prefix0.ContainedReflectable(), + -1, + 182, + 182, + const [], + const [], + null, + #zoneSpecification), + r.ParameterMirrorImpl( + r'receiver', + 67239942, + 60, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'memberName', + 134348806, + 60, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'positionalArguments', + 151126022, + 60, + const prefix0.ContainedReflectable(), + 14, + 87, + 14, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'namedArguments', + 84017158, + 60, + const prefix0.ContainedReflectable(), + 15, + 186, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'kind', + 134348806, + 60, + const prefix0.ContainedReflectable(), + -1, + 187, + 187, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'receiver', + 67239942, + 61, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'memberName', + 134348806, + 61, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'positionalArguments', + 151126022, + 61, + const prefix0.ContainedReflectable(), + 14, + 87, + 14, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'namedArguments', + 84017158, + 61, + const prefix0.ContainedReflectable(), + 15, + 186, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'receiver', + 67239942, + 62, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'memberName', + 134348806, + 62, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'positionalArguments', + 151126022, + 62, + const prefix0.ContainedReflectable(), + 14, + 87, + 14, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'namedArguments', + 84017158, + 62, + const prefix0.ContainedReflectable(), + 15, + 186, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'receiver', + 67239942, + 63, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'memberName', + 134348806, + 63, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'positionalArguments', + 151126022, + 63, + const prefix0.ContainedReflectable(), + 14, + 87, + 14, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'namedArguments', + 84017158, + 63, + const prefix0.ContainedReflectable(), + 15, + 186, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'receiver', + 67239942, + 64, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'constructorName', + 134348806, + 64, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'positionalArguments', + 151126022, + 64, + const prefix0.ContainedReflectable(), + 14, + 87, + 14, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'namedArguments', + 84017158, + 64, + const prefix0.ContainedReflectable(), + 15, + 186, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'singleton', + 134348806, + 86, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 88, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'invocation', + 134348806, + 90, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'app', + 134348806, + 93, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'router', + 151126022, + 94, + const prefix0.ContainedReflectable(), + 10, + 100, + 10, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'reflector', + 134348806, + 94, + const prefix0.ContainedReflectable(), + 11, + 11, + 11, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'routable', + 134348806, + 95, + const prefix0.ContainedReflectable(), + 12, + 12, + 12, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'reflector', + 134348806, + 96, + const prefix0.ContainedReflectable(), + 11, + 11, + 11, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'concreteOnly', + 134363142, + 96, + const prefix0.ContainedReflectable(), + 13, + 13, + 13, + const [], + const [], + false, + #concreteOnly), + r.ParameterMirrorImpl( + r'_middleware', + 151126118, + 99, + const prefix0.ContainedReflectable(), + 14, + 55, + 14, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'_routeMappings', + 151126118, + 101, + const prefix0.ContainedReflectable(), + 15, + 56, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'reflectee', + 134348806, + 106, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'reflectee', + 134348806, + 107, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'type', + 134348806, + 108, + const prefix0.ContainedReflectable(), + 18, + 18, + 18, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'type', + 134348806, + 109, + const prefix0.ContainedReflectable(), + 18, + 18, + 18, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'libraryName', + 134348806, + 110, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'injectSingleton', + 134364166, + 113, + const prefix0.ContainedReflectable(), + 13, + 13, + 13, + const [], + const [], + true, + #injectSingleton), + r.ParameterMirrorImpl( + r'type', + 134348806, + 114, + const prefix0.ContainedReflectable(), + 18, + 18, + 18, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap0', + 67244038, + 117, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap1', + 67244038, + 117, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap2', + 67244038, + 117, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap3', + 67244038, + 117, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap4', + 67244038, + 117, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap5', + 67244038, + 117, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap6', + 67244038, + 117, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap7', + 67244038, + 117, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap8', + 67244038, + 117, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap9', + 67244038, + 117, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'capabilities', + 151126022, + 118, + const prefix0.ContainedReflectable(), + 14, + 80, + 14, + const [27], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object1', + 67239942, + 119, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object2', + 67239942, + 119, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object3', + 67246086, + 119, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object4', + 67246086, + 119, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object5', + 67246086, + 119, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object6', + 67246086, + 119, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object7', + 67246086, + 119, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object8', + 67246086, + 119, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object9', + 67246086, + 119, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object10', + 67246086, + 119, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object11', + 67246086, + 119, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object12', + 67246086, + 119, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object13', + 67246086, + 119, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object14', + 67246086, + 119, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object15', + 67246086, + 119, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object16', + 67246086, + 119, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object17', + 67246086, + 119, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object18', + 67246086, + 119, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object19', + 67246086, + 119, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object20', + 67246086, + 119, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'objects', + 151126022, + 120, + const prefix0.ContainedReflectable(), + 26, + 188, + 26, + const [4], + const [], + null, + null), + r.ParameterMirrorImpl( + r'objects', + 151126022, + 121, + const prefix0.ContainedReflectable(), + 26, + 188, + 26, + const [4], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap0', + 67244038, + 123, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap1', + 67244038, + 123, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap2', + 67244038, + 123, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap3', + 67244038, + 123, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap4', + 67244038, + 123, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap5', + 67244038, + 123, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap6', + 67244038, + 123, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap7', + 67244038, + 123, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap8', + 67244038, + 123, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap9', + 67244038, + 123, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'capabilities', + 151126022, + 124, + const prefix0.ContainedReflectable(), + 14, + 80, + 14, + const [27], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap0', + 67245094, + 125, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap1', + 67245094, + 125, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap2', + 67245094, + 125, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap3', + 67245094, + 125, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap4', + 67245094, + 125, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap5', + 67245094, + 125, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap6', + 67245094, + 125, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap7', + 67245094, + 125, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap8', + 67245094, + 125, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap9', + 67245094, + 125, + const prefix0.ContainedReflectable(), + 27, + 27, + 27, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_capabilities', + 84018214, + 126, + const prefix0.ContainedReflectable(), + 14, + 189, + 14, + const [27], + const [], + null, + null), + r.ParameterMirrorImpl( + r'text', + 67253254, + 132, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + #text), + r.ParameterMirrorImpl( + r'over', + 67253254, + 132, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + #over), + r.ParameterMirrorImpl( + r'_text', + 67240038, + 129, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_over', + 67240038, + 131, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_id', + 67240038, + 134, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_createdAt', + 67240038, + 136, + const prefix0.ContainedReflectable(), + -1, + 57, + 57, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_updatedAt', + 67240038, + 138, + const prefix0.ContainedReflectable(), + -1, + 57, + 57, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'memberName', + 134348806, + 149, + const prefix0.ContainedReflectable(), + -1, + 33, + 33, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'positionalArguments', + 84017158, + 149, + const prefix0.ContainedReflectable(), + 26, + 190, + 26, + const [4], + const [], + null, + null), + r.ParameterMirrorImpl( + r'namedArguments', + 84021254, + 149, + const prefix0.ContainedReflectable(), + 15, + 191, + 15, + const [33, 4], + const [], + null, + null), + r.ParameterMirrorImpl( + r'memberName', + 134348806, + 150, + const prefix0.ContainedReflectable(), + -1, + 33, + 33, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'typeArguments', + 84017158, + 150, + const prefix0.ContainedReflectable(), + 26, + 192, + 26, + const [18], + const [], + null, + null), + r.ParameterMirrorImpl( + r'positionalArguments', + 84017158, + 150, + const prefix0.ContainedReflectable(), + 26, + 190, + 26, + const [4], + const [], + null, + null), + r.ParameterMirrorImpl( + r'namedArguments', + 84021254, + 150, + const prefix0.ContainedReflectable(), + 15, + 191, + 15, + const [33, 4], + const [], + null, + null), + r.ParameterMirrorImpl( + r'name', + 134348806, + 151, + const prefix0.ContainedReflectable(), + -1, + 33, + 33, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'memberName', + 134348806, + 152, + const prefix0.ContainedReflectable(), + -1, + 33, + 33, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'argument', + 67239942, + 152, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'method', + 134348806, + 153, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'path', + 134348806, + 153, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'handler', + 134217734, + 153, + const prefix0.ContainedReflectable(), + -1, + 75, + 75, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'middleware', + 151140358, + 153, + const prefix0.ContainedReflectable(), + 26, + 68, + 26, + null, + const [], + const [], + #middleware), + r.ParameterMirrorImpl( + r'path', + 134348806, + 154, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'router', + 151126022, + 154, + const prefix0.ContainedReflectable(), + 10, + 100, + 10, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'callback', + 67121158, + 157, + const prefix0.ContainedReflectable(), + -1, + 193, + 193, + const [], + const [], + null, + #callback), + r.ParameterMirrorImpl( + r'header', + 134363142, + 157, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + 'Dumping route tree:', + #header), + r.ParameterMirrorImpl( + r'tab', + 134363142, + 157, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + ' ', + #tab), + r.ParameterMirrorImpl( + r'showMatchers', + 134363142, + 157, + const prefix0.ContainedReflectable(), + 13, + 13, + 13, + const [], + const [], + false, + #showMatchers), + r.ParameterMirrorImpl( + r'handler', + 67141638, + 158, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'req', + 151126022, + 158, + const prefix0.ContainedReflectable(), + -1, + 194, + 195, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'res', + 151126022, + 158, + const prefix0.ContainedReflectable(), + -1, + 196, + 197, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'handler', + 67141638, + 159, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'req', + 151126022, + 159, + const prefix0.ContainedReflectable(), + -1, + 194, + 195, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'res', + 151126022, + 159, + const prefix0.ContainedReflectable(), + -1, + 196, + 197, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'key', + 67141638, + 160, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'force', + 134363142, + 161, + const prefix0.ContainedReflectable(), + 13, + 13, + 13, + const [], + const [], + false, + #force), + r.ParameterMirrorImpl( + r'handler', + 134348806, + 162, + const prefix0.ContainedReflectable(), + -1, + 198, + 198, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'req', + 151126022, + 162, + const prefix0.ContainedReflectable(), + -1, + 194, + 195, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'res', + 151126022, + 162, + const prefix0.ContainedReflectable(), + -1, + 196, + 197, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'container', + 67244038, + 162, + const prefix0.ContainedReflectable(), + -1, + 199, + 199, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'handler', + 134348806, + 163, + const prefix0.ContainedReflectable(), + -1, + 198, + 198, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'req', + 151126022, + 163, + const prefix0.ContainedReflectable(), + -1, + 194, + 195, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'res', + 151126022, + 163, + const prefix0.ContainedReflectable(), + -1, + 196, + 197, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'container', + 67244038, + 163, + const prefix0.ContainedReflectable(), + -1, + 199, + 199, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'configurer', + 134217734, + 164, + const prefix0.ContainedReflectable(), + -1, + 200, + 200, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'type', + 67244038, + 165, + const prefix0.ContainedReflectable(), + 18, + 18, + 18, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'handler', + 134217734, + 166, + const prefix0.ContainedReflectable(), + -1, + 75, + 75, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'path', + 134348806, + 167, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'service', + 134217734, + 167, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'reflector', + 134363142, + 190, + const prefix0.ContainedReflectable(), + 11, + 11, + 11, + const [], + const [], + const prefix14.ThrowingReflector( + errorMessage: + '${ContainerConst.defaultErrorMessage} $_reflectionInfo'), + #reflector), + r.ParameterMirrorImpl( + r'environment', + 134364166, + 190, + const prefix0.ContainedReflectable(), + -1, + 63, + 63, + const [], + const [], + prefix15.angelEnv, + #environment), + r.ParameterMirrorImpl( + r'logger', + 67252230, + 190, + const prefix0.ContainedReflectable(), + -1, + 201, + 201, + const [], + const [], + null, + #logger), + r.ParameterMirrorImpl( + r'allowMethodOverrides', + 134364166, + 190, + const prefix0.ContainedReflectable(), + 13, + 13, + 13, + const [], + const [], + true, + #allowMethodOverrides), + r.ParameterMirrorImpl( + r'serializer', + 67122182, + 190, + const prefix0.ContainedReflectable(), + -1, + 62, + 62, + const [], + const [], + null, + #serializer), + r.ParameterMirrorImpl( + r'viewGenerator', + 67122182, + 190, + const prefix0.ContainedReflectable(), + -1, + 65, + 65, + const [], + const [], + null, + #viewGenerator), + r.ParameterMirrorImpl( + r'_serializer', + 67108966, + 172, + const prefix0.ContainedReflectable(), + -1, + 62, + 62, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_allowMethodOverrides', + 134348902, + 174, + const prefix0.ContainedReflectable(), + 13, + 13, + 13, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_viewGenerator', + 67108966, + 180, + const prefix0.ContainedReflectable(), + -1, + 65, + 65, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_errorHandler', + 134217830, + 182, + const prefix0.ContainedReflectable(), + -1, + 66, + 66, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'log', + 67239942, + 189, + const prefix0.ContainedReflectable(), + -1, + 201, + 201, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'middleware', + 151126022, + 192, + const prefix0.ContainedReflectable(), + 26, + 202, + 26, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'path', + 134348806, + 194, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'callback', + 134217734, + 194, + const prefix0.ContainedReflectable(), + -1, + 203, + 203, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'middleware', + 151140358, + 194, + const prefix0.ContainedReflectable(), + 26, + 202, + 26, + null, + const [], + const [], + #middleware), + r.ParameterMirrorImpl( + r'name', + 134363142, + 194, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + '', + #name), + r.ParameterMirrorImpl( + r'path', + 134348806, + 195, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'callback', + 134217734, + 195, + const prefix0.ContainedReflectable(), + -1, + 204, + 204, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'middleware', + 151140358, + 195, + const prefix0.ContainedReflectable(), + 26, + 202, + 26, + null, + const [], + const [], + #middleware), + r.ParameterMirrorImpl( + r'name', + 134363142, + 195, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + '', + #name), + r.ParameterMirrorImpl( + r'linkParams', + 151126022, + 196, + const prefix0.ContainedReflectable(), + 26, + 205, + 26, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'absolute', + 134363142, + 196, + const prefix0.ContainedReflectable(), + 13, + 13, + 13, + const [], + const [], + true, + #absolute), + r.ParameterMirrorImpl( + r'absolute', + 134348806, + 197, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'relative', + 134348806, + 197, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'out', + 151126022, + 197, + const prefix0.ContainedReflectable(), + 14, + 206, + 14, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'method', + 134363142, + 197, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + 'GET', + #method), + r.ParameterMirrorImpl( + r'strip', + 134363142, + 197, + const prefix0.ContainedReflectable(), + 13, + 13, + 13, + const [], + const [], + true, + #strip), + r.ParameterMirrorImpl( + r'path', + 134348806, + 198, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'method', + 134363142, + 198, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + 'GET', + #method), + r.ParameterMirrorImpl( + r'strip', + 134363142, + 198, + const prefix0.ContainedReflectable(), + 13, + 13, + 13, + const [], + const [], + true, + #strip), + r.ParameterMirrorImpl( + r'absolute', + 134348806, + 199, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'relative', + 134348806, + 199, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'method', + 134363142, + 199, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + 'GET', + #method), + r.ParameterMirrorImpl( + r'strip', + 134363142, + 199, + const prefix0.ContainedReflectable(), + 13, + 13, + 13, + const [], + const [], + true, + #strip), + r.ParameterMirrorImpl( + r'path', + 134348806, + 200, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'handler', + 6, + 200, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'middleware', + 151140358, + 200, + const prefix0.ContainedReflectable(), + 26, + 202, + 26, + null, + const [], + const [], + #middleware), + r.ParameterMirrorImpl( + r'path', + 134348806, + 201, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'handler', + 6, + 201, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'middleware', + 151140358, + 201, + const prefix0.ContainedReflectable(), + 26, + 202, + 26, + null, + const [], + const [], + #middleware), + r.ParameterMirrorImpl( + r'path', + 134348806, + 202, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'handler', + 6, + 202, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'middleware', + 151140358, + 202, + const prefix0.ContainedReflectable(), + 26, + 202, + 26, + null, + const [], + const [], + #middleware), + r.ParameterMirrorImpl( + r'path', + 134348806, + 203, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'handler', + 6, + 203, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'middleware', + 151140358, + 203, + const prefix0.ContainedReflectable(), + 26, + 202, + 26, + null, + const [], + const [], + #middleware), + r.ParameterMirrorImpl( + r'path', + 134348806, + 204, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'handler', + 6, + 204, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'middleware', + 151140358, + 204, + const prefix0.ContainedReflectable(), + 26, + 202, + 26, + null, + const [], + const {}, + #middleware), + r.ParameterMirrorImpl( + r'path', + 134348806, + 205, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'handler', + 6, + 205, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'middleware', + 151140358, + 205, + const prefix0.ContainedReflectable(), + 26, + 202, + 26, + null, + const [], + const [], + #middleware), + r.ParameterMirrorImpl( + r'path', + 134348806, + 206, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'handler', + 6, + 206, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'middleware', + 151140358, + 206, + const prefix0.ContainedReflectable(), + 26, + 202, + 26, + null, + const [], + const [], + #middleware), + r.ParameterMirrorImpl( + r'path', + 134348806, + 207, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'handler', + 6, + 207, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'middleware', + 151140358, + 207, + const prefix0.ContainedReflectable(), + 26, + 202, + 26, + null, + const [], + const [], + #middleware), + r.ParameterMirrorImpl( + r'path', + 134348806, + 211, + const prefix0.ContainedReflectable(), + -1, + 102, + 102, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'path', + 134348806, + 212, + const prefix0.ContainedReflectable(), + -1, + 102, + 102, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'path', + 134348806, + 213, + const prefix0.ContainedReflectable(), + -1, + 102, + 102, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'method', + 134348806, + 218, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'path', + 134348806, + 218, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'handler', + 6, + 218, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'middleware', + 151140358, + 218, + const prefix0.ContainedReflectable(), + 26, + 202, + 26, + null, + const [], + const [], + #middleware), + r.ParameterMirrorImpl( + r'callback', + 67121158, + 219, + const prefix0.ContainedReflectable(), + -1, + 193, + 193, + const [], + const [], + null, + #callback), + r.ParameterMirrorImpl( + r'header', + 134363142, + 219, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + 'Dumping route tree:', + #header), + r.ParameterMirrorImpl( + r'tab', + 134363142, + 219, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + ' ', + #tab), + r.ParameterMirrorImpl( + r'path', + 134348806, + 220, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'router', + 151126022, + 220, + const prefix0.ContainedReflectable(), + 10, + 107, + 10, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'symbol', + 134348806, + 222, + const prefix0.ContainedReflectable(), + -1, + 33, + 33, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'clazz', + 134348806, + 223, + const prefix0.ContainedReflectable(), + 18, + 18, + 18, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'function', + 134348806, + 224, + const prefix0.ContainedReflectable(), + -1, + 198, + 198, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'type', + 134348806, + 225, + const prefix0.ContainedReflectable(), + 18, + 18, + 18, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object', + 134348806, + 226, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'type', + 134348806, + 227, + const prefix0.ContainedReflectable(), + 18, + 18, + 18, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'method', + 134348806, + 230, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'path', + 134348806, + 230, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'handler', + 134217734, + 230, + const prefix0.ContainedReflectable(), + -1, + 75, + 75, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'middleware', + 151140358, + 230, + const prefix0.ContainedReflectable(), + 26, + 68, + 26, + null, + const [], + const {}, + #middleware), + r.ParameterMirrorImpl( + r'path', + 134348806, + 231, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'service', + 134217734, + 231, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'reflector', + 67244038, + 232, + const prefix0.ContainedReflectable(), + 11, + 11, + 11, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 233, + const prefix0.ContainedReflectable(), + 13, + 13, + 13, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 234, + const prefix0.ContainedReflectable(), + 13, + 13, + 13, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 235, + const prefix0.ContainedReflectable(), + 13, + 13, + 13, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'name', + 134348806, + 238, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'defaultValue', + 134363142, + 238, + const prefix0.ContainedReflectable(), + 13, + 13, + 13, + const [], + const [], + null, + #defaultValue), + r.ParameterMirrorImpl( + r'name', + 134348806, + 239, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'source', + 151126022, + 240, + const prefix0.ContainedReflectable(), + 14, + 207, + 14, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'target', + 151126022, + 241, + const prefix0.ContainedReflectable(), + 14, + 208, + 14, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'at', + 134348806, + 241, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'source', + 151126022, + 241, + const prefix0.ContainedReflectable(), + 14, + 208, + 14, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 67244038, + 241, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 67244038, + 241, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'target', + 151126022, + 242, + const prefix0.ContainedReflectable(), + 14, + 209, + 14, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'at', + 134348806, + 242, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'source', + 151126022, + 242, + const prefix0.ContainedReflectable(), + 26, + 210, + 26, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 244, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 245, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'value', + 6, + 245, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'value', + 6, + 246, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'iterable', + 151126022, + 247, + const prefix0.ContainedReflectable(), + 26, + 136, + 26, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'compare', + 67112966, + 248, + const prefix0.ContainedReflectable(), + -1, + 211, + 211, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'random', + 67244038, + 249, + const prefix0.ContainedReflectable(), + -1, + 212, + 212, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'element', + 6, + 250, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134354950, + 250, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 251, + const prefix0.ContainedReflectable(), + -1, + 213, + 213, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134354950, + 251, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 252, + const prefix0.ContainedReflectable(), + -1, + 213, + 213, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 67244038, + 252, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'element', + 6, + 253, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 67244038, + 253, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 255, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'element', + 6, + 255, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 256, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'iterable', + 151126022, + 256, + const prefix0.ContainedReflectable(), + 26, + 136, + 26, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 257, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'iterable', + 151126022, + 257, + const prefix0.ContainedReflectable(), + 26, + 136, + 26, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'value', + 67239942, + 258, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 259, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 261, + const prefix0.ContainedReflectable(), + -1, + 213, + 213, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 262, + const prefix0.ContainedReflectable(), + -1, + 213, + 213, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 151126022, + 263, + const prefix0.ContainedReflectable(), + 14, + 135, + 14, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134348806, + 264, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 67244038, + 264, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134348806, + 265, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 134348806, + 265, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134348806, + 266, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 134348806, + 266, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'iterable', + 151126022, + 266, + const prefix0.ContainedReflectable(), + 26, + 136, + 26, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'skipCount', + 134354950, + 266, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134348806, + 267, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 134348806, + 267, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134348806, + 268, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 134348806, + 268, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'fillValue', + 67112966, + 268, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134348806, + 269, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 134348806, + 269, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'replacements', + 151126022, + 269, + const prefix0.ContainedReflectable(), + 26, + 136, + 26, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 271, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'length', + 67244038, + 277, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'length', + 134348806, + 278, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'fill', + 6, + 278, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'growable', + 134363142, + 278, + const prefix0.ContainedReflectable(), + 13, + 13, + 13, + const [], + const [], + null, + #growable), + r.ParameterMirrorImpl( + r'growable', + 134363142, + 279, + const prefix0.ContainedReflectable(), + 13, + 13, + 13, + const [], + const [], + null, + #growable), + r.ParameterMirrorImpl( + r'elements', + 151126022, + 280, + const prefix0.ContainedReflectable(), + 26, + 205, + 26, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'growable', + 134363142, + 280, + const prefix0.ContainedReflectable(), + 13, + 13, + 13, + const [], + const [], + null, + #growable), + r.ParameterMirrorImpl( + r'elements', + 151126022, + 281, + const prefix0.ContainedReflectable(), + 26, + 136, + 26, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'growable', + 134363142, + 281, + const prefix0.ContainedReflectable(), + 13, + 13, + 13, + const [], + const [], + null, + #growable), + r.ParameterMirrorImpl( + r'length', + 134348806, + 282, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'generator', + 134217734, + 282, + const prefix0.ContainedReflectable(), + -1, + 214, + 214, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'growable', + 134363142, + 282, + const prefix0.ContainedReflectable(), + 13, + 13, + 13, + const [], + const [], + null, + #growable), + r.ParameterMirrorImpl( + r'elements', + 151126022, + 283, + const prefix0.ContainedReflectable(), + 26, + 205, + 26, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'value', + 6, + 272, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'value', + 6, + 273, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'newLength', + 134348806, + 275, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'source', + 151126022, + 284, + const prefix0.ContainedReflectable(), + 15, + 215, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'value', + 67239942, + 286, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'key', + 67239942, + 287, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'key', + 67239942, + 288, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'key', + 6, + 289, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'value', + 6, + 289, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'convert', + 134217734, + 290, + const prefix0.ContainedReflectable(), + -1, + 216, + 216, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'newEntries', + 151126022, + 291, + const prefix0.ContainedReflectable(), + 26, + 141, + 26, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'key', + 6, + 292, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'update', + 134217734, + 292, + const prefix0.ContainedReflectable(), + -1, + 217, + 217, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'ifAbsent', + 67121158, + 292, + const prefix0.ContainedReflectable(), + -1, + 218, + 218, + const [], + const [], + null, + #ifAbsent), + r.ParameterMirrorImpl( + r'update', + 134217734, + 293, + const prefix0.ContainedReflectable(), + -1, + 219, + 219, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 294, + const prefix0.ContainedReflectable(), + -1, + 220, + 220, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'key', + 6, + 295, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'ifAbsent', + 134217734, + 295, + const prefix0.ContainedReflectable(), + -1, + 221, + 221, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 151126022, + 296, + const prefix0.ContainedReflectable(), + 15, + 144, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'key', + 67239942, + 297, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'action', + 134217734, + 299, + const prefix0.ContainedReflectable(), + -1, + 222, + 222, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 151126022, + 307, + const prefix0.ContainedReflectable(), + 15, + 67, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 151126022, + 308, + const prefix0.ContainedReflectable(), + 15, + 144, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 151126022, + 309, + const prefix0.ContainedReflectable(), + 15, + 67, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'iterable', + 151126022, + 311, + const prefix0.ContainedReflectable(), + 26, + 205, + 26, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'key', + 67121158, + 311, + const prefix0.ContainedReflectable(), + -1, + 223, + 223, + const [], + const [], + null, + #key), + r.ParameterMirrorImpl( + r'value', + 67121158, + 311, + const prefix0.ContainedReflectable(), + -1, + 224, + 224, + const [], + const [], + null, + #value), + r.ParameterMirrorImpl( + r'keys', + 151126022, + 312, + const prefix0.ContainedReflectable(), + 26, + 142, + 26, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'values', + 151126022, + 312, + const prefix0.ContainedReflectable(), + 26, + 143, + 26, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'entries', + 151126022, + 313, + const prefix0.ContainedReflectable(), + 26, + 141, + 26, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 314, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 315, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 316, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 317, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 318, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'pattern', + 134348806, + 319, + const prefix0.ContainedReflectable(), + -1, + 102, + 102, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134354950, + 319, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'pattern', + 134348806, + 320, + const prefix0.ContainedReflectable(), + -1, + 102, + 102, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134354950, + 320, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'pattern', + 134348806, + 321, + const prefix0.ContainedReflectable(), + -1, + 102, + 102, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 67244038, + 321, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 322, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134348806, + 323, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 67244038, + 323, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'times', + 134348806, + 327, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'width', + 134348806, + 328, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'padding', + 134354950, + 328, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'width', + 134348806, + 329, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'padding', + 134354950, + 329, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 330, + const prefix0.ContainedReflectable(), + -1, + 102, + 102, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'startIndex', + 134354950, + 330, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'from', + 134348806, + 331, + const prefix0.ContainedReflectable(), + -1, + 102, + 102, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'to', + 134348806, + 331, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'startIndex', + 134354950, + 331, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'from', + 134348806, + 332, + const prefix0.ContainedReflectable(), + -1, + 102, + 102, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'replace', + 134217734, + 332, + const prefix0.ContainedReflectable(), + -1, + 225, + 225, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'startIndex', + 134354950, + 332, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'from', + 134348806, + 333, + const prefix0.ContainedReflectable(), + -1, + 102, + 102, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'replace', + 134348806, + 333, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'from', + 134348806, + 334, + const prefix0.ContainedReflectable(), + -1, + 102, + 102, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'replace', + 134217734, + 334, + const prefix0.ContainedReflectable(), + -1, + 225, + 225, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134348806, + 335, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 67239942, + 335, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'replacement', + 134348806, + 335, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'pattern', + 134348806, + 336, + const prefix0.ContainedReflectable(), + -1, + 102, + 102, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'pattern', + 134348806, + 337, + const prefix0.ContainedReflectable(), + -1, + 102, + 102, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'onMatch', + 67121158, + 337, + const prefix0.ContainedReflectable(), + -1, + 226, + 226, + const [], + const [], + null, + #onMatch), + r.ParameterMirrorImpl( + r'onNonMatch', + 67121158, + 337, + const prefix0.ContainedReflectable(), + -1, + 227, + 227, + const [], + const [], + null, + #onNonMatch), + r.ParameterMirrorImpl( + r'charCodes', + 151126022, + 346, + const prefix0.ContainedReflectable(), + 26, + 228, + 26, + const [17], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134354950, + 346, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 67244038, + 346, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'charCode', + 134348806, + 347, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'name', + 134348806, + 348, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'defaultValue', + 134363142, + 348, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + #defaultValue), + r.ParameterMirrorImpl( + r'other', + 134348806, + 349, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 350, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 351, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'shiftAmount', + 134348806, + 353, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'shiftAmount', + 134348806, + 354, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'shiftAmount', + 134348806, + 355, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'exponent', + 134348806, + 356, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'modulus', + 134348806, + 356, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'modulus', + 134348806, + 357, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 358, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'width', + 134348806, + 359, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'width', + 134348806, + 360, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'radix', + 134348806, + 372, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'source', + 134348806, + 373, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'radix', + 67252230, + 373, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + #radix), + r.ParameterMirrorImpl( + r'onError', + 67121158, + 373, + const prefix0.ContainedReflectable(), + -1, + 229, + 229, + const [], + const [], + null, + #onError), + r.ParameterMirrorImpl( + r'source', + 134348806, + 374, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'radix', + 67252230, + 374, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + #radix), + r.ParameterMirrorImpl( + r'name', + 134348806, + 379, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'defaultValue', + 134363142, + 379, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + #defaultValue), + r.ParameterMirrorImpl( + r'other', + 134348806, + 380, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'futures', + 151126022, + 384, + const prefix0.ContainedReflectable(), + 26, + 230, + 26, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'eagerError', + 134363142, + 384, + const prefix0.ContainedReflectable(), + 13, + 13, + 13, + const [], + const [], + null, + #eagerError), + r.ParameterMirrorImpl( + r'cleanUp', + 67121158, + 384, + const prefix0.ContainedReflectable(), + -1, + 231, + 231, + const [], + const [], + null, + #cleanUp), + r.ParameterMirrorImpl( + r'futures', + 151126022, + 385, + const prefix0.ContainedReflectable(), + 26, + 232, + 26, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'elements', + 151126022, + 386, + const prefix0.ContainedReflectable(), + 26, + 233, + 26, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'action', + 134217734, + 386, + const prefix0.ContainedReflectable(), + -1, + 234, + 234, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'action', + 134217734, + 387, + const prefix0.ContainedReflectable(), + -1, + 235, + 235, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'onValue', + 134217734, + 388, + const prefix0.ContainedReflectable(), + -1, + 236, + 236, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'onError', + 67252230, + 388, + const prefix0.ContainedReflectable(), + -1, + 183, + 183, + const [], + const [], + null, + #onError), + r.ParameterMirrorImpl( + r'onError', + 134348806, + 389, + const prefix0.ContainedReflectable(), + -1, + 198, + 198, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 67121158, + 389, + const prefix0.ContainedReflectable(), + -1, + 237, + 237, + const [], + const [], + null, + #test), + r.ParameterMirrorImpl( + r'action', + 134217734, + 390, + const prefix0.ContainedReflectable(), + -1, + 238, + 238, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'timeLimit', + 134348806, + 392, + const prefix0.ContainedReflectable(), + -1, + 239, + 239, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'onTimeout', + 67121158, + 392, + const prefix0.ContainedReflectable(), + -1, + 240, + 240, + const [], + const [], + null, + #onTimeout), + r.ParameterMirrorImpl( + r'computation', + 134217734, + 393, + const prefix0.ContainedReflectable(), + -1, + 241, + 241, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'computation', + 134217734, + 394, + const prefix0.ContainedReflectable(), + -1, + 241, + 241, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'computation', + 134217734, + 395, + const prefix0.ContainedReflectable(), + -1, + 241, + 241, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'value', + 84021254, + 396, + const prefix0.ContainedReflectable(), + 20, + 242, + 20, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'error', + 134348806, + 397, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'stackTrace', + 67244038, + 397, + const prefix0.ContainedReflectable(), + -1, + 243, + 243, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'duration', + 134348806, + 398, + const prefix0.ContainedReflectable(), + -1, + 239, + 239, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'computation', + 67112966, + 398, + const prefix0.ContainedReflectable(), + -1, + 240, + 240, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'path', + 134349830, + 410, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'method', + 134364166, + 410, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + 'GET', + #method), + r.ParameterMirrorImpl( + r'middleware', + 151141382, + 410, + const prefix0.ContainedReflectable(), + 26, + 68, + 26, + null, + const [], + const [], + #middleware), + r.ParameterMirrorImpl( + r'as', + 67253254, + 410, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + #as), + r.ParameterMirrorImpl( + r'allowNull', + 151141382, + 410, + const prefix0.ContainedReflectable(), + 14, + 69, + 14, + const [16], + const [], + const [], + #allowNull), + r.ParameterMirrorImpl( + r'method', + 134349830, + 411, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'middleware', + 151141382, + 411, + const prefix0.ContainedReflectable(), + 26, + 68, + 26, + null, + const [], + const [], + #middleware), + r.ParameterMirrorImpl( + r'as', + 67253254, + 411, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + #as), + r.ParameterMirrorImpl( + r'allowNull', + 151141382, + 411, + const prefix0.ContainedReflectable(), + 14, + 69, + 14, + const [16], + const [], + const [], + #allowNull), + r.ParameterMirrorImpl( + r'path', + 134348806, + 413, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'router', + 151127046, + 413, + const prefix0.ContainedReflectable(), + 10, + 70, + 10, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'params', + 151126022, + 416, + const prefix0.ContainedReflectable(), + 15, + 85, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'_name', + 67240038, + 421, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 423, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'invocation', + 134348806, + 424, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 430, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 431, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 444, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'source', + 151126022, + 451, + const prefix0.ContainedReflectable(), + 26, + 244, + 26, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 151126022, + 453, + const prefix0.ContainedReflectable(), + 26, + 169, + 26, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'toElement', + 134217734, + 454, + const prefix0.ContainedReflectable(), + -1, + 245, + 245, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 455, + const prefix0.ContainedReflectable(), + -1, + 246, + 246, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'toElements', + 134217734, + 457, + const prefix0.ContainedReflectable(), + -1, + 247, + 247, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'element', + 67239942, + 458, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'action', + 134217734, + 459, + const prefix0.ContainedReflectable(), + -1, + 248, + 248, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'combine', + 134217734, + 460, + const prefix0.ContainedReflectable(), + -1, + 249, + 249, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'initialValue', + 6, + 461, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'combine', + 134217734, + 461, + const prefix0.ContainedReflectable(), + -1, + 250, + 250, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 462, + const prefix0.ContainedReflectable(), + -1, + 246, + 246, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'separator', + 134354950, + 463, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 464, + const prefix0.ContainedReflectable(), + -1, + 246, + 246, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'growable', + 134363142, + 465, + const prefix0.ContainedReflectable(), + 13, + 13, + 13, + const [], + const [], + null, + #growable), + r.ParameterMirrorImpl( + r'count', + 134348806, + 467, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 468, + const prefix0.ContainedReflectable(), + -1, + 246, + 246, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'count', + 134348806, + 469, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 470, + const prefix0.ContainedReflectable(), + -1, + 246, + 246, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 471, + const prefix0.ContainedReflectable(), + -1, + 246, + 246, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'orElse', + 67121158, + 471, + const prefix0.ContainedReflectable(), + -1, + 251, + 251, + const [], + const [], + null, + #orElse), + r.ParameterMirrorImpl( + r'test', + 134217734, + 472, + const prefix0.ContainedReflectable(), + -1, + 246, + 246, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'orElse', + 67121158, + 472, + const prefix0.ContainedReflectable(), + -1, + 251, + 251, + const [], + const [], + null, + #orElse), + r.ParameterMirrorImpl( + r'test', + 134217734, + 473, + const prefix0.ContainedReflectable(), + -1, + 246, + 246, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'orElse', + 67121158, + 473, + const prefix0.ContainedReflectable(), + -1, + 251, + 251, + const [], + const [], + null, + #orElse), + r.ParameterMirrorImpl( + r'index', + 134348806, + 474, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'count', + 134348806, + 484, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'generator', + 67112966, + 484, + const prefix0.ContainedReflectable(), + -1, + 252, + 252, + const [], + const [], + null, + null) + ], + [ + prefix1.MyController, + prefix0.ContainedReflectable, + prefix2.Controller, + prefix3.Reflectable, + Object, + prefix4.ReflectableImpl, + prefix5.ReflectableBase, + prefix1.Todo, + Invocation, + prefix6.Angel, + prefix7.Router, + prefix8.Reflector, + prefix9.Routable, + bool, + List, + Map, + String, + int, + Type, + prefix10.Future, + prefix10.FutureOr, + prefix11.Expose, + prefix7.SymlinkRoute, + prefix12.InstanceMirror, + prefix12.TypeMirror, + prefix12.LibraryMirror, + Iterable, + prefix13.ReflectCapability, + Deprecated, + Null, + const m.TypeValue>() + .type, + prefix4.ReflectorData, + const m.TypeValue>().type, + Symbol, + prefix11.NoExpose, + prefix13.InstanceInvokeCapability, + prefix13.StaticInvokeCapability, + prefix13.TopLevelInvokeCapability, + prefix13.NewInstanceCapability, + prefix13.MetadataCapability, + prefix13.TypeCapability, + prefix13.TypeRelationsCapability, + const r.FakeType(r'reflectable.capability._ReflectedTypeCapability'), + prefix13.LibraryCapability, + prefix13.DeclarationsCapability, + prefix13.UriCapability, + prefix13.LibraryDependenciesCapability, + prefix13.InvokingCapability, + prefix13.TypingCapability, + const r.FakeType(r'reflectable.capability._DelegateCapability'), + const r.FakeType(r'reflectable.capability._SubtypeQuantifyCapability'), + prefix13.SuperclassQuantifyCapability, + prefix13.TypeAnnotationQuantifyCapability, + const r.FakeType( + r'reflectable.capability._CorrespondingSetterQuantifyCapability'), + const r.FakeType(r'reflectable.capability._AdmitSubtypeCapability'), + const m.TypeValue>().type, + const m.TypeValue>>().type, + DateTime, + const m.TypeValue< + Map< + String, + prefix17.Tuple4< + List, + Map, + prefix18.ParseResult, + prefix19.MiddlewarePipeline>>>() + .type, + const m.TypeValue< + Map, List>>>() + .type, + prefix20.Converter, + prefix21.MimeTypeResolver, + const m.TypeValue Function(dynamic)>().type, + prefix15.AngelEnvironment, + const m.TypeValue>().type, + prefix6.ViewGenerator, + prefix6.AngelErrorHandler, + const m.TypeValue>().type, + const m.TypeValue>().type, + const m.TypeValue>().type, + const r.FakeType(r'angel3_route.src.router.Router'), + const r.FakeType(r'dart.core.List'), + const m.TypeValue>().type, + Set, + const r.FakeType(r'angel3_route.src.router.Router'), + prefix9.RequestHandler, + const m.TypeValue>().type, + const m.TypeValue>().type, + const m.TypeValue>().type, + const m.TypeValue>().type, + const m.TypeValue>().type, + Uri, + const m.TypeValue>().type, + prefix12.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, + prefix7.Route, + const m.TypeValue>().type, + const m.TypeValue>().type, + const m.TypeValue>().type, + const r.FakeType(r'dart.async.Future'), + const m.TypeValue>().type, + prefix7.Route, + const r.FakeType( + r'angel_framework.core.hooked_service.HookedService'), + prefix22.HookedService, + const m.TypeValue>().type, + const m.TypeValue>().type, + const m.TypeValue>().type, + Pattern, + const m.TypeValue>().type, + prefix24.Logger, + const r.FakeType(r'angel3_route.src.router.ChainedRouter'), + prefix7.ChainedRouter, + const r.FakeType(r'angel3_route.src.router.Router'), + const r.FakeType(r'angel3_route.src.router.SymlinkRoute'), + const r.FakeType(r'dart.async.Future>'), + const r.FakeType(r'dart.core.Iterable>'), + const r.FakeType(r'angel3_route.src.router.Route'), + prefix7.Route, + const m.TypeValue>().type, + prefix7.Route, + const r.FakeType(r'dart.core.List'), + const r.FakeType(r'dart.core.Map>'), + const r.FakeType(r'dart.core.List>'), + const r.FakeType(r'angel_framework.http.service.Service'), + prefix25.Service, + const r.FakeType( + r'angel_framework.core.hooked_service.HookedService'), + prefix22.HookedService, + prefix26.Container, + const m.TypeValue>>() + .type, + const m.TypeValue>>() + .type, + prefix10.Stream, + prefix8.ReflectedClass, + prefix8.ReflectedFunction, + prefix8.ReflectedType, + prefix8.ReflectedInstance, + prefix8.ReflectedType, + const r.FakeType( + r'angel_framework.core.hooked_service.HookedService'), + prefix22.HookedService, + 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'), + 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 m.TypeValue>().type, + Runes, + double, + const r.FakeType(r'dart.async.Future>'), + const r.FakeType(r'dart.async.Future'), + const r.FakeType(r'dart.async.Future'), + const r.FakeType(r'dart.async.Future'), + const r.FakeType(r'dart.async.Stream'), + prefix10.Stream, + const r.FakeType(r'angel3_route.src.router.SymlinkRoute'), + const r.FakeType(r'angel3_route.src.router.Route'), + prefix7.Route, + prefix7.RouteResult, + const m.TypeValue>().type, + prefix18.Parser, + prefix12.TypeVariableMirror, + const m.TypeValue>().type, + const m.TypeValue>().type, + prefix12.DeclarationMirror, + const m.TypeValue>().type, + prefix12.LibraryDependencyMirror, + const m.TypeValue>().type, + 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, + const m.TypeValue().type, + const m.TypeValue().type, + const m.TypeValue>().type, + prefix10.ZoneSpecification, + Function, + const m.TypeValue().type, + const m.TypeValue().type, + const m.TypeValue>().type, + prefix13.StringInvocationKind, + 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, + prefix23.RequestContext, + const m.TypeValue>().type, + prefix27.ResponseContext, + Function, + prefix26.Container, + prefix6.AngelConfigurer, + prefix24.Logger, + const r.FakeType(r'dart.core.Iterable'), + const m.TypeValue().type, + const m.TypeValue Function(dynamic)>().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.List'), + const r.FakeType(r'dart.core.Iterable'), + const m.TypeValue().type, + prefix28.Random, + 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 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 r.FakeType(r'dart.core.Iterable>'), + const r.FakeType(r'dart.core.Iterable'), + const m.TypeValue Function(dynamic)>().type, + const m.TypeValue Function()>().type, + const m.TypeValue().type, + const m.TypeValue().type, + const m.TypeValue Function()>().type, + Duration, + const m.TypeValue().type, + const m.TypeValue().type, + const r.FakeType(r'dart.async.FutureOr'), + StackTrace, + 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 + ], + 28, + { + r'==': (dynamic instance) => (x) => instance == x, + r'toString': (dynamic instance) => instance.toString, + r'noSuchMethod': (dynamic instance) => instance.noSuchMethod, + r'hashCode': (dynamic instance) => instance.hashCode, + r'runtimeType': (dynamic instance) => instance.runtimeType, + r'configureServer': (dynamic instance) => instance.configureServer, + r'applyRoutes': (dynamic instance) => instance.applyRoutes, + r'configureRoutes': (dynamic instance) => instance.configureRoutes, + r'findExpose': (dynamic instance) => instance.findExpose, + r'injectSingleton': (dynamic instance) => instance.injectSingleton, + r'middleware': (dynamic instance) => instance.middleware, + r'routeMappings': (dynamic instance) => instance.routeMappings, + r'app': (dynamic instance) => instance.app, + r'mountPoint': (dynamic instance) => instance.mountPoint, + r'todo': (dynamic instance) => instance.todo, + r'capabilities': (dynamic instance) => instance.capabilities, + r'canReflect': (dynamic instance) => instance.canReflect, + r'reflect': (dynamic instance) => instance.reflect, + r'canReflectType': (dynamic instance) => instance.canReflectType, + 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'id': (dynamic instance) => instance.id, + r'createdAt': (dynamic instance) => instance.createdAt, + r'updatedAt': (dynamic instance) => instance.updatedAt, + r'idAsInt': (dynamic instance) => instance.idAsInt, + r'toJson': (dynamic instance) => instance.toJson, + r'text': (dynamic instance) => instance.text, + r'over': (dynamic instance) => instance.over, + r'typeArguments': (dynamic instance) => instance.typeArguments, + r'isAccessor': (dynamic instance) => instance.isAccessor, + r'enableCache': (dynamic instance) => instance.enableCache, + r'addRoute': (dynamic instance) => instance.addRoute, + r'chain': (dynamic instance) => instance.chain, + r'clone': (dynamic instance) => instance.clone, + r'dumpTree': (dynamic instance) => instance.dumpTree, + r'group': (dynamic instance) => instance.group, + r'groupAsync': (dynamic instance) => instance.groupAsync, + r'navigate': (dynamic instance) => instance.navigate, + r'resolve': (dynamic instance) => instance.resolve, + r'resolveAbsolute': (dynamic instance) => instance.resolveAbsolute, + r'resolveAll': (dynamic instance) => instance.resolveAll, + r'mount': (dynamic instance) => instance.mount, + r'all': (dynamic instance) => instance.all, + r'delete': (dynamic instance) => instance.delete, + r'get': (dynamic instance) => instance.get, + r'head': (dynamic instance) => instance.head, + r'options': (dynamic instance) => instance.options, + r'post': (dynamic instance) => instance.post, + r'patch': (dynamic instance) => instance.patch, + r'put': (dynamic instance) => instance.put, + r'mounted': (dynamic instance) => instance.mounted, + r'routes': (dynamic instance) => instance.routes, + r'close': (dynamic instance) => instance.close, + r'findService': (dynamic instance) => instance.findService, + r'findServiceOf': (dynamic instance) => instance.findServiceOf, + r'findHookedService': (dynamic instance) => instance.findHookedService, + r'use': (dynamic instance) => instance.use, + r'configuration': (dynamic instance) => instance.configuration, + r'container': (dynamic instance) => instance.container, + r'services': (dynamic instance) => instance.services, + r'onService': (dynamic instance) => instance.onService, + r'bootstrapContainer': (dynamic instance) => + instance.bootstrapContainer, + r'getHandlerResult': (dynamic instance) => instance.getHandlerResult, + r'executeHandler': (dynamic instance) => instance.executeHandler, + r'findProperty': (dynamic instance) => instance.findProperty, + r'optimizeForProduction': (dynamic instance) => + instance.optimizeForProduction, + r'runContained': (dynamic instance) => instance.runContained, + r'runReflected': (dynamic instance) => instance.runReflected, + r'configure': (dynamic instance) => instance.configure, + r'mountController': (dynamic instance) => instance.mountController, + r'fallback': (dynamic instance) => instance.fallback, + r'handlerCache': (dynamic instance) => instance.handlerCache, + r'encoders': (dynamic instance) => instance.encoders, + r'mimeTypeResolver': (dynamic instance) => instance.mimeTypeResolver, + r'serializer': (dynamic instance) => instance.serializer, + r'allowMethodOverrides': (dynamic instance) => + instance.allowMethodOverrides, + r'environment': (dynamic instance) => instance.environment, + r'startupHooks': (dynamic instance) => instance.startupHooks, + r'shutdownHooks': (dynamic instance) => instance.shutdownHooks, + r'responseFinalizers': (dynamic instance) => + instance.responseFinalizers, + r'viewGenerator': (dynamic instance) => instance.viewGenerator, + r'errorHandler': (dynamic instance) => instance.errorHandler, + r'preContained': (dynamic instance) => instance.preContained, + r'optimizedRouter': (dynamic instance) => instance.optimizedRouter, + r'children': (dynamic instance) => instance.children, + r'controllers': (dynamic instance) => instance.controllers, + r'parent': (dynamic instance) => instance.parent, + r'logger': (dynamic instance) => instance.logger, + r'reflectFutureOf': (dynamic instance) => instance.reflectFutureOf, + r'&': (dynamic instance) => (x) => instance & x, + r'|': (dynamic instance) => (x) => instance | x, + r'^': (dynamic instance) => (x) => instance ^ x, + r'method': (dynamic instance) => instance.method, + r'path': (dynamic instance) => instance.path, + r'as': (dynamic instance) => instance.as, + r'allowNull': (dynamic instance) => instance.allowNull, + r'makeUri': (dynamic instance) => instance.makeUri, + r'handlers': (dynamic instance) => instance.handlers, + r'name': (dynamic instance) => instance.name, + r'parser': (dynamic instance) => instance.parser, + r'router': (dynamic instance) => instance.router, + 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 + }, + { + r'middleware=': (dynamic instance, value) => + instance.middleware = value, + r'routeMappings=': (dynamic instance, value) => + instance.routeMappings = value, + r'id=': (dynamic instance, value) => instance.id = value, + r'createdAt=': (dynamic instance, value) => instance.createdAt = value, + r'updatedAt=': (dynamic instance, value) => instance.updatedAt = value, + r'text=': (dynamic instance, value) => instance.text = value, + r'over=': (dynamic instance, value) => instance.over = value, + r'serializer=': (dynamic instance, value) => + instance.serializer = value, + r'allowMethodOverrides=': (dynamic instance, value) => + instance.allowMethodOverrides = value, + r'viewGenerator=': (dynamic instance, value) => + instance.viewGenerator = value, + r'errorHandler=': (dynamic instance, value) => + instance.errorHandler = value, + r'logger=': (dynamic instance, value) => instance.logger = value, + r'name=': (dynamic instance, value) => instance.name = value + }, + [ + r.LibraryMirrorImpl( + r'', + Uri.parse('asset:example2/bin/example3_controller.dart'), + const prefix0.ContainedReflectable(), + const [68], + {r'main': () => prefix1.main}, + {}, + const [], + null), + r.LibraryMirrorImpl( + r'', + Uri.parse( + 'package:angel3_container_generator/angel3_container_generator.dart'), + const prefix0.ContainedReflectable(), + const [0], + {r'contained': () => prefix0.contained}, + {}, + const [], + null), + r.LibraryMirrorImpl( + r'angel_framework.http.controller', + Uri.parse('package:angel3_framework/src/core/controller.dart'), + const prefix0.ContainedReflectable(), + const [], + {}, + {}, + const [], + null), + r.LibraryMirrorImpl( + r'reflectable.reflectable', + Uri.parse('package:reflectable/reflectable.dart'), + const prefix0.ContainedReflectable(), + const [], + {}, + {}, + const [], + null), + r.LibraryMirrorImpl( + r'dart.core', + Uri.parse(r'reflectable://4/dart.core'), + const prefix0.ContainedReflectable(), + const [1, 2, 3, 4, 70, 71, 72], + { + 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.src.reflectable_builder_based', + Uri.parse('package:reflectable/src/reflectable_builder_based.dart'), + const prefix0.ContainedReflectable(), + const [5, 6, 7, 82], + { + r'pleaseInitializeMessage': () => prefix4.pleaseInitializeMessage, + r'data': () => prefix4.data, + r'memberSymbolMap': () => prefix4.memberSymbolMap, + r'reflectors': () => prefix4.reflectors + }, + { + r'data=': (dynamic value) => prefix4.data = value, + r'memberSymbolMap=': (dynamic value) => + prefix4.memberSymbolMap = value + }, + const [], + null), + r.LibraryMirrorImpl( + r'reflectable.src.reflectable_base', + Uri.parse('package:reflectable/src/reflectable_base.dart'), + const prefix0.ContainedReflectable(), + const [], + {}, + {}, + const [], + null), + r.LibraryMirrorImpl( + r'angel_framework.http.server', + Uri.parse('package:angel3_framework/src/core/server.dart'), + const prefix0.ContainedReflectable(), + const [], + {}, + {}, + const [], + null), + r.LibraryMirrorImpl( + r'angel3_route.src.router', + Uri.parse('package:angel3_route/src/router.dart'), + const prefix0.ContainedReflectable(), + const [83], + {r'flatten': () => prefix7.flatten}, + {}, + const [], + null), + r.LibraryMirrorImpl( + r'', + Uri.parse('package:angel3_container/src/reflector.dart'), + const prefix0.ContainedReflectable(), + const [], + {}, + {}, + const [], + null), + r.LibraryMirrorImpl( + r'angel_framework.http.routable', + Uri.parse('package:angel3_framework/src/core/routable.dart'), + const prefix0.ContainedReflectable(), + const [84], + {r'chain': () => prefix9.chain}, + {}, + const [], + null), + r.LibraryMirrorImpl( + r'dart.async', + Uri.parse(r'reflectable://11/dart.async'), + const prefix0.ContainedReflectable(), + const [85, 86, 87, 88], + { + r'unawaited': () => prefix10.unawaited, + r'scheduleMicrotask': () => prefix10.scheduleMicrotask, + r'runZoned': () => prefix10.runZoned, + r'runZonedGuarded': () => prefix10.runZonedGuarded + }, + {}, + const [], + null), + r.LibraryMirrorImpl( + r'angel_framework.http.metadata', + Uri.parse('package:angel3_framework/src/core/metadata.dart'), + const prefix0.ContainedReflectable(), + const [8], + {r'noExpose': () => prefix11.noExpose}, + {}, + const [], + null), + r.LibraryMirrorImpl( + r'reflectable.mirrors', + Uri.parse('package:reflectable/mirrors.dart'), + const prefix0.ContainedReflectable(), + const [], + {}, + {}, + const [], + null), + r.LibraryMirrorImpl( + r'reflectable.capability', + Uri.parse('package:reflectable/capability.dart'), + const prefix0.ContainedReflectable(), + const [ + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 90, + 91, + 92, + 93, + 94 + ], + { + r'instanceInvokeCapability': () => + prefix13.instanceInvokeCapability, + r'staticInvokeCapability': () => prefix13.staticInvokeCapability, + r'topLevelInvokeCapability': () => + prefix13.topLevelInvokeCapability, + r'newInstanceCapability': () => prefix13.newInstanceCapability, + r'metadataCapability': () => prefix13.metadataCapability, + r'typeCapability': () => prefix13.typeCapability, + r'typeRelationsCapability': () => + prefix13.typeRelationsCapability, + r'reflectedTypeCapability': () => + prefix13.reflectedTypeCapability, + r'libraryCapability': () => prefix13.libraryCapability, + r'declarationsCapability': () => prefix13.declarationsCapability, + r'uriCapability': () => prefix13.uriCapability, + r'libraryDependenciesCapability': () => + prefix13.libraryDependenciesCapability, + r'invokingCapability': () => prefix13.invokingCapability, + r'typingCapability': () => prefix13.typingCapability, + r'delegateCapability': () => prefix13.delegateCapability, + r'subtypeQuantifyCapability': () => + prefix13.subtypeQuantifyCapability, + r'superclassQuantifyCapability': () => + prefix13.superclassQuantifyCapability, + r'typeAnnotationQuantifyCapability': () => + prefix13.typeAnnotationQuantifyCapability, + r'typeAnnotationDeepQuantifyCapability': () => + prefix13.typeAnnotationDeepQuantifyCapability, + r'correspondingSetterQuantifyCapability': () => + prefix13.correspondingSetterQuantifyCapability, + r'admitSubtypeCapability': () => prefix13.admitSubtypeCapability, + r'reflectableNoSuchInvokableError': () => + prefix13.reflectableNoSuchInvokableError, + r'reflectableNoSuchMethodError': () => + prefix13.reflectableNoSuchMethodError, + r'reflectableNoSuchGetterError': () => + prefix13.reflectableNoSuchGetterError, + r'reflectableNoSuchSetterError': () => + prefix13.reflectableNoSuchSetterError, + r'reflectableNoSuchConstructorError': () => + prefix13.reflectableNoSuchConstructorError + }, + {}, + const [], + null) + ], + []) +}; + +final _memberSymbolMap = null; + +void initializeReflectable() { + r.data = _data; + r.memberSymbolMap = _memberSymbolMap; +} diff --git a/experiment/container/example2/bin/main.dart b/experiment/container/example2/bin/main.dart index 8abe6a16..bc66e73b 100644 --- a/experiment/container/example2/bin/main.dart +++ b/experiment/container/example2/bin/main.dart @@ -12,9 +12,9 @@ void main() { print('Reflection executed in ${stopwatch.elapsed.inMilliseconds} ms'); stopwatch.stop(); - printAnnotationValue(String); - printAnnotationValue(Shape); - printAnnotationValue(Square); + //printAnnotationValue(String); + //printAnnotationValue(Shape); + //printAnnotationValue(Square); } class Shape { @@ -27,7 +27,7 @@ class Square { print("Hii Welcome to flutter agency"); } } - +/* void printAnnotationValue(final Type clazz) { final DeclarationMirror clazzDeclaration = reflectClass(clazz); final ClassMirror someAnnotationMirror = reflectClass(Person); @@ -41,3 +41,4 @@ void printAnnotationValue(final Type clazz) { (annotationInstsanceMirror.first.reflectee as Person); print(someAnnotationInstance.firstName); } +*/ \ No newline at end of file diff --git a/experiment/container/example2/build.yaml b/experiment/container/example2/build.yaml new file mode 100644 index 00000000..591e6f23 --- /dev/null +++ b/experiment/container/example2/build.yaml @@ -0,0 +1,9 @@ +targets: + $default: + builders: + reflectable: + generate_for: + #- lib/**_controller.dart + - bin/**_controller.dart + options: + formatted: true \ No newline at end of file diff --git a/experiment/container/example2/lib/src/controller/hr_controller.dart b/experiment/container/example2/lib/src/controller/hr_controller.dart new file mode 100644 index 00000000..3ea91d65 --- /dev/null +++ b/experiment/container/example2/lib/src/controller/hr_controller.dart @@ -0,0 +1,15 @@ +import 'package:angel3_container_generator/angel3_container_generator.dart'; +import 'package:angel3_framework/angel3_framework.dart'; + +@Expose('/hr') +class HrController extends Controller { + @Expose('/') + landingPage() => "Hello, world!"; +} + +@contained +class SalesController extends Controller { + landingPage() => "Hello, world!"; +} + +void main() {} diff --git a/experiment/container/example2/pubspec.yaml b/experiment/container/example2/pubspec.yaml index 81a766cc..2e0f9ddf 100644 --- a/experiment/container/example2/pubspec.yaml +++ b/experiment/container/example2/pubspec.yaml @@ -30,18 +30,20 @@ dependencies: tuple: ^2.0.0 uuid: ^3.0.1 collection: ^1.15.0 + reflectable: ^4.0.2 dev_dependencies: + build_runner: ^2.1.2 http: ^0.13.1 io: ^1.0.0 test: ^1.21.0 lints: ^2.0.0 dependency_overrides: angel3_container: - path: ../../../packages/container/angel_container + path: ../../../packages/container/angel_container angel3_container_generator: - path: ../../../packages/container/angel_container_generator -# angel3_http_exception: -# path: ../http_exception + path: ../../../packages/container/angel_container_generator + angel3_framework: + path: ../../../packages/framework # angel3_model: # path: ../model # angel3_route: diff --git a/experiment/container/example2/web/example.dart b/experiment/container/example2/web/example.dart new file mode 100644 index 00000000..43ec1d05 --- /dev/null +++ b/experiment/container/example2/web/example.dart @@ -0,0 +1,14 @@ +import 'package:angel3_container_generator/angel3_container_generator.dart'; +import 'package:angel3_framework/angel3_framework.dart'; + +@Expose('/hr') +class HrController extends Controller { + @Expose('/') + landingPage() => "Hello, world!"; +} + +@contained +class SalesController extends Controller { + + landingPage() => "Hello, world!"; +} diff --git a/packages/container/angel_container/CHANGELOG.md b/packages/container/angel_container/CHANGELOG.md index 1879545e..fc5e7dc8 100644 --- a/packages/container/angel_container/CHANGELOG.md +++ b/packages/container/angel_container/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 7.1.1 + +* Moved `defaultErrorMessage` to `ContainerConst` class to resolve reflectatable issue. + ## 7.1.0 * Require Dart >= 2.18 diff --git a/packages/container/angel_container/lib/angel3_container.dart b/packages/container/angel_container/lib/angel3_container.dart index 18bce0fe..e50508e8 100644 --- a/packages/container/angel_container/lib/angel3_container.dart +++ b/packages/container/angel_container/lib/angel3_container.dart @@ -6,3 +6,4 @@ export 'src/static/static.dart'; export 'src/exception.dart'; export 'src/reflector.dart'; export 'src/throwing.dart'; +export 'src/container_const.dart'; diff --git a/packages/container/angel_container/lib/src/container_const.dart b/packages/container/angel_container/lib/src/container_const.dart new file mode 100644 index 00000000..5a8fcaa4 --- /dev/null +++ b/packages/container/angel_container/lib/src/container_const.dart @@ -0,0 +1,8 @@ +class ContainerConst { + static const String defaultErrorMessage = + 'You attempted to perform a reflective action, but you are using `ThrowingReflector`, ' + 'a class which disables reflection. Consider using the `MirrorsReflector` ' + 'class if you need reflection.'; + + ContainerConst._(); +} diff --git a/packages/container/angel_container/lib/src/throwing.dart b/packages/container/angel_container/lib/src/throwing.dart index 5b918fbd..0bb71368 100644 --- a/packages/container/angel_container/lib/src/throwing.dart +++ b/packages/container/angel_container/lib/src/throwing.dart @@ -1,3 +1,5 @@ +import 'package:angel3_container/src/container_const.dart'; + import 'empty/empty.dart'; import 'reflector.dart'; @@ -9,12 +11,15 @@ class ThrowingReflector extends Reflector { /// The error message to give the end user when an [UnsupportedError] is thrown. final String errorMessage; + /* static const String defaultErrorMessage = 'You attempted to perform a reflective action, but you are using `ThrowingReflector`, ' 'a class which disables reflection. Consider using the `MirrorsReflector` ' 'class if you need reflection.'; + */ - const ThrowingReflector({this.errorMessage = defaultErrorMessage}); + const ThrowingReflector( + {this.errorMessage = ContainerConst.defaultErrorMessage}); @override String? getName(Symbol symbol) => const EmptyReflector().getName(symbol); diff --git a/packages/container/angel_container/pubspec.yaml b/packages/container/angel_container/pubspec.yaml index cb05317b..1972d57d 100644 --- a/packages/container/angel_container/pubspec.yaml +++ b/packages/container/angel_container/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_container -version: 7.1.0 +version: 7.1.1 description: Angel3 hierarchical DI container, and pluggable backends for reflection. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/container/angel_container diff --git a/packages/container/angel_container_generator/= b/packages/container/angel_container_generator/= new file mode 100644 index 00000000..e69de29b diff --git a/packages/container/angel_container_generator/README.md b/packages/container/angel_container_generator/README.md index 15a7817e..362d5870 100644 --- a/packages/container/angel_container_generator/README.md +++ b/packages/container/angel_container_generator/README.md @@ -5,4 +5,27 @@ [![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion) [![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/master/packages/container/angel3_container_generator/LICENSE) -A better IoC container generator for Angel3, ultimately allowing Angel3 to be used without `dart:mirrors`. +An alternative container for Angel3 that uses `reflectable` instead of `dart:mirrors` for reflection. + +## Usage + +* Annotable the class with `@contained`. +* Run `dart run build_runner build ` +* Alternatively create a `build.xml` file with the following content + + ```yaml + targets: + $default: + builders: + reflectable: + generate_for: + - bin/**_controller.dart + options: + formatted: true + ``` + +## Known limitation + +* Reflection on functions/closures +* Reflection on private declarations +* Reflection on generic type diff --git a/packages/container/angel_container_generator/example/main.dart b/packages/container/angel_container_generator/example/main.dart index 7d3b6d95..ed206f79 100644 --- a/packages/container/angel_container_generator/example/main.dart +++ b/packages/container/angel_container_generator/example/main.dart @@ -5,8 +5,7 @@ import 'package:angel3_container_generator/angel3_container_generator.dart'; Future main() async { // Create a container instance. - var reflector = const GeneratedReflector(); - Container container = Container(reflector); + Container container = Container(GeneratedReflector()); // Register a singleton. container.registerSingleton(Engine(40)); diff --git a/packages/container/angel_container_generator/example/main.reflectable.dart b/packages/container/angel_container_generator/example/main.reflectable.dart index 01bf16d5..b7db7ad1 100644 --- a/packages/container/angel_container_generator/example/main.reflectable.dart +++ b/packages/container/angel_container_generator/example/main.reflectable.dart @@ -2,10 +2,14 @@ // https://github.com/dart-lang/reflectable. 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 @@ -29,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}, @@ -40,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, @@ -169,11 +2819,11 @@ final _data = { r.ParameterMirrorImpl( r'invocation', 134348806, - 3, + 45, const prefix0.ContainedReflectable(), - -1, - 18, - 18, + 5, + 5, + 5, const [], const [], null, @@ -181,11 +2831,11 @@ final _data = { r.ParameterMirrorImpl( r'reflectee', 134348806, - 7, + 49, const prefix0.ContainedReflectable(), - -1, - 17, - 17, + 4, + 4, + 4, const [], const [], null, @@ -193,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 [], @@ -217,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, @@ -229,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, @@ -241,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, @@ -274,18 +6204,191 @@ 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 }, {}, [ r.LibraryMirrorImpl( r'', - Uri.parse(r'reflectable://0/'), + Uri.parse( + 'package:angel3_container_generator/angel3_container_generator.dart'), + const prefix0.ContainedReflectable(), + const [0], + {r'contained': () => prefix0.contained}, + {}, + const [], + null), + r.LibraryMirrorImpl( + r'reflectable.reflectable', + Uri.parse('package:reflectable/reflectable.dart'), const prefix0.ContainedReflectable(), const [], {}, {}, const [], + null), + r.LibraryMirrorImpl( + r'reflectable.src.reflectable_builder_based', + Uri.parse('package:reflectable/src/reflectable_builder_based.dart'), + 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('package:reflectable/src/reflectable_base.dart'), + 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('package:reflectable/mirrors.dart'), + const prefix0.ContainedReflectable(), + const [], + {}, + {}, + const [], + null), + r.LibraryMirrorImpl( + r'reflectable.capability', + Uri.parse('package:reflectable/capability.dart'), + 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/packages/container/angel_container_generator/lib/angel3_container_generator.dart b/packages/container/angel_container_generator/lib/angel3_container_generator.dart index 9b2f3607..2aed467d 100644 --- a/packages/container/angel_container_generator/lib/angel3_container_generator.dart +++ b/packages/container/angel_container_generator/lib/angel3_container_generator.dart @@ -11,11 +11,11 @@ class ContainedReflectable extends Reflectable { topLevelInvokeCapability, typeAnnotationQuantifyCapability, superclassQuantifyCapability, - instanceInvokeCapability, libraryCapability, invokingCapability, - newInstanceCapability, + metadataCapability, reflectedTypeCapability, + typeCapability, typingCapability); } diff --git a/packages/container/angel_container_generator/test/reflector_test.dart b/packages/container/angel_container_generator/test/reflector_test.dart index e0ba0d70..a4070dce 100644 --- a/packages/container/angel_container_generator/test/reflector_test.dart +++ b/packages/container/angel_container_generator/test/reflector_test.dart @@ -29,7 +29,8 @@ void main() { expect(album.title, 'flowers by stevie wonder'); }); - testReflector(reflector); + // Skip as pkg:reflectable cannot reflect on closures at all (yet) + //testReflector(reflector); } @contained @@ -49,7 +50,6 @@ void testReflector(Reflector reflector) { expect(blazikenMirror.getField('type').reflectee, blaziken.type); }); -/* group('reflectFunction', () { var mirror = reflector.reflectFunction(returnVoidFromAFunction); @@ -73,8 +73,7 @@ void testReflector(Reflector reflector) { expect(p?.annotations, isEmpty); expect(p?.type, reflector.reflectType(int)); }); - }, skip: 'pkg:reflectable cannot reflect on closures at all (yet)'); -*/ + }, skip: 'pkg:reflectable cannot reflect on closures at all (yet)'); test('make on singleton type returns singleton', () { expect(container.make(Pokemon), blaziken); @@ -111,9 +110,9 @@ void testReflector(Reflector reflector) { expect(kantoPokemonType.isAssignableTo(pokemonType), true); expect( - () => kantoPokemonType + kantoPokemonType .isAssignableTo(container.reflector.reflectType(String)), - throwsUnsupportedError); + false); }); } diff --git a/packages/container/angel_container_generator/test/reflector_test.reflectable.dart b/packages/container/angel_container_generator/test/reflector_test.reflectable.dart index 1e878d87..edb12297 100644 --- a/packages/container/angel_container_generator/test/reflector_test.reflectable.dart +++ b/packages/container/angel_container_generator/test/reflector_test.reflectable.dart @@ -2,10 +2,15 @@ // https://github.com/dart-lang/reflectable. import 'dart:core'; +import 'dart:math' as prefix8; +import 'package:angel3_container/src/reflector.dart' as prefix7; import 'package:angel3_container_generator/angel3_container_generator.dart' as prefix0; -import 'package:reflectable/capability.dart' as prefix2; -import 'package:reflectable/mirrors.dart' as prefix3; +import 'package:reflectable/capability.dart' as prefix6; +import 'package:reflectable/mirrors.dart' as prefix5; +import 'package:reflectable/reflectable.dart' as prefix2; +import 'package:reflectable/src/reflectable_base.dart' as prefix4; +import 'package:reflectable/src/reflectable_builder_based.dart' as prefix3; import 'reflector_test.dart' as prefix1; // ignore_for_file: camel_case_types @@ -30,10 +35,10 @@ final _data = { 134217735, 0, const prefix0.ContainedReflectable(), - const [0, 15, 16], - const [17, 18, 19, 20, 21, 14, 15], + const [29, 89, 90], + const [91, 92, 93, 94, 95, 88, 89], const [], - -1, + 8, {}, {}, { @@ -51,10 +56,10 @@ final _data = { 134217735, 1, const prefix0.ContainedReflectable(), - const [1, 2, 22, 25, 26], - const [17, 22, 19, 20, 21, 23, 24], + const [30, 31, 96, 99, 100], + const [91, 96, 93, 94, 95, 97, 98], const [], - -1, + 8, {}, {}, { @@ -74,8 +79,8 @@ final _data = { 134217735, 2, const prefix0.ContainedReflectable(), - const [27], - const [17, 22, 19, 20, 21, 23, 24], + const [101], + const [91, 96, 93, 94, 95, 97, 98], const [], 1, {}, @@ -95,10 +100,10 @@ final _data = { 134217735, 3, const prefix0.ContainedReflectable(), - const [3, 29, 30], - const [17, 18, 19, 20, 21, 28, 29], + const [32, 103, 104], + const [91, 92, 93, 94, 95, 102, 103], const [], - -1, + 8, {}, {}, { @@ -115,10 +120,10 @@ final _data = { 134217735, 4, const prefix0.ContainedReflectable(), - const [4, 32, 33], - const [17, 18, 19, 20, 21, 31, 32], + const [33, 106, 107], + const [91, 92, 93, 94, 95, 105, 106], const [], - -1, + 8, {}, {}, {r'': (bool b) => (artist) => b ? prefix1.Album(artist) : null}, @@ -133,10 +138,10 @@ final _data = { 134217735, 5, const prefix0.ContainedReflectable(), - const [5, 6, 36, 37], - const [17, 18, 19, 20, 21, 34, 35, 36], + const [34, 35, 110, 111], + const [91, 92, 93, 94, 95, 108, 109, 110], const [], - -1, + 8, {}, {}, { @@ -154,10 +159,10 @@ final _data = { 138412039, 6, const prefix0.ContainedReflectable(), - const [7, 8, 9, 10, 11, 12, 45], - const [17, 18, 19, 20, 21, 46], - const [38, 39, 40, 41, 42, 43, 44], - -1, + const [36, 37, 38, 39, 40, 41, 119], + const [91, 92, 93, 94, 95, 120], + const [112, 113, 114, 115, 116, 117, 118], + 9, { r'water': () => prefix1.PokemonType.water, r'fire': () => prefix1.PokemonType.fire, @@ -180,10 +185,24 @@ final _data = { 134217735, 7, const prefix0.ContainedReflectable(), - const [47], - const [17, 18, 19, 20, 21, 48, 49, 50, 51, 52, 53, 54, 55], + const [121], + const [ + 91, + 92, + 93, + 94, + 95, + 122, + 123, + 124, + 125, + 126, + 127, + 128, + 129 + ], const [], - -1, + 10, {}, {}, {r'': (bool b) => () => b ? prefix0.ContainedReflectable() : null}, @@ -191,9 +210,940 @@ final _data = { 7, const [], const [prefix0.contained], - null) + null), + r.NonGenericClassMirrorImpl( + r'Object', + r'dart.core.Object', + 134217735, + 8, + const prefix0.ContainedReflectable(), + const [91, 92, 93, 130, 131, 132, 94, 95, 133], + const [91, 92, 93, 94, 95], + const [130, 131, 132], + null, + { + r'hash': () => Object.hash, + r'hashAll': () => Object.hashAll, + r'hashAllUnordered': () => Object.hashAllUnordered + }, + {}, + {r'': (bool b) => () => b ? Object() : null}, + 2, + 8, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'Enum', + r'dart.core.Enum', + 134218247, + 9, + const prefix0.ContainedReflectable(), + const [134, 135, 120, 136], + const [91, 92, 93, 94, 95, 120], + const [134, 135], + 8, + { + r'compareByIndex': () => Enum.compareByIndex, + r'compareByName': () => Enum.compareByName + }, + {}, + {}, + 2, + 9, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'Reflectable', + r'reflectable.reflectable.Reflectable', + 134218247, + 10, + const prefix0.ContainedReflectable(), + const [43, 44, 137, 140, 141], + const [ + 91, + 92, + 93, + 94, + 95, + 122, + 123, + 124, + 125, + 126, + 127, + 128, + 129 + ], + const [137, 138, 139], + 11, + { + r'getInstance': () => prefix2.Reflectable.getInstance, + r'thisClassName': () => prefix2.Reflectable.thisClassName, + r'thisClassId': () => prefix2.Reflectable.thisClassId + }, + {}, + {}, + 3, + 10, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'ReflectableImpl', + r'reflectable.src.reflectable_builder_based.ReflectableImpl', + 134218247, + 11, + const prefix0.ContainedReflectable(), + const [123, 124, 125, 126, 127, 128, 129, 142, 143], + const [ + 91, + 92, + 93, + 94, + 95, + 122, + 123, + 124, + 125, + 126, + 127, + 128, + 129 + ], + const [], + 12, + {}, + {}, + {}, + 4, + 11, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'ReflectableBase', + r'reflectable.src.reflectable_base.ReflectableBase', + 134217735, + 12, + const prefix0.ContainedReflectable(), + const [122, 144, 145], + const [91, 92, 93, 94, 95, 122], + const [], + 8, + {}, + {}, + { + r'': (bool b) => ( + [_cap0, + _cap1, + _cap2, + _cap3, + _cap4, + _cap5, + _cap6, + _cap7, + _cap8, + _cap9]) => + b + ? prefix4.ReflectableBase(_cap0, _cap1, _cap2, _cap3, + _cap4, _cap5, _cap6, _cap7, _cap8, _cap9) + : null, + r'fromList': (bool b) => (_capabilities) => + b ? prefix4.ReflectableBase.fromList(_capabilities) : null + }, + 5, + 12, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'Invocation', + r'dart.core.Invocation', + 134218247, + 13, + const prefix0.ContainedReflectable(), + const [ + 146, + 147, + 148, + 149, + 150, + 151, + 152, + 153, + 154, + 155, + 156, + 157, + 158 + ], + const [91, 92, 93, 94, 95, 147, 153], + const [], + 8, + {}, + {}, + { + 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 + }, + 2, + 13, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'bool', + r'dart.core.bool', + 134217735, + 14, + const prefix0.ContainedReflectable(), + const [159, 160, 161, 162, 163, 164, 165], + const [91, 162, 93, 163, 95, 159, 160, 161], + const [], + 8, + {}, + {}, + { + r'fromEnvironment': (bool b) => (name, {defaultValue}) => b + ? bool.fromEnvironment(name, defaultValue: defaultValue) + : null, + r'hasEnvironment': (bool b) => + (name) => b ? bool.hasEnvironment(name) : null + }, + 2, + 14, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'String', + r'dart.core.String', + 134218247, + 15, + const prefix0.ContainedReflectable(), + const [ + 166, + 167, + 168, + 169, + 170, + 171, + 172, + 173, + 174, + 175, + 176, + 177, + 178, + 179, + 180, + 181, + 182, + 183, + 184, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192, + 193, + 194, + 195, + 196, + 197, + 198, + 199, + 200 + ], + const [91, 92, 93, 94, 95], + const [], + 8, + {}, + {}, + { + 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 + }, + 2, + 15, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'int', + r'dart.core.int', + 134218247, + 16, + const prefix0.ContainedReflectable(), + const [ + 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 [91, 92, 93, 94, 95], + const [225, 226], + -1, + {r'parse': () => int.parse, r'tryParse': () => int.tryParse}, + {}, + { + r'fromEnvironment': (bool b) => (name, {defaultValue}) => b + ? int.fromEnvironment(name, defaultValue: defaultValue) + : null + }, + 2, + 16, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'Type', + r'dart.core.Type', + 134218247, + 17, + const prefix0.ContainedReflectable(), + const [232, 233, 234, 235], + const [91, 92, 93, 94, 95], + const [], + 8, + {}, + {}, + {}, + 2, + 17, + const [], + const [], + null), + r.GenericClassMirrorImpl( + r'List', + r'dart.core.List', + 134218247, + 18, + const prefix0.ContainedReflectable(), + const [ + 236, + 237, + 238, + 239, + 240, + 241, + 242, + 243, + 244, + 245, + 246, + 247, + 248, + 249, + 250, + 251, + 252, + 253, + 254, + 255, + 256, + 257, + 258, + 259, + 260, + 261, + 262, + 263, + 264, + 265, + 266, + 267, + 268, + 269, + 270, + 271, + 272, + 273, + 274, + 275, + 276, + 277, + 278, + 279 + ], + const [91, 92, 93, 94, 95], + const [236, 237, 238], + 8, + { + 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 + }, + 2, + 18, + const [], + const [], + null, + (o) => false, + const [25], + 18), + r.NonGenericClassMirrorImpl( + r'InstanceMirror', + r'reflectable.mirrors.InstanceMirror', + 134218247, + 19, + const prefix0.ContainedReflectable(), + const [280, 281, 282, 283, 284, 285, 286], + const [91, 92, 93, 94, 95], + const [], + 8, + {}, + {}, + {}, + 6, + 19, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'TypeMirror', + r'reflectable.mirrors.TypeMirror', + 134218247, + 20, + const prefix0.ContainedReflectable(), + const [ + 287, + 288, + 289, + 290, + 291, + 292, + 293, + 294, + 295, + 296, + 297, + 298, + 299, + 300 + ], + const [91, 92, 93, 94, 95], + const [], + 8, + {}, + {}, + {}, + 6, + 20, + const [], + const [], + null), + r.NonGenericClassMirrorImpl( + r'LibraryMirror', + r'reflectable.mirrors.LibraryMirror', + 134218247, + 21, + const prefix0.ContainedReflectable(), + const [301, 302, 303, 304, 305, 306, 307], + const [91, 92, 93, 94, 95], + const [], + 8, + {}, + {}, + {}, + 6, + 21, + const [], + const [], + null), + r.GenericClassMirrorImpl( + r'Map', + r'dart.core.Map', + 134218247, + 22, + const prefix0.ContainedReflectable(), + const [ + 308, + 309, + 310, + 311, + 312, + 313, + 314, + 315, + 316, + 317, + 318, + 319, + 320, + 321, + 322, + 323, + 324, + 325, + 326, + 327, + 328, + 329, + 330, + 331, + 332, + 333, + 334, + 335, + 336, + 337 + ], + const [91, 92, 93, 94, 95], + const [308], + 8, + {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 + }, + 2, + 22, + const [], + const [], + null, + (o) => false, + const [26, 27], + 22), + r.GenericClassMirrorImpl( + r'Iterable', + r'dart.core.Iterable', + 134218247, + 23, + const prefix0.ContainedReflectable(), + const [ + 338, + 339, + 340, + 341, + 342, + 343, + 344, + 345, + 346, + 347, + 348, + 349, + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 361, + 362, + 363, + 364, + 365, + 366, + 367, + 368, + 369, + 370, + 371, + 372 + ], + const [ + 91, + 362, + 93, + 94, + 95, + 339, + 340, + 341, + 342, + 343, + 344, + 345, + 346, + 347, + 348, + 349, + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 361, + 364, + 365, + 366, + 367, + 368, + 369 + ], + const [338], + 8, + {r'castFrom': () => Iterable.castFrom}, + {}, + { + r'generate': (bool b) => (count, [generator]) => + b ? Iterable.generate(count, generator) : null, + r'empty': (bool b) => () => b ? Iterable.empty() : null + }, + 2, + 23, + const [], + const [], + null, + (o) => false, + const [28], + 23), + r.NonGenericClassMirrorImpl( + r'ReflectCapability', + r'reflectable.capability.ReflectCapability', + 134218247, + 24, + const prefix0.ContainedReflectable(), + const [373], + const [91, 92, 93, 94, 95], + const [], + 8, + {}, + {}, + {}, + 7, + 24, + const [], + const [], + null), + r.TypeVariableMirrorImpl(r'E', r'dart.core.List.E', + const prefix0.ContainedReflectable(), 8, 18, []), + r.TypeVariableMirrorImpl(r'K', r'dart.core.Map.K', + const prefix0.ContainedReflectable(), 8, 22, []), + r.TypeVariableMirrorImpl(r'V', r'dart.core.Map.V', + const prefix0.ContainedReflectable(), 8, 22, []), + r.TypeVariableMirrorImpl(r'E', r'dart.core.Iterable.E', + const prefix0.ContainedReflectable(), 8, 23, []) ], [ + r.VariableMirrorImpl( + r'contained', + 142738581, + 1, + const prefix0.ContainedReflectable(), + 10, + 10, + 10, const [], const []), + r.VariableMirrorImpl( + r'deprecated', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 25, + 25, const [], const []), + r.VariableMirrorImpl( + r'override', + 142738581, + -1, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, const [], const []), + r.VariableMirrorImpl( + r'provisional', + 75629717, + -1, + const prefix0.ContainedReflectable(), + -1, + 26, + 26, const [], const []), + r.VariableMirrorImpl( + r'proxy', + 75629717, + -1, + const prefix0.ContainedReflectable(), + -1, + 26, + 26, const [], const []), + r.VariableMirrorImpl( + r'pleaseInitializeMessage', + 142738581, + -1, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, const [], const []), + r.VariableMirrorImpl( + r'data', + 142737429, + -1, + const prefix0.ContainedReflectable(), + 22, + 27, + 22, + const [10, 28], + const []), + r.VariableMirrorImpl( + r'memberSymbolMap', + 75628565, + -1, + const prefix0.ContainedReflectable(), + 22, + 29, + 22, + const [30, 15], + const []), + r.VariableMirrorImpl( + r'instanceInvokeCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 31, + 31, const [], const []), + r.VariableMirrorImpl( + r'staticInvokeCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 32, + 32, const [], const []), + r.VariableMirrorImpl( + r'topLevelInvokeCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 33, + 33, const [], const []), + r.VariableMirrorImpl( + r'newInstanceCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 34, + 34, const [], const []), + r.VariableMirrorImpl( + r'metadataCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 35, + 35, const [], const []), + r.VariableMirrorImpl( + r'typeCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 36, + 36, const [], const []), + r.VariableMirrorImpl( + r'typeRelationsCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 37, + 37, const [], const []), + r.VariableMirrorImpl( + r'reflectedTypeCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 38, + 38, const [], const []), + r.VariableMirrorImpl( + r'libraryCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 39, + 39, const [], const []), + r.VariableMirrorImpl( + r'declarationsCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 40, + 40, const [], const []), + r.VariableMirrorImpl( + r'uriCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 41, + 41, const [], const []), + r.VariableMirrorImpl( + r'libraryDependenciesCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 42, + 42, const [], const []), + r.VariableMirrorImpl( + r'invokingCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 43, + 43, const [], const []), + r.VariableMirrorImpl( + r'typingCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 44, + 44, const [], const []), + r.VariableMirrorImpl( + r'delegateCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 45, + 45, const [], const []), + r.VariableMirrorImpl( + r'subtypeQuantifyCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 46, + 46, const [], const []), + r.VariableMirrorImpl( + r'superclassQuantifyCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 47, + 47, const [], const []), + r.VariableMirrorImpl( + r'typeAnnotationQuantifyCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 48, + 48, const [], const []), + r.VariableMirrorImpl( + r'typeAnnotationDeepQuantifyCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 48, + 48, const [], const []), + r.VariableMirrorImpl( + r'correspondingSetterQuantifyCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 49, + 49, const [], const []), + r.VariableMirrorImpl( + r'admitSubtypeCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, + 50, + 50, const [], const []), r.VariableMirrorImpl( r'pokemon', 134349829, @@ -207,9 +1157,9 @@ final _data = { 134349829, 1, const prefix0.ContainedReflectable(), - -1, - 8, - 8, const [], const []), + 15, + 15, + 15, const [], const []), r.VariableMirrorImpl( r'type', 134349829, @@ -223,9 +1173,9 @@ final _data = { 134349829, 3, const prefix0.ContainedReflectable(), - -1, - 8, - 8, const [], const []), + 15, + 15, + 15, const [], const []), r.VariableMirrorImpl( r'artist', 134349829, @@ -303,49 +1253,229 @@ final _data = { 151127253, 6, const prefix0.ContainedReflectable(), - -1, - 9, - 10, + 18, + 51, + 18, const [6], const []), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 0, 14), + r.VariableMirrorImpl( + r'thisClassName', + 134349973, + 10, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, const [], const []), + r.VariableMirrorImpl( + r'thisClassId', + 134349973, + 10, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, const [], const []), + r.MethodMirrorImpl(r'main', 9699352, 0, -1, -1, -1, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'returnVoidFromAFunction', + 9699352, + 0, + -1, + -1, + -1, + const [], + const [0], + const prefix0.ContainedReflectable(), + const [prefix0.contained]), + r.MethodMirrorImpl( + r'testReflector', + 9699352, + 0, + -1, + -1, + -1, + const [], + const [1], + const prefix0.ContainedReflectable(), + const []), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 0, 19), + r.MethodMirrorImpl( + r'identical', + 10485784, + -1, + 14, + 14, + 14, + const [], + const [2, 3], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'identityHashCode', + 10485784, + -1, + 16, + 16, + 16, + 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(), 1, 23), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 2, 24), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 3, 25), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 4, 26), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 5, 27), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 6, 28), + r.ImplicitSetterMirrorImpl(const prefix0.ContainedReflectable(), 6, 29), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 7, 30), + r.ImplicitSetterMirrorImpl(const prefix0.ContainedReflectable(), 7, 31), + r.MethodMirrorImpl( + r'reflectors', + 44040211, + -1, + -1, + 52, + 53, + const [10], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'reflectableNoSuchInvokableError', + 8912920, + -1, + -1, + -1, + -1, + const [], + const [8, 9, 10, 11, 12], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'reflectableNoSuchMethodError', + 8912920, + -1, + -1, + -1, + -1, + const [], + const [13, 14, 15, 16], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'reflectableNoSuchGetterError', + 8912920, + -1, + -1, + -1, + -1, + const [], + const [17, 18, 19, 20], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'reflectableNoSuchSetterError', + 8912920, + -1, + -1, + -1, + -1, + const [], + const [21, 22, 23, 24], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'reflectableNoSuchConstructorError', + 8912920, + -1, + -1, + -1, + -1, + const [], + const [25, 26, 27, 28], + const prefix0.ContainedReflectable(), + const []), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 8, 38), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 9, 39), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 10, 40), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 11, 41), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 12, 42), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 13, 43), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 14, 44), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 15, 45), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 16, 46), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 17, 47), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 18, 48), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 19, 49), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 20, 50), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 21, 51), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 22, 52), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 23, 53), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 24, 54), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 25, 55), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 26, 56), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 27, 57), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 28, 58), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 0, 59), r.MethodMirrorImpl( r'lowercaseName', 2097155, 0, - -1, - 8, - 8, + 15, + 15, + 15, const [], const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'', 0, 0, -1, 0, 0, const [], const [0], + r.MethodMirrorImpl(r'', 0, 0, -1, 0, 0, const [], const [29], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'==', 2097154, -1, -1, 11, 11, const [], - const [1], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'toString', 2097154, -1, -1, 8, 8, const [], + r.MethodMirrorImpl(r'==', 2097154, 8, 14, 14, 14, const [], + const [30], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'toString', 2097154, 8, 15, 15, 15, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'noSuchMethod', 524290, - -1, + 8, -1, -1, -1, const [], - const [2], + const [31], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'hashCode', 2097155, -1, -1, 12, 12, const [], + r.MethodMirrorImpl(r'hashCode', 2097155, 8, 16, 16, 16, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'runtimeType', 2097155, - -1, - -1, - 13, - 13, + 8, + 17, + 17, + 17, const [], const [], const prefix0.ContainedReflectable(), @@ -354,40 +1484,67 @@ final _data = { r'toString', 2097154, 1, - -1, - 8, - 8, + 15, + 15, + 15, const [], const [], const prefix0.ContainedReflectable(), const [override]), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 1, 23), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 2, 24), - r.MethodMirrorImpl(r'', 0, 1, -1, 1, 1, const [], - const [3, 4], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'changeName', 1, 1, -1, 1, 1, const [], - const [5, 6], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'', 0, 2, -1, 2, 2, const [], - const [7, 8], const prefix0.ContainedReflectable(), const []), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 3, 28), - r.MethodMirrorImpl(r'lowerName', 2097155, 3, -1, 8, 8, const [], + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 1, 68), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 2, 69), + r.MethodMirrorImpl( + r'', + 0, + 1, + -1, + 1, + 1, + const [], + const [32, 33], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'changeName', + 1, + 1, + -1, + 1, + 1, + const [], + const [34, 35], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'', + 0, + 2, + -1, + 2, + 2, + const [], + const [36, 37], + const prefix0.ContainedReflectable(), + const []), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 3, 73), + r.MethodMirrorImpl(r'lowerName', 2097155, 3, 15, 15, 15, const [], const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'', 0, 3, -1, 3, 3, const [], const [9], + r.MethodMirrorImpl(r'', 0, 3, -1, 3, 3, const [], const [38], const prefix0.ContainedReflectable(), const []), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 4, 31), - r.MethodMirrorImpl(r'title', 2097155, 4, -1, 8, 8, const [], + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 4, 76), + r.MethodMirrorImpl(r'title', 2097155, 4, 15, 15, 15, const [], const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'', 0, 4, -1, 4, 4, const [], const [10], + r.MethodMirrorImpl(r'', 0, 4, -1, 4, 4, const [], const [39], const prefix0.ContainedReflectable(), const []), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 5, 34), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 6, 35), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 5, 79), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 6, 80), r.MethodMirrorImpl( r'totalLength', 2097155, 5, - -1, - 12, - 12, + 16, + 16, + 16, const [], const [], const prefix0.ContainedReflectable(), @@ -400,120 +1557,1940 @@ final _data = { 5, 5, const [], - const [11, 12], + const [40, 41], const prefix0.ContainedReflectable(), const []), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 7, 38), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 8, 39), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 9, 40), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 7, 83), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 8, 84), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 9, 85), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 10, 41), + const prefix0.ContainedReflectable(), 10, 86), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 11, 42), + const prefix0.ContainedReflectable(), 11, 87), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 12, 43), + const prefix0.ContainedReflectable(), 12, 88), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 13, 44), + const prefix0.ContainedReflectable(), 13, 89), r.MethodMirrorImpl(r'', 192, 6, -1, 6, 6, const [], const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'index', 2097155, -1, -1, 12, 12, const [], + r.MethodMirrorImpl(r'index', 2097155, 9, 16, 16, 16, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'', 128, 7, -1, 7, 7, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'capabilities', 35651587, - -1, - -1, - 15, - 16, - const [14], + 12, + 18, + 54, + 18, + const [24], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'canReflect', 2097154, - -1, - -1, - 11, 11, + 14, + 14, + 14, const [], - const [13], + const [42], const prefix0.ContainedReflectable(), const [override]), r.MethodMirrorImpl( r'reflect', 2097154, - -1, - -1, - 17, - 17, + 11, + 19, + 19, + 19, const [], - const [14], + const [43], const prefix0.ContainedReflectable(), const [override]), r.MethodMirrorImpl( r'canReflectType', 2097154, - -1, - -1, - 11, 11, + 14, + 14, + 14, const [], - const [15], + const [44], const prefix0.ContainedReflectable(), const [override]), r.MethodMirrorImpl( r'reflectType', 2097154, - -1, - -1, - 18, - 18, + 11, + 20, + 20, + 20, const [], - const [16], + const [45], const prefix0.ContainedReflectable(), const [override]), r.MethodMirrorImpl( r'findLibrary', 2097154, - -1, - -1, - 19, - 19, + 11, + 21, + 21, + 21, const [], - const [17], + const [46], const prefix0.ContainedReflectable(), const [override]), r.MethodMirrorImpl( r'libraries', 35651587, - -1, - -1, - 21, + 11, 22, - const [20, 19], + 56, + 22, + const [55, 21], const [], const prefix0.ContainedReflectable(), const [override]), r.MethodMirrorImpl( r'annotatedClasses', 35651587, - -1, - -1, - 24, - 25, - const [23], + 11, + 23, + 58, + 23, + const [57], const [], const prefix0.ContainedReflectable(), - const [override]) + const [override]), + r.MethodMirrorImpl( + r'hash', + 2097170, + 8, + 16, + 16, + 16, + const [], + const [ + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 66 + ], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'hashAll', 2097170, 8, 16, 16, 16, const [], + const [67], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'hashAllUnordered', + 2097170, + 8, + 16, + 16, + 16, + const [], + const [68], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'', 128, 8, -1, 8, 8, const [], const [], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'compareByIndex', + 2097170, + 9, + 16, + 16, + 16, + const [], + const [69, 70], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'compareByName', + 2097170, + 9, + 16, + 16, + 16, + const [], + const [71, 72], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'', 64, 9, -1, 9, 9, const [], const [], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'getInstance', + 2097170, + 10, + 10, + 10, + 10, + const [], + const [73], + const prefix0.ContainedReflectable(), + const []), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 14, 109), + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 15, 110), + r.MethodMirrorImpl( + r'', + 128, + 10, + -1, + 10, + 10, + const [], + const [74, 75, 76, 77, 78, 79, 80, 81, 82, 83], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'fromList', 128, 10, -1, 10, 10, const [], + const [84], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'', + 128, + 11, + -1, + 11, + 11, + const [], + const [85, 86, 87, 88, 89, 90, 91, 92, 93, 94], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'fromList', 128, 11, -1, 11, 11, const [], + const [95], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'', + 128, + 12, + -1, + 12, + 12, + const [], + const [96, 97, 98, 99, 100, 101, 102, 103, 104, 105], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'fromList', 128, 12, -1, 12, 12, const [], + const [106], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'memberName', + 2097667, + 13, + -1, + 30, + 30, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'typeArguments', + 35651587, + 13, + 18, + 59, + 18, + const [17], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'positionalArguments', + 35652099, + 13, + 18, + 60, + 18, + null, + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'namedArguments', 35652099, 13, 22, 61, 22, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'isMethod', 2097667, 13, 14, 14, 14, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'isGetter', 2097667, 13, 14, 14, 14, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'isSetter', 2097667, 13, 14, 14, 14, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'isAccessor', + 2097155, + 13, + 14, + 14, + 14, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'', 0, 13, -1, 13, 13, const [], const [], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'method', + 1, + 13, + -1, + 13, + 13, + const [], + const [107, 108, 109], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'genericMethod', + 1, + 13, + -1, + 13, + 13, + const [], + const [110, 111, 112, 113], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'getter', 257, 13, -1, 13, 13, const [], + const [114], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'setter', + 257, + 13, + -1, + 13, + 13, + const [], + const [115, 116], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'&', 2097154, 14, 14, 14, 14, const [], + const [117], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'|', 2097154, 14, 14, 14, 14, const [], + const [118], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'^', 2097154, 14, 14, 14, 14, const [], + const [119], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'toString', 2097154, 14, 15, 15, 15, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'hashCode', 2097155, 14, 16, 16, 16, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'fromEnvironment', + 129, + 14, + -1, + 14, + 14, + const [], + const [120, 121], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'hasEnvironment', + 129, + 14, + -1, + 14, + 14, + const [], + const [122], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'[]', 2097666, 15, 15, 15, 15, const [], + const [123], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'codeUnitAt', + 2097666, + 15, + 16, + 16, + 16, + const [], + const [124], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'==', 2097666, 15, 14, 14, 14, const [], + const [125], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'compareTo', 2097666, 15, 16, 16, 16, const [], + const [126], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'endsWith', 2097666, 15, 14, 14, 14, const [], + const [127], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'startsWith', + 2097666, + 15, + 14, + 14, + 14, + const [], + const [128, 129], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'indexOf', + 2097666, + 15, + 16, + 16, + 16, + const [], + const [130, 131], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'lastIndexOf', + 2097666, + 15, + 16, + 16, + 16, + const [], + const [132, 133], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'+', 2097666, 15, 15, 15, 15, const [], + const [134], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'substring', + 2097666, + 15, + 15, + 15, + 15, + const [], + const [135, 136], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'trim', 2097666, 15, 15, 15, 15, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'trimLeft', 2097666, 15, 15, 15, 15, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'trimRight', 2097666, 15, 15, 15, 15, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'*', 2097666, 15, 15, 15, 15, const [], + const [137], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'padLeft', + 2097666, + 15, + 15, + 15, + 15, + const [], + const [138, 139], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'padRight', + 2097666, + 15, + 15, + 15, + 15, + const [], + const [140, 141], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'contains', + 2097666, + 15, + 14, + 14, + 14, + const [], + const [142, 143], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'replaceFirst', + 2097666, + 15, + 15, + 15, + 15, + const [], + const [144, 145, 146], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'replaceFirstMapped', + 2097666, + 15, + 15, + 15, + 15, + const [], + const [147, 148, 149], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'replaceAll', + 2097666, + 15, + 15, + 15, + 15, + const [], + const [150, 151], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'replaceAllMapped', + 2097666, + 15, + 15, + 15, + 15, + const [], + const [152, 153], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'replaceRange', + 2097666, + 15, + 15, + 15, + 15, + const [], + const [154, 155, 156], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'split', 35652098, 15, 18, 62, 18, const [15], + const [157], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'splitMapJoin', + 2097666, + 15, + 15, + 15, + 15, + const [], + const [158, 159, 160], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'toLowerCase', + 2097666, + 15, + 15, + 15, + 15, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'toUpperCase', + 2097666, + 15, + 15, + 15, + 15, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'length', 2097667, 15, 16, 16, 16, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'hashCode', 2097667, 15, 16, 16, 16, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'isEmpty', 2097667, 15, 14, 14, 14, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'isNotEmpty', + 2097667, + 15, + 14, + 14, + 14, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'codeUnits', + 35652099, + 15, + 18, + 63, + 18, + const [16], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'runes', 2097667, 15, -1, 64, 64, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'fromCharCodes', + 1, + 15, + -1, + 15, + 15, + const [], + const [161, 162, 163], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'fromCharCode', 1, 15, -1, 15, 15, const [], + const [164], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'fromEnvironment', + 129, + 15, + -1, + 15, + 15, + const [], + const [165, 166], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'&', 2097666, 16, 16, 16, 16, const [], + const [167], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'|', 2097666, 16, 16, 16, 16, const [], + const [168], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'^', 2097666, 16, 16, 16, 16, const [], + const [169], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'~', 2097666, 16, 16, 16, 16, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'<<', 2097666, 16, 16, 16, 16, const [], + const [170], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'>>', 2097666, 16, 16, 16, 16, const [], + const [171], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'>>>', 2097666, 16, 16, 16, 16, const [], + const [172], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'modPow', + 2097666, + 16, + 16, + 16, + 16, + const [], + const [173, 174], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'modInverse', + 2097666, + 16, + 16, + 16, + 16, + const [], + const [175], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'gcd', 2097666, 16, 16, 16, 16, const [], + const [176], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'toUnsigned', + 2097666, + 16, + 16, + 16, + 16, + const [], + const [177], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'toSigned', 2097666, 16, 16, 16, 16, const [], + const [178], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'unary-', 2097666, 16, 16, 16, 16, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'abs', 2097666, 16, 16, 16, 16, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'round', 2097666, 16, 16, 16, 16, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'floor', 2097666, 16, 16, 16, 16, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'ceil', 2097666, 16, 16, 16, 16, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'truncate', 2097666, 16, 16, 16, 16, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'roundToDouble', + 2097666, + 16, + -1, + 65, + 65, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'floorToDouble', + 2097666, + 16, + -1, + 65, + 65, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'ceilToDouble', + 2097666, + 16, + -1, + 65, + 65, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'truncateToDouble', + 2097666, + 16, + -1, + 65, + 65, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'toString', 2097666, 16, 15, 15, 15, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'toRadixString', + 2097666, + 16, + 15, + 15, + 15, + const [], + const [179], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'parse', + 2097170, + 16, + 16, + 16, + 16, + const [], + const [180, 181, 182], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'tryParse', + 2097170, + 16, + 16, + 16, + 16, + const [], + const [183, 184], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'isEven', 2097667, 16, 14, 14, 14, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'isOdd', 2097667, 16, 14, 14, 14, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'bitLength', 2097667, 16, 16, 16, 16, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'sign', 2097667, 16, 16, 16, 16, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'fromEnvironment', + 129, + 16, + -1, + 16, + 16, + const [], + const [185, 186], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'==', 2097666, 17, 14, 14, 14, const [], + const [187], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'toString', 2097666, 17, 15, 15, 15, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'hashCode', 2097667, 17, 16, 16, 16, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'', 64, 17, -1, 17, 17, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'castFrom', 35651602, 18, 18, 66, 18, null, + const [188], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'copyRange', + 1310738, + 18, + -1, + -1, + -1, + const [], + const [189, 190, 191, 192, 193], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'writeIterable', + 1310738, + 18, + -1, + -1, + -1, + const [], + const [194, 195, 196], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'cast', 35652098, 18, 18, 67, 18, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'[]', 514, 18, -1, -1, -1, const [], + const [197], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'[]=', + 1311234, + 18, + -1, + -1, + -1, + const [], + const [198, 199], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'add', 1311234, 18, -1, -1, -1, const [], + const [200], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'addAll', 1311234, 18, -1, -1, -1, const [], + const [201], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'sort', 1311234, 18, -1, -1, -1, const [], + const [202], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'shuffle', 1311234, 18, -1, -1, -1, const [], + const [203], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'indexOf', + 2097666, + 18, + 16, + 16, + 16, + const [], + const [204, 205], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'indexWhere', + 2097666, + 18, + 16, + 16, + 16, + const [], + const [206, 207], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'lastIndexWhere', + 2097666, + 18, + 16, + 16, + 16, + const [], + const [208, 209], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'lastIndexOf', + 2097666, + 18, + 16, + 16, + 16, + const [], + const [210, 211], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'clear', 1311234, 18, -1, -1, -1, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'insert', + 1311234, + 18, + -1, + -1, + -1, + const [], + const [212, 213], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'insertAll', + 1311234, + 18, + -1, + -1, + -1, + const [], + const [214, 215], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'setAll', + 1311234, + 18, + -1, + -1, + -1, + const [], + const [216, 217], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'remove', 2097666, 18, 14, 14, 14, const [], + const [218], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'removeAt', 514, 18, -1, -1, -1, const [], + const [219], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'removeLast', 514, 18, -1, -1, -1, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'removeWhere', + 1311234, + 18, + -1, + -1, + -1, + const [], + const [220], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'retainWhere', + 1311234, + 18, + -1, + -1, + -1, + const [], + const [221], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'+', 35652098, 18, 18, 68, 18, null, + const [222], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'sublist', + 35652098, + 18, + 18, + 68, + 18, + null, + const [223, 224], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'getRange', + 35652098, + 18, + 23, + 69, + 23, + null, + const [225, 226], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'setRange', + 1311234, + 18, + -1, + -1, + -1, + const [], + const [227, 228, 229, 230], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'removeRange', + 1311234, + 18, + -1, + -1, + -1, + const [], + const [231, 232], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'fillRange', + 1311234, + 18, + -1, + -1, + -1, + const [], + const [233, 234, 235], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'replaceRange', + 1311234, + 18, + -1, + -1, + -1, + const [], + const [236, 237, 238], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'asMap', 35652098, 18, 22, 70, 22, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'==', 2097666, 18, 14, 14, 14, const [], + const [239], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'first=', 1311236, 18, -1, -1, -1, const [], + const [253], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'last=', 1311236, 18, -1, -1, -1, const [], + const [254], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'length', 2097667, 18, 16, 16, 16, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'length=', 1311236, 18, -1, -1, -1, const [], + const [255], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'reversed', 35652099, 18, 23, 69, 23, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'', 1, 18, -1, 68, 18, null, const [240], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'filled', + 1, + 18, + -1, + 68, + 18, + null, + const [241, 242, 243], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'empty', 1, 18, -1, 68, 18, null, const [244], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'from', + 1, + 18, + -1, + 68, + 18, + null, + const [245, 246], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'of', + 1, + 18, + -1, + 68, + 18, + null, + const [247, 248], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'generate', + 1, + 18, + -1, + 68, + 18, + null, + const [249, 250, 251], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'unmodifiable', 1, 18, -1, 68, 18, null, + const [252], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'==', + 2097666, + 19, + 14, + 14, + 14, + const [], + const [256], + const prefix0.ContainedReflectable(), + const [override]), + r.MethodMirrorImpl(r'delegate', 2097666, 19, 8, 8, 8, const [], + const [257], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'type', 2097667, 19, -1, 57, 57, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'hasReflectee', + 2097667, + 19, + 14, + 14, + 14, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'reflectee', 2097667, 19, 8, 8, 8, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'hashCode', + 2097667, + 19, + 16, + 16, + 16, + const [], + const [], + const prefix0.ContainedReflectable(), + const [override]), + r.MethodMirrorImpl(r'', 64, 19, -1, 19, 19, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'isSubtypeOf', + 2097666, + 20, + 14, + 14, + 14, + const [], + const [258], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'isAssignableTo', + 2097666, + 20, + 14, + 14, + 14, + const [], + const [259], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'hasReflectedType', + 2097667, + 20, + 14, + 14, + 14, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'reflectedType', + 2097667, + 20, + 17, + 17, + 17, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'typeVariables', + 35652099, + 20, + 18, + 72, + 18, + const [71], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'typeArguments', + 35652099, + 20, + 18, + 73, + 18, + const [20], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'reflectedTypeArguments', + 35652099, + 20, + 18, + 59, + 18, + const [17], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'isOriginalDeclaration', + 2097667, + 20, + 14, + 14, + 14, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'originalDeclaration', + 2097667, + 20, + 20, + 20, + 20, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'isNullable', + 2097667, + 20, + 14, + 14, + 14, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'isNonNullable', + 2097667, + 20, + 14, + 14, + 14, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'isPotentiallyNullable', + 2097667, + 20, + 14, + 14, + 14, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'isPotentiallyNonNullable', + 2097667, + 20, + 14, + 14, + 14, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'', 64, 20, -1, 20, 20, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'==', + 2097666, + 21, + 14, + 14, + 14, + const [], + const [260], + const prefix0.ContainedReflectable(), + const [override]), + r.MethodMirrorImpl(r'uri', 2097667, 21, -1, 55, 55, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'declarations', + 35652099, + 21, + 22, + 75, + 22, + const [15, 74], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'hashCode', + 2097667, + 21, + 16, + 16, + 16, + const [], + const [], + const prefix0.ContainedReflectable(), + const [override]), + r.MethodMirrorImpl( + r'libraryDependencies', + 35652099, + 21, + 18, + 77, + 18, + const [76], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'owner', + 2097667, + 21, + -1, + 26, + 26, + const [], + const [], + const prefix0.ContainedReflectable(), + const [override]), + r.MethodMirrorImpl(r'', 64, 21, -1, 21, 21, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'castFrom', 35651602, 22, 22, 78, 22, null, + const [261], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'cast', 35652098, 22, 22, 79, 22, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'containsValue', + 2097666, + 22, + 14, + 14, + 14, + const [], + const [262], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'containsKey', + 2097666, + 22, + 14, + 14, + 14, + const [], + const [263], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'[]', 514, 22, -1, -1, -1, const [], + const [264], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'[]=', + 1311234, + 22, + -1, + -1, + -1, + const [], + const [265, 266], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'map', 35652098, 22, 22, 80, 22, null, + const [267], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'addEntries', + 1311234, + 22, + -1, + -1, + -1, + const [], + const [268], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'update', + 514, + 22, + -1, + -1, + -1, + const [], + const [269, 270, 271], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'updateAll', 1311234, 22, -1, -1, -1, const [], + const [272], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'removeWhere', + 1311234, + 22, + -1, + -1, + -1, + const [], + const [273], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'putIfAbsent', + 514, + 22, + -1, + -1, + -1, + const [], + const [274, 275], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'addAll', 1311234, 22, -1, -1, -1, const [], + const [276], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'remove', 514, 22, -1, -1, -1, const [], + const [277], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'clear', 1311234, 22, -1, -1, -1, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'forEach', 1311234, 22, -1, -1, -1, const [], + const [278], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'entries', 35652099, 22, 23, 81, 23, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'keys', 35652099, 22, 23, 82, 23, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'values', 35652099, 22, 23, 83, 23, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'length', 2097667, 22, 16, 16, 16, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'isEmpty', 2097667, 22, 14, 14, 14, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'isNotEmpty', + 2097667, + 22, + 14, + 14, + 14, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'', 1, 22, -1, 84, 22, null, const [], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'from', 257, 22, -1, 84, 22, null, const [279], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'of', 257, 22, -1, 84, 22, null, const [280], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'unmodifiable', 1, 22, -1, 84, 22, null, + const [281], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'identity', 257, 22, -1, 84, 22, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'fromIterable', + 257, + 22, + -1, + 84, + 22, + null, + const [282, 283, 284], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'fromIterables', + 257, + 22, + -1, + 84, + 22, + null, + const [285, 286], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'fromEntries', 1, 22, -1, 84, 22, null, + const [287], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'castFrom', 35651602, 23, 23, 85, 23, null, + const [288], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'cast', 35651586, 23, 23, 86, 23, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'followedBy', 35651586, 23, 23, 87, 23, null, + const [289], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'map', 35651586, 23, 23, 88, 23, null, + const [290], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'where', 35651586, 23, 23, 87, 23, null, + const [291], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'whereType', 35651586, 23, 23, 89, 23, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'expand', 35651586, 23, 23, 90, 23, null, + const [292], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'contains', 2097154, 23, 14, 14, 14, const [], + const [293], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'forEach', 1310722, 23, -1, -1, -1, const [], + const [294], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'reduce', 2, 23, -1, -1, -1, const [], + const [295], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'fold', + 2, + 23, + -1, + -1, + -1, + const [], + const [296, 297], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'every', 2097154, 23, 14, 14, 14, const [], + const [298], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'join', 2097154, 23, 15, 15, 15, const [], + const [299], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'any', 2097154, 23, 14, 14, 14, const [], + const [300], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'toList', 35651586, 23, 18, 91, 18, null, + const [301], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'toSet', 35651586, 23, -1, 92, 93, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'take', 35651586, 23, 23, 87, 23, null, + const [302], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'takeWhile', 35651586, 23, 23, 87, 23, null, + const [303], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'skip', 35651586, 23, 23, 87, 23, null, + const [304], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'skipWhile', 35651586, 23, 23, 87, 23, null, + const [305], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'firstWhere', + 2, + 23, + -1, + -1, + -1, + const [], + const [306, 307], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'lastWhere', + 2, + 23, + -1, + -1, + -1, + const [], + const [308, 309], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'singleWhere', + 2, + 23, + -1, + -1, + -1, + const [], + const [310, 311], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'elementAt', 2, 23, -1, -1, -1, const [], + const [312], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'toString', 2097154, 23, 15, 15, 15, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'iterator', 35652099, 23, -1, 94, 95, null, + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'length', 2097155, 23, 16, 16, 16, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'isEmpty', 2097155, 23, 14, 14, 14, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'isNotEmpty', + 2097155, + 23, + 14, + 14, + 14, + const [], + const [], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'first', 3, 23, -1, -1, -1, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'last', 3, 23, -1, -1, -1, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'single', 3, 23, -1, -1, -1, const [], + const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'', 128, 23, -1, 87, 23, null, const [], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'generate', + 1, + 23, + -1, + 87, + 23, + null, + const [313, 314], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'empty', 385, 23, -1, 87, 23, null, const [], + const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'', 128, 24, -1, 24, 24, const [], + const [], const prefix0.ContainedReflectable(), const []) ], [ + r.ParameterMirrorImpl( + r'x', + 134348806, + 17, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'reflector', + 134348806, + 18, + const prefix0.ContainedReflectable(), + -1, + 96, + 96, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'a', + 67239942, + 20, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'b', + 67239942, + 20, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object', + 67239942, + 21, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object', + 67239942, + 22, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_data', + 151126118, + 29, + const prefix0.ContainedReflectable(), + 22, + 27, + 22, + const [10, 28], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_memberSymbolMap', + 84017254, + 31, + const prefix0.ContainedReflectable(), + 22, + 29, + 22, + const [30, 15], + const [], + null, + null), + r.ParameterMirrorImpl( + r'receiver', + 67239942, + 33, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'memberName', + 134348806, + 33, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'positionalArguments', + 151126022, + 33, + const prefix0.ContainedReflectable(), + 18, + 60, + 18, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'namedArguments', + 84017158, + 33, + const prefix0.ContainedReflectable(), + 22, + 97, + 22, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'kind', + 134348806, + 33, + const prefix0.ContainedReflectable(), + -1, + 98, + 98, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'receiver', + 67239942, + 34, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'memberName', + 134348806, + 34, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'positionalArguments', + 151126022, + 34, + const prefix0.ContainedReflectable(), + 18, + 60, + 18, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'namedArguments', + 84017158, + 34, + const prefix0.ContainedReflectable(), + 22, + 97, + 22, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'receiver', + 67239942, + 35, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'memberName', + 134348806, + 35, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'positionalArguments', + 151126022, + 35, + const prefix0.ContainedReflectable(), + 18, + 60, + 18, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'namedArguments', + 84017158, + 35, + const prefix0.ContainedReflectable(), + 22, + 97, + 22, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'receiver', + 67239942, + 36, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'memberName', + 134348806, + 36, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'positionalArguments', + 151126022, + 36, + const prefix0.ContainedReflectable(), + 18, + 60, + 18, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'namedArguments', + 84017158, + 36, + const prefix0.ContainedReflectable(), + 22, + 97, + 22, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'receiver', + 67239942, + 37, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'constructorName', + 134348806, + 37, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'positionalArguments', + 151126022, + 37, + const prefix0.ContainedReflectable(), + 18, + 60, + 18, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'namedArguments', + 84017158, + 37, + const prefix0.ContainedReflectable(), + 22, + 97, + 22, + null, + const [], + null, + null), r.ParameterMirrorImpl( r'pokemon', 134349830, - 16, + 61, const prefix0.ContainedReflectable(), 1, 1, @@ -525,11 +3502,11 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 17, + 62, const prefix0.ContainedReflectable(), - -1, - 26, - 26, + 8, + 8, + 8, const [], const [], null, @@ -537,11 +3514,11 @@ final _data = { r.ParameterMirrorImpl( r'invocation', 134348806, - 19, + 64, const prefix0.ContainedReflectable(), - -1, - 27, - 27, + 13, + 13, + 13, const [], const [], null, @@ -549,11 +3526,11 @@ final _data = { r.ParameterMirrorImpl( r'name', 134349830, - 25, + 70, const prefix0.ContainedReflectable(), - -1, - 8, - 8, + 15, + 15, + 15, const [], const [], null, @@ -561,7 +3538,7 @@ final _data = { r.ParameterMirrorImpl( r'type', 134349830, - 25, + 70, const prefix0.ContainedReflectable(), 6, 6, @@ -573,7 +3550,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 26, + 71, const prefix0.ContainedReflectable(), 1, 1, @@ -585,11 +3562,11 @@ final _data = { r.ParameterMirrorImpl( r'name', 134348806, - 26, + 71, const prefix0.ContainedReflectable(), - -1, - 8, - 8, + 15, + 15, + 15, const [], const [], null, @@ -597,11 +3574,11 @@ final _data = { r.ParameterMirrorImpl( r'name', 134348806, - 27, + 72, const prefix0.ContainedReflectable(), - -1, - 8, - 8, + 15, + 15, + 15, const [], const [], null, @@ -609,7 +3586,7 @@ final _data = { r.ParameterMirrorImpl( r'type', 134348806, - 27, + 72, const prefix0.ContainedReflectable(), 6, 6, @@ -621,11 +3598,11 @@ final _data = { r.ParameterMirrorImpl( r'name', 134358022, - 30, + 75, const prefix0.ContainedReflectable(), - -1, - 8, - 8, + 15, + 15, + 15, const [], const [], null, @@ -633,7 +3610,7 @@ final _data = { r.ParameterMirrorImpl( r'artist', 134349830, - 33, + 78, const prefix0.ContainedReflectable(), 3, 3, @@ -645,7 +3622,7 @@ final _data = { r.ParameterMirrorImpl( r'artist', 134349830, - 37, + 82, const prefix0.ContainedReflectable(), 3, 3, @@ -657,7 +3634,7 @@ final _data = { r.ParameterMirrorImpl( r'album', 134349830, - 37, + 82, const prefix0.ContainedReflectable(), 4, 4, @@ -669,11 +3646,11 @@ final _data = { r.ParameterMirrorImpl( r'reflectee', 134348806, - 49, + 94, const prefix0.ContainedReflectable(), - -1, - 26, - 26, + 8, + 8, + 8, const [], const [], null, @@ -681,11 +3658,11 @@ final _data = { r.ParameterMirrorImpl( r'reflectee', 134348806, - 50, + 95, const prefix0.ContainedReflectable(), - -1, - 26, - 26, + 8, + 8, + 8, const [], const [], null, @@ -693,11 +3670,11 @@ final _data = { r.ParameterMirrorImpl( r'type', 134348806, - 51, + 96, const prefix0.ContainedReflectable(), - -1, - 13, - 13, + 17, + 17, + 17, const [], const [], null, @@ -705,11 +3682,11 @@ final _data = { r.ParameterMirrorImpl( r'type', 134348806, - 52, + 97, const prefix0.ContainedReflectable(), - -1, - 13, - 13, + 17, + 17, + 17, const [], const [], null, @@ -717,11 +3694,3227 @@ final _data = { r.ParameterMirrorImpl( r'libraryName', 134348806, - 53, + 98, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object1', + 67239942, + 101, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object2', + 67239942, + 101, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object3', + 67246086, + 101, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object4', + 67246086, + 101, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object5', + 67246086, + 101, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object6', + 67246086, + 101, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object7', + 67246086, + 101, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object8', + 67246086, + 101, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object9', + 67246086, + 101, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object10', + 67246086, + 101, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object11', + 67246086, + 101, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object12', + 67246086, + 101, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object13', + 67246086, + 101, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object14', + 67246086, + 101, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object15', + 67246086, + 101, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object16', + 67246086, + 101, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object17', + 67246086, + 101, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object18', + 67246086, + 101, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object19', + 67246086, + 101, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'object20', + 67246086, + 101, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'objects', + 151126022, + 102, + const prefix0.ContainedReflectable(), + 23, + 99, + 23, + const [8], + const [], + null, + null), + r.ParameterMirrorImpl( + r'objects', + 151126022, + 103, + const prefix0.ContainedReflectable(), + 23, + 99, + 23, + const [8], + const [], + null, + null), + r.ParameterMirrorImpl( + r'value1', + 134217734, + 105, const prefix0.ContainedReflectable(), -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'value2', + 134217734, + 105, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'value1', + 134217734, + 106, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'value2', + 134217734, + 106, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'type', + 134348806, + 108, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap0', + 67244038, + 111, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap1', + 67244038, + 111, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap2', + 67244038, + 111, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap3', + 67244038, + 111, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap4', + 67244038, + 111, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap5', + 67244038, + 111, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap6', + 67244038, + 111, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap7', + 67244038, + 111, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap8', + 67244038, + 111, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap9', + 67244038, + 111, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'capabilities', + 151126022, + 112, + const prefix0.ContainedReflectable(), + 18, + 54, + 18, + const [24], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap0', + 67244038, + 113, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap1', + 67244038, + 113, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap2', + 67244038, + 113, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap3', + 67244038, + 113, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap4', + 67244038, + 113, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap5', + 67244038, + 113, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap6', + 67244038, + 113, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap7', + 67244038, + 113, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap8', + 67244038, + 113, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap9', + 67244038, + 113, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'capabilities', + 151126022, + 114, + const prefix0.ContainedReflectable(), + 18, + 54, + 18, + const [24], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap0', + 67245094, + 115, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap1', + 67245094, + 115, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap2', + 67245094, + 115, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap3', + 67245094, + 115, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap4', + 67245094, + 115, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap5', + 67245094, + 115, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap6', + 67245094, + 115, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap7', + 67245094, + 115, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap8', + 67245094, + 115, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_cap9', + 67245094, + 115, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'_capabilities', + 84018214, + 116, + const prefix0.ContainedReflectable(), + 18, + 100, + 18, + const [24], + const [], + null, + null), + r.ParameterMirrorImpl( + r'memberName', + 134348806, + 126, + const prefix0.ContainedReflectable(), + -1, + 30, + 30, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'positionalArguments', + 84017158, + 126, + const prefix0.ContainedReflectable(), + 23, + 101, + 23, + const [8], + const [], + null, + null), + r.ParameterMirrorImpl( + r'namedArguments', + 84021254, + 126, + const prefix0.ContainedReflectable(), + 22, + 102, + 22, + const [30, 8], + const [], + null, + null), + r.ParameterMirrorImpl( + r'memberName', + 134348806, + 127, + const prefix0.ContainedReflectable(), + -1, + 30, + 30, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'typeArguments', + 84017158, + 127, + const prefix0.ContainedReflectable(), + 23, + 103, + 23, + const [17], + const [], + null, + null), + r.ParameterMirrorImpl( + r'positionalArguments', + 84017158, + 127, + const prefix0.ContainedReflectable(), + 23, + 101, + 23, + const [8], + const [], + null, + null), + r.ParameterMirrorImpl( + r'namedArguments', + 84021254, + 127, + const prefix0.ContainedReflectable(), + 22, + 102, + 22, + const [30, 8], + const [], + null, + null), + r.ParameterMirrorImpl( + r'name', + 134348806, + 128, + const prefix0.ContainedReflectable(), + -1, + 30, + 30, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'memberName', + 134348806, + 129, + const prefix0.ContainedReflectable(), + -1, + 30, + 30, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'argument', + 67239942, + 129, + const prefix0.ContainedReflectable(), 8, 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 130, + const prefix0.ContainedReflectable(), + 14, + 14, + 14, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 131, + const prefix0.ContainedReflectable(), + 14, + 14, + 14, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 132, + const prefix0.ContainedReflectable(), + 14, + 14, + 14, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'name', + 134348806, + 135, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'defaultValue', + 134363142, + 135, + const prefix0.ContainedReflectable(), + 14, + 14, + 14, + const [], + const [], + null, + #defaultValue), + r.ParameterMirrorImpl( + r'name', + 134348806, + 136, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 137, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 138, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 139, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 140, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 141, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'pattern', + 134348806, + 142, + const prefix0.ContainedReflectable(), + -1, + 104, + 104, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134354950, + 142, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'pattern', + 134348806, + 143, + const prefix0.ContainedReflectable(), + -1, + 104, + 104, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134354950, + 143, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'pattern', + 134348806, + 144, + const prefix0.ContainedReflectable(), + -1, + 104, + 104, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 67244038, + 144, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 145, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134348806, + 146, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 67244038, + 146, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'times', + 134348806, + 150, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'width', + 134348806, + 151, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'padding', + 134354950, + 151, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'width', + 134348806, + 152, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'padding', + 134354950, + 152, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 153, + const prefix0.ContainedReflectable(), + -1, + 104, + 104, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'startIndex', + 134354950, + 153, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'from', + 134348806, + 154, + const prefix0.ContainedReflectable(), + -1, + 104, + 104, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'to', + 134348806, + 154, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'startIndex', + 134354950, + 154, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'from', + 134348806, + 155, + const prefix0.ContainedReflectable(), + -1, + 104, + 104, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'replace', + 134217734, + 155, + const prefix0.ContainedReflectable(), + -1, + 105, + 105, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'startIndex', + 134354950, + 155, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'from', + 134348806, + 156, + const prefix0.ContainedReflectable(), + -1, + 104, + 104, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'replace', + 134348806, + 156, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'from', + 134348806, + 157, + const prefix0.ContainedReflectable(), + -1, + 104, + 104, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'replace', + 134217734, + 157, + const prefix0.ContainedReflectable(), + -1, + 105, + 105, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134348806, + 158, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 67239942, + 158, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'replacement', + 134348806, + 158, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'pattern', + 134348806, + 159, + const prefix0.ContainedReflectable(), + -1, + 104, + 104, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'pattern', + 134348806, + 160, + const prefix0.ContainedReflectable(), + -1, + 104, + 104, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'onMatch', + 67121158, + 160, + const prefix0.ContainedReflectable(), + -1, + 106, + 106, + const [], + const [], + null, + #onMatch), + r.ParameterMirrorImpl( + r'onNonMatch', + 67121158, + 160, + const prefix0.ContainedReflectable(), + -1, + 107, + 107, + const [], + const [], + null, + #onNonMatch), + r.ParameterMirrorImpl( + r'charCodes', + 151126022, + 169, + const prefix0.ContainedReflectable(), + 23, + 108, + 23, + const [16], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134354950, + 169, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 67244038, + 169, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'charCode', + 134348806, + 170, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'name', + 134348806, + 171, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'defaultValue', + 134363142, + 171, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + #defaultValue), + r.ParameterMirrorImpl( + r'other', + 134348806, + 172, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 173, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 174, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'shiftAmount', + 134348806, + 176, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'shiftAmount', + 134348806, + 177, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'shiftAmount', + 134348806, + 178, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'exponent', + 134348806, + 179, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'modulus', + 134348806, + 179, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'modulus', + 134348806, + 180, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 181, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'width', + 134348806, + 182, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'width', + 134348806, + 183, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'radix', + 134348806, + 195, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'source', + 134348806, + 196, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'radix', + 67252230, + 196, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + #radix), + r.ParameterMirrorImpl( + r'onError', + 67121158, + 196, + const prefix0.ContainedReflectable(), + -1, + 109, + 109, + const [], + const [], + null, + #onError), + r.ParameterMirrorImpl( + r'source', + 134348806, + 197, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'radix', + 67252230, + 197, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + #radix), + r.ParameterMirrorImpl( + r'name', + 134348806, + 202, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'defaultValue', + 134363142, + 202, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + #defaultValue), + r.ParameterMirrorImpl( + r'other', + 134348806, + 203, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'source', + 151126022, + 207, + const prefix0.ContainedReflectable(), + 18, + 110, + 18, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'target', + 151126022, + 208, + const prefix0.ContainedReflectable(), + 18, + 111, + 18, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'at', + 134348806, + 208, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'source', + 151126022, + 208, + const prefix0.ContainedReflectable(), + 18, + 111, + 18, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 67244038, + 208, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 67244038, + 208, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'target', + 151126022, + 209, + const prefix0.ContainedReflectable(), + 18, + 112, + 18, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'at', + 134348806, + 209, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'source', + 151126022, + 209, + const prefix0.ContainedReflectable(), + 23, + 113, + 23, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 211, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 212, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'value', + 6, + 212, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'value', + 6, + 213, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'iterable', + 151126022, + 214, + const prefix0.ContainedReflectable(), + 23, + 69, + 23, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'compare', + 67112966, + 215, + const prefix0.ContainedReflectable(), + -1, + 114, + 114, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'random', + 67244038, + 216, + const prefix0.ContainedReflectable(), + -1, + 115, + 115, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'element', + 6, + 217, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134354950, + 217, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 218, + const prefix0.ContainedReflectable(), + -1, + 116, + 116, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134354950, + 218, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 219, + const prefix0.ContainedReflectable(), + -1, + 116, + 116, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 67244038, + 219, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'element', + 6, + 220, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 67244038, + 220, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 222, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'element', + 6, + 222, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 223, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'iterable', + 151126022, + 223, + const prefix0.ContainedReflectable(), + 23, + 69, + 23, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 224, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'iterable', + 151126022, + 224, + const prefix0.ContainedReflectable(), + 23, + 69, + 23, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'value', + 67239942, + 225, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 226, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 228, + const prefix0.ContainedReflectable(), + -1, + 116, + 116, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 229, + const prefix0.ContainedReflectable(), + -1, + 116, + 116, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 151126022, + 230, + const prefix0.ContainedReflectable(), + 18, + 68, + 18, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134348806, + 231, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 67244038, + 231, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134348806, + 232, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 134348806, + 232, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134348806, + 233, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 134348806, + 233, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'iterable', + 151126022, + 233, + const prefix0.ContainedReflectable(), + 23, + 69, + 23, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'skipCount', + 134354950, + 233, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134348806, + 234, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 134348806, + 234, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134348806, + 235, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 134348806, + 235, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'fillValue', + 67112966, + 235, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134348806, + 236, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'end', + 134348806, + 236, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'replacements', + 151126022, + 236, + const prefix0.ContainedReflectable(), + 23, + 69, + 23, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 238, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'length', + 67244038, + 244, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'length', + 134348806, + 245, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'fill', + 6, + 245, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'growable', + 134363142, + 245, + const prefix0.ContainedReflectable(), + 14, + 14, + 14, + const [], + const [], + null, + #growable), + r.ParameterMirrorImpl( + r'growable', + 134363142, + 246, + const prefix0.ContainedReflectable(), + 14, + 14, + 14, + const [], + const [], + null, + #growable), + r.ParameterMirrorImpl( + r'elements', + 151126022, + 247, + const prefix0.ContainedReflectable(), + 23, + 117, + 23, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'growable', + 134363142, + 247, + const prefix0.ContainedReflectable(), + 14, + 14, + 14, + const [], + const [], + null, + #growable), + r.ParameterMirrorImpl( + r'elements', + 151126022, + 248, + const prefix0.ContainedReflectable(), + 23, + 69, + 23, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'growable', + 134363142, + 248, + const prefix0.ContainedReflectable(), + 14, + 14, + 14, + const [], + const [], + null, + #growable), + r.ParameterMirrorImpl( + r'length', + 134348806, + 249, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'generator', + 134217734, + 249, + const prefix0.ContainedReflectable(), + -1, + 118, + 118, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'growable', + 134363142, + 249, + const prefix0.ContainedReflectable(), + 14, + 14, + 14, + const [], + const [], + null, + #growable), + r.ParameterMirrorImpl( + r'elements', + 151126022, + 250, + const prefix0.ContainedReflectable(), + 23, + 117, + 23, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'value', + 6, + 239, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'value', + 6, + 240, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'newLength', + 134348806, + 242, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 251, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'invocation', + 134348806, + 252, + const prefix0.ContainedReflectable(), + 13, + 13, + 13, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 258, + const prefix0.ContainedReflectable(), + 20, + 20, + 20, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 259, + const prefix0.ContainedReflectable(), + 20, + 20, + 20, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 272, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'source', + 151126022, + 279, + const prefix0.ContainedReflectable(), + 22, + 119, + 22, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'value', + 67239942, + 281, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'key', + 67239942, + 282, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'key', + 67239942, + 283, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'key', + 6, + 284, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'value', + 6, + 284, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'convert', + 134217734, + 285, + const prefix0.ContainedReflectable(), + -1, + 120, + 120, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'newEntries', + 151126022, + 286, + const prefix0.ContainedReflectable(), + 23, + 81, + 23, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'key', + 6, + 287, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'update', + 134217734, + 287, + const prefix0.ContainedReflectable(), + -1, + 121, + 121, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'ifAbsent', + 67121158, + 287, + const prefix0.ContainedReflectable(), + -1, + 122, + 122, + const [], + const [], + null, + #ifAbsent), + r.ParameterMirrorImpl( + r'update', + 134217734, + 288, + const prefix0.ContainedReflectable(), + -1, + 123, + 123, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 289, + const prefix0.ContainedReflectable(), + -1, + 124, + 124, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'key', + 6, + 290, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'ifAbsent', + 134217734, + 290, + const prefix0.ContainedReflectable(), + -1, + 125, + 125, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 151126022, + 291, + const prefix0.ContainedReflectable(), + 22, + 84, + 22, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'key', + 67239942, + 292, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'action', + 134217734, + 294, + const prefix0.ContainedReflectable(), + -1, + 126, + 126, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 151126022, + 302, + const prefix0.ContainedReflectable(), + 22, + 127, + 22, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 151126022, + 303, + const prefix0.ContainedReflectable(), + 22, + 84, + 22, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 151126022, + 304, + const prefix0.ContainedReflectable(), + 22, + 127, + 22, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'iterable', + 151126022, + 306, + const prefix0.ContainedReflectable(), + 23, + 117, + 23, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'key', + 67121158, + 306, + const prefix0.ContainedReflectable(), + -1, + 128, + 128, + const [], + const [], + null, + #key), + r.ParameterMirrorImpl( + r'value', + 67121158, + 306, + const prefix0.ContainedReflectable(), + -1, + 129, + 129, + const [], + const [], + null, + #value), + r.ParameterMirrorImpl( + r'keys', + 151126022, + 307, + const prefix0.ContainedReflectable(), + 23, + 82, + 23, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'values', + 151126022, + 307, + const prefix0.ContainedReflectable(), + 23, + 83, + 23, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'entries', + 151126022, + 308, + const prefix0.ContainedReflectable(), + 23, + 81, + 23, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'source', + 151126022, + 309, + const prefix0.ContainedReflectable(), + 23, + 130, + 23, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 151126022, + 311, + const prefix0.ContainedReflectable(), + 23, + 87, + 23, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'toElement', + 134217734, + 312, + const prefix0.ContainedReflectable(), + -1, + 131, + 131, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 313, + const prefix0.ContainedReflectable(), + -1, + 132, + 132, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'toElements', + 134217734, + 315, + const prefix0.ContainedReflectable(), + -1, + 133, + 133, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'element', + 67239942, + 316, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'action', + 134217734, + 317, + const prefix0.ContainedReflectable(), + -1, + 134, + 134, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'combine', + 134217734, + 318, + const prefix0.ContainedReflectable(), + -1, + 135, + 135, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'initialValue', + 6, + 319, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'combine', + 134217734, + 319, + const prefix0.ContainedReflectable(), + -1, + 136, + 136, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 320, + const prefix0.ContainedReflectable(), + -1, + 132, + 132, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'separator', + 134354950, + 321, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 322, + const prefix0.ContainedReflectable(), + -1, + 132, + 132, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'growable', + 134363142, + 323, + const prefix0.ContainedReflectable(), + 14, + 14, + 14, + const [], + const [], + null, + #growable), + r.ParameterMirrorImpl( + r'count', + 134348806, + 325, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 326, + const prefix0.ContainedReflectable(), + -1, + 132, + 132, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'count', + 134348806, + 327, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 328, + const prefix0.ContainedReflectable(), + -1, + 132, + 132, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 329, + const prefix0.ContainedReflectable(), + -1, + 132, + 132, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'orElse', + 67121158, + 329, + const prefix0.ContainedReflectable(), + -1, + 137, + 137, + const [], + const [], + null, + #orElse), + r.ParameterMirrorImpl( + r'test', + 134217734, + 330, + const prefix0.ContainedReflectable(), + -1, + 132, + 132, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'orElse', + 67121158, + 330, + const prefix0.ContainedReflectable(), + -1, + 137, + 137, + const [], + const [], + null, + #orElse), + r.ParameterMirrorImpl( + r'test', + 134217734, + 331, + const prefix0.ContainedReflectable(), + -1, + 132, + 132, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'orElse', + 67121158, + 331, + const prefix0.ContainedReflectable(), + -1, + 137, + 137, + const [], + const [], + null, + #orElse), + r.ParameterMirrorImpl( + r'index', + 134348806, + 332, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'count', + 134348806, + 342, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'generator', + 67112966, + 342, + const prefix0.ContainedReflectable(), + -1, + 138, + 138, const [], const [], null, @@ -736,28 +6929,141 @@ final _data = { prefix1.AlbumLength, prefix1.PokemonType, prefix0.ContainedReflectable, - String, - const m.TypeValue>().type, - List, + Object, + Enum, + prefix2.Reflectable, + prefix3.ReflectableImpl, + prefix4.ReflectableBase, + Invocation, bool, + String, int, Type, - prefix2.ReflectCapability, - const m.TypeValue>().type, List, - prefix3.InstanceMirror, - prefix3.TypeMirror, - prefix3.LibraryMirror, - Uri, - const m.TypeValue>().type, + prefix5.InstanceMirror, + prefix5.TypeMirror, + prefix5.LibraryMirror, Map, - prefix3.ClassMirror, - const m.TypeValue>().type, Iterable, - Object, - Invocation + prefix6.ReflectCapability, + Deprecated, + Null, + const m.TypeValue>() + .type, + prefix3.ReflectorData, + const m.TypeValue>().type, + Symbol, + prefix6.InstanceInvokeCapability, + prefix6.StaticInvokeCapability, + prefix6.TopLevelInvokeCapability, + prefix6.NewInstanceCapability, + prefix6.MetadataCapability, + prefix6.TypeCapability, + prefix6.TypeRelationsCapability, + const r.FakeType(r'reflectable.capability._ReflectedTypeCapability'), + prefix6.LibraryCapability, + prefix6.DeclarationsCapability, + prefix6.UriCapability, + prefix6.LibraryDependenciesCapability, + prefix6.InvokingCapability, + prefix6.TypingCapability, + const r.FakeType(r'reflectable.capability._DelegateCapability'), + const r.FakeType(r'reflectable.capability._SubtypeQuantifyCapability'), + prefix6.SuperclassQuantifyCapability, + prefix6.TypeAnnotationQuantifyCapability, + const r.FakeType( + r'reflectable.capability._CorrespondingSetterQuantifyCapability'), + const r.FakeType(r'reflectable.capability._AdmitSubtypeCapability'), + const m.TypeValue>().type, + const m.TypeValue>().type, + Set, + const m.TypeValue>().type, + Uri, + const m.TypeValue>().type, + prefix5.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'), + prefix5.TypeVariableMirror, + const m.TypeValue>().type, + const m.TypeValue>().type, + prefix5.DeclarationMirror, + const m.TypeValue>().type, + prefix5.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, + prefix7.Reflector, + const m.TypeValue>().type, + prefix6.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, + prefix8.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 ], - 8, + 25, { r'==': (dynamic instance) => (x) => instance == x, r'toString': (dynamic instance) => instance.toString, @@ -781,13 +7087,88 @@ 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 }, {}, [ r.LibraryMirrorImpl( r'', - Uri.parse(r'reflectable://0/'), + Uri.parse( + 'asset:angel3_container_generator/test/reflector_test.dart'), + const prefix0.ContainedReflectable(), + const [45, 46, 47], + { + r'main': () => prefix1.main, + r'returnVoidFromAFunction': () => prefix1.returnVoidFromAFunction, + r'testReflector': () => prefix1.testReflector + }, + {}, + const [], + null), + r.LibraryMirrorImpl( + r'', + Uri.parse( + 'package:angel3_container_generator/angel3_container_generator.dart'), + const prefix0.ContainedReflectable(), + const [0], + {r'contained': () => prefix0.contained}, + {}, + const [], + null), + r.LibraryMirrorImpl( + r'dart.core', + Uri.parse(r'reflectable://2/dart.core'), + const prefix0.ContainedReflectable(), + const [1, 2, 3, 4, 49, 50, 51], + { + 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.reflectable', + Uri.parse('package:reflectable/reflectable.dart'), const prefix0.ContainedReflectable(), const [], {}, @@ -795,13 +7176,116 @@ final _data = { const [], null), r.LibraryMirrorImpl( - r'', - Uri.parse(r'reflectable://1/'), + r'reflectable.src.reflectable_builder_based', + Uri.parse('package:reflectable/src/reflectable_builder_based.dart'), + const prefix0.ContainedReflectable(), + const [5, 6, 7, 61], + { + r'pleaseInitializeMessage': () => prefix3.pleaseInitializeMessage, + r'data': () => prefix3.data, + r'memberSymbolMap': () => prefix3.memberSymbolMap, + r'reflectors': () => prefix3.reflectors + }, + { + r'data=': (dynamic value) => prefix3.data = value, + r'memberSymbolMap=': (dynamic value) => + prefix3.memberSymbolMap = value + }, + const [], + null), + r.LibraryMirrorImpl( + r'reflectable.src.reflectable_base', + Uri.parse('package:reflectable/src/reflectable_base.dart'), const prefix0.ContainedReflectable(), const [], {}, {}, const [], + null), + r.LibraryMirrorImpl( + r'reflectable.mirrors', + Uri.parse('package:reflectable/mirrors.dart'), + const prefix0.ContainedReflectable(), + const [], + {}, + {}, + const [], + null), + r.LibraryMirrorImpl( + r'reflectable.capability', + Uri.parse('package:reflectable/capability.dart'), + 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, + 62, + 63, + 64, + 65, + 66 + ], + { + r'instanceInvokeCapability': () => + prefix6.instanceInvokeCapability, + r'staticInvokeCapability': () => prefix6.staticInvokeCapability, + r'topLevelInvokeCapability': () => + prefix6.topLevelInvokeCapability, + r'newInstanceCapability': () => prefix6.newInstanceCapability, + r'metadataCapability': () => prefix6.metadataCapability, + r'typeCapability': () => prefix6.typeCapability, + r'typeRelationsCapability': () => prefix6.typeRelationsCapability, + r'reflectedTypeCapability': () => prefix6.reflectedTypeCapability, + r'libraryCapability': () => prefix6.libraryCapability, + r'declarationsCapability': () => prefix6.declarationsCapability, + r'uriCapability': () => prefix6.uriCapability, + r'libraryDependenciesCapability': () => + prefix6.libraryDependenciesCapability, + r'invokingCapability': () => prefix6.invokingCapability, + r'typingCapability': () => prefix6.typingCapability, + r'delegateCapability': () => prefix6.delegateCapability, + r'subtypeQuantifyCapability': () => + prefix6.subtypeQuantifyCapability, + r'superclassQuantifyCapability': () => + prefix6.superclassQuantifyCapability, + r'typeAnnotationQuantifyCapability': () => + prefix6.typeAnnotationQuantifyCapability, + r'typeAnnotationDeepQuantifyCapability': () => + prefix6.typeAnnotationDeepQuantifyCapability, + r'correspondingSetterQuantifyCapability': () => + prefix6.correspondingSetterQuantifyCapability, + r'admitSubtypeCapability': () => prefix6.admitSubtypeCapability, + r'reflectableNoSuchInvokableError': () => + prefix6.reflectableNoSuchInvokableError, + r'reflectableNoSuchMethodError': () => + prefix6.reflectableNoSuchMethodError, + r'reflectableNoSuchGetterError': () => + prefix6.reflectableNoSuchGetterError, + r'reflectableNoSuchSetterError': () => + prefix6.reflectableNoSuchSetterError, + r'reflectableNoSuchConstructorError': () => + prefix6.reflectableNoSuchConstructorError + }, + {}, + const [], null) ], []) diff --git a/packages/framework/CHANGELOG.md b/packages/framework/CHANGELOG.md index 1a98b120..17ddb23e 100644 --- a/packages/framework/CHANGELOG.md +++ b/packages/framework/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 7.0.4 + +* Updated `Expose` fields to non-nullable +* Updated `Controller` to use non-nullable field + ## 7.0.3 * Fixed issue #83. Allow Http request to return null headers instead of throwing an exception. diff --git a/packages/framework/lib/src/core/controller.dart b/packages/framework/lib/src/core/controller.dart index c72644bd..5fb6a131 100644 --- a/packages/framework/lib/src/core/controller.dart +++ b/packages/framework/lib/src/core/controller.dart @@ -64,13 +64,13 @@ class Controller { } var routable = Routable(); - var m = router.mount(exposeDecl.path!, routable); - _mountPoint = m; + _mountPoint = router.mount(exposeDecl.path, routable); + //_mountPoint = m; var typeMirror = reflector.reflectType(runtimeType); // Pre-reflect methods var instanceMirror = reflector.reflectInstance(this); - final handlers = [...exposeDecl.middleware!, ...middleware]; + final handlers = [...exposeDecl.middleware, ...middleware]; final routeBuilder = _routeBuilder(reflector, instanceMirror, routable, handlers); await configureRoutes(routable); @@ -107,7 +107,7 @@ class Controller { return; } else { // Otherwise, create an @Expose. - exposeDecl = Expose(null); + exposeDecl = Expose(''); } } @@ -115,7 +115,7 @@ class Controller { instanceMirror!.getField(methodName).reflectee as Function?; var middleware = [ ...handlers, - ...exposeDecl.middleware! + ...exposeDecl.middleware ]; var name = exposeDecl.as?.isNotEmpty == true ? exposeDecl.as : methodName; @@ -127,7 +127,7 @@ class Controller { method.parameters[1].type.reflectedType == ResponseContext) { // Create a regular route routeMappings[name ?? ''] = routable - .addRoute(exposeDecl.method, exposeDecl.path ?? '', + .addRoute(exposeDecl.method, exposeDecl.path, (RequestContext req, ResponseContext res) { var result = reflectedMethod!(req, res); return result is RequestHandler ? result(req, res) : result; @@ -144,7 +144,7 @@ class Controller { // If there is no path, reverse-engineer one. var path = exposeDecl.path; var httpMethod = exposeDecl.method; - if (path == null) { + if (path == '') { // Try to build a route path by finding all potential // path segments, and then joining them. var parts = []; diff --git a/packages/framework/lib/src/core/metadata.dart b/packages/framework/lib/src/core/metadata.dart index cda4d02e..dfe08a63 100644 --- a/packages/framework/lib/src/core/metadata.dart +++ b/packages/framework/lib/src/core/metadata.dart @@ -45,17 +45,17 @@ const NoExpose noExpose = NoExpose(); /// ``` class Expose { final String method; - final String? path; - final Iterable? middleware; + final String path; + final Iterable middleware; final String? as; final List allowNull; - static const Expose get = Expose(null, method: 'GET'), - post = Expose(null, method: 'POST'), - patch = Expose(null, method: 'PATCH'), - put = Expose(null, method: 'PUT'), - delete = Expose(null, method: 'DELETE'), - head = Expose(null, method: 'HEAD'); + static const Expose get = Expose('', method: 'GET'), + post = Expose('', method: 'POST'), + patch = Expose('', method: 'PATCH'), + put = Expose('', method: 'PUT'), + delete = Expose('', method: 'DELETE'), + head = Expose('', method: 'HEAD'); const Expose(this.path, {this.method = 'GET', @@ -64,8 +64,8 @@ class Expose { this.allowNull = const []}); const Expose.method(this.method, - {this.middleware, this.as, this.allowNull = const []}) - : path = null; + {this.middleware = const [], this.as, this.allowNull = const []}) + : path = ''; } /// Used to apply special dependency injections or functionality to a function parameter. @@ -89,7 +89,7 @@ class Parameter { final dynamic defaultValue; /// If `true` (default), then an error will be thrown if this parameter is not present. - final bool? required; + final bool required; const Parameter( {this.cookie, @@ -98,7 +98,7 @@ class Parameter { this.session, this.match, this.defaultValue, - this.required}); + this.required = true}); /// Returns an error that can be thrown when the parameter is not present. Object? get error { diff --git a/packages/framework/lib/src/core/server.dart b/packages/framework/lib/src/core/server.dart index e4fe2e53..c0f1597e 100644 --- a/packages/framework/lib/src/core/server.dart +++ b/packages/framework/lib/src/core/server.dart @@ -388,7 +388,7 @@ class Angel extends Routable { } static const String _reflectionErrorMessage = - '${ThrowingReflector.defaultErrorMessage} $_reflectionInfo'; + '${ContainerConst.defaultErrorMessage} $_reflectionInfo'; static const String _reflectionInfo = 'Features like controllers, constructor dependency injection, and `ioc` require reflection, ' diff --git a/packages/framework/pubspec.yaml b/packages/framework/pubspec.yaml index 83c971f1..7d18735a 100644 --- a/packages/framework/pubspec.yaml +++ b/packages/framework/pubspec.yaml @@ -1,10 +1,10 @@ name: angel3_framework -version: 7.0.3 +version: 7.0.4 description: A high-powered HTTP server extensible framework with dependency injection, routing and much more. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/framework environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=2.18.0 <3.0.0' dependencies: angel3_container: ^7.0.0 angel3_http_exception: ^7.0.0 @@ -35,9 +35,9 @@ 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: ../container/angel_container # angel3_http_exception: # path: ../http_exception # angel3_model: diff --git a/packages/orm/angel_orm_test/lib/src/models/quotation.dart b/packages/orm/angel_orm_test/lib/src/models/quotation.dart new file mode 100644 index 00000000..02b72196 --- /dev/null +++ b/packages/orm/angel_orm_test/lib/src/models/quotation.dart @@ -0,0 +1,17 @@ +import 'package:angel3_migration/angel3_migration.dart'; +import 'package:angel3_orm/angel3_orm.dart'; +import 'package:angel3_serialize/angel3_serialize.dart'; +import 'package:optional/optional.dart'; + +part 'quotation.g.dart'; + +@serializable +@orm +abstract class _Quotation { + @PrimaryKey(columnType: ColumnType.varChar) + String? get id; + + String? get name; + + double? get price; +} diff --git a/packages/orm/angel_orm_test/lib/src/models/quotation.g.dart b/packages/orm/angel_orm_test/lib/src/models/quotation.g.dart new file mode 100644 index 00000000..6a1c9346 --- /dev/null +++ b/packages/orm/angel_orm_test/lib/src/models/quotation.g.dart @@ -0,0 +1,282 @@ +// GENERATED CODE - DO NOT MODIFY BY HAND + +part of 'quotation.dart'; + +// ************************************************************************** +// MigrationGenerator +// ************************************************************************** + +class QuotationMigration extends Migration { + @override + void up(Schema schema) { + schema.create( + 'quotations', + (table) { + table + .varChar( + 'id', + length: 255, + ) + .primaryKey(); + table.varChar( + 'name', + length: 255, + ); + table.double('price'); + }, + ); + } + + @override + void down(Schema schema) { + schema.drop('quotations'); + } +} + +// ************************************************************************** +// OrmGenerator +// ************************************************************************** + +class QuotationQuery extends Query { + QuotationQuery({ + Query? parent, + Set? trampoline, + }) : super(parent: parent) { + trampoline ??= {}; + trampoline.add(tableName); + _where = QuotationQueryWhere(this); + } + + @override + final QuotationQueryValues values = QuotationQueryValues(); + + List _selectedFields = []; + + QuotationQueryWhere? _where; + + @override + Map get casts { + return {}; + } + + @override + String get tableName { + return 'quotations'; + } + + @override + List get fields { + const _fields = [ + 'id', + 'name', + 'price', + ]; + return _selectedFields.isEmpty + ? _fields + : _fields.where((field) => _selectedFields.contains(field)).toList(); + } + + QuotationQuery select(List selectedFields) { + _selectedFields = selectedFields; + return this; + } + + @override + QuotationQueryWhere? get where { + return _where; + } + + @override + QuotationQueryWhere newWhereClause() { + return QuotationQueryWhere(this); + } + + Optional parseRow(List row) { + if (row.every((x) => x == null)) { + return Optional.empty(); + } + var model = Quotation( + id: fields.contains('id') ? (row[0] as String?) : null, + name: fields.contains('name') ? (row[1] as String?) : null, + price: fields.contains('price') ? mapToDouble(row[2]) : null, + ); + return Optional.of(model); + } + + @override + Optional deserialize(List row) { + return parseRow(row); + } +} + +class QuotationQueryWhere extends QueryWhere { + QuotationQueryWhere(QuotationQuery query) + : id = StringSqlExpressionBuilder( + query, + 'id', + ), + name = StringSqlExpressionBuilder( + query, + 'name', + ), + price = NumericSqlExpressionBuilder( + query, + 'price', + ); + + final StringSqlExpressionBuilder id; + + final StringSqlExpressionBuilder name; + + final NumericSqlExpressionBuilder price; + + @override + List get expressionBuilders { + return [ + id, + name, + price, + ]; + } +} + +class QuotationQueryValues extends MapQueryValues { + @override + Map get casts { + return {}; + } + + String? get id { + return (values['id'] as String?); + } + + set id(String? value) => values['id'] = value; + String? get name { + return (values['name'] as String?); + } + + set name(String? value) => values['name'] = value; + double? get price { + return (values['price'] as double?) ?? 0.0; + } + + set price(double? value) => values['price'] = value; + void copyFrom(Quotation model) { + id = model.id; + name = model.name; + price = model.price; + } +} + +// ************************************************************************** +// JsonModelGenerator +// ************************************************************************** + +@generatedSerializable +class Quotation extends _Quotation { + Quotation({ + this.id, + this.name, + this.price, + }); + + @override + String? id; + + @override + String? name; + + @override + double? price; + + Quotation copyWith({ + String? id, + String? name, + double? price, + }) { + return Quotation( + id: id ?? this.id, name: name ?? this.name, price: price ?? this.price); + } + + @override + bool operator ==(other) { + return other is _Quotation && + other.id == id && + other.name == name && + other.price == price; + } + + @override + int get hashCode { + return hashObjects([ + id, + name, + price, + ]); + } + + @override + String toString() { + return 'Quotation(id=$id, name=$name, price=$price)'; + } + + Map toJson() { + return QuotationSerializer.toMap(this); + } +} + +// ************************************************************************** +// SerializerGenerator +// ************************************************************************** + +const QuotationSerializer quotationSerializer = QuotationSerializer(); + +class QuotationEncoder extends Converter { + const QuotationEncoder(); + + @override + Map convert(Quotation model) => QuotationSerializer.toMap(model); +} + +class QuotationDecoder extends Converter { + const QuotationDecoder(); + + @override + Quotation convert(Map map) => QuotationSerializer.fromMap(map); +} + +class QuotationSerializer extends Codec { + const QuotationSerializer(); + + @override + QuotationEncoder get encoder => const QuotationEncoder(); + @override + QuotationDecoder get decoder => const QuotationDecoder(); + static Quotation fromMap(Map map) { + return Quotation( + id: map['id'] as String?, + name: map['name'] as String?, + price: map['price'] as double?); + } + + static Map toMap(_Quotation? model) { + if (model == null) { + throw FormatException("Required field [model] cannot be null"); + } + return {'id': model.id, 'name': model.name, 'price': model.price}; + } +} + +abstract class QuotationFields { + static const List allFields = [ + id, + name, + price, + ]; + + static const String id = 'id'; + + static const String name = 'name'; + + static const String price = 'price'; +} From 168c51074bcbf26640c1e1714b80483a742782da Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sat, 15 Apr 2023 09:07:24 +0800 Subject: [PATCH 05/51] Published angel2_container --- .../example2/bin/example3_controller.dart | 2 +- .../container/angel_container/CHANGELOG.md | 8 ++-- packages/container/angel_container/README.md | 37 ++++++++++++++++++- .../angel_container/lib/src/empty/empty.dart | 10 +++++ .../lib/src/mirrors/reflector.dart | 5 +++ .../container/angel_container/pubspec.yaml | 2 +- .../container/angel_container_generator/= | 0 packages/orm/angel_orm_generator/pubspec.yaml | 2 +- 8 files changed, 56 insertions(+), 10 deletions(-) delete mode 100644 packages/container/angel_container_generator/= diff --git a/experiment/container/example2/bin/example3_controller.dart b/experiment/container/example2/bin/example3_controller.dart index bd6fb076..9fdde382 100644 --- a/experiment/container/example2/bin/example3_controller.dart +++ b/experiment/container/example2/bin/example3_controller.dart @@ -47,7 +47,7 @@ void main() async { //Container container = Container(reflector); //container.registerSingleton(SalesController()); - // Useing GeneratedReflector + // Using GeneratedReflector initializeReflectable(); var app = Angel(reflector: GeneratedReflector()); diff --git a/packages/container/angel_container/CHANGELOG.md b/packages/container/angel_container/CHANGELOG.md index fc5e7dc8..e764f75c 100644 --- a/packages/container/angel_container/CHANGELOG.md +++ b/packages/container/angel_container/CHANGELOG.md @@ -1,12 +1,10 @@ # Change Log -## 7.1.1 - -* Moved `defaultErrorMessage` to `ContainerConst` class to resolve reflectatable issue. - -## 7.1.0 +## 7.1.0-beta.1 * Require Dart >= 2.18 +* Moved `defaultErrorMessage` to `ContainerConst` class to resolve reflectatable issue. +* Added `hashCode` ## 7.0.0 diff --git a/packages/container/angel_container/README.md b/packages/container/angel_container/README.md index 770192f6..91f3491e 100644 --- a/packages/container/angel_container/README.md +++ b/packages/container/angel_container/README.md @@ -5,8 +5,41 @@ [![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion) [![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/master/packages/container/angel_container/LICENSE) -An better IoC container for Angel3, ultimately allowing Angel3 to be used without `dart:mirrors` package. +An better IoC container for Angel3, ultimately allowing Angel3 to be used with or without `dart:mirrors` package. ```dart -import 'package:angel3_container/angel3_container.dart'; + import 'package:angel3_container/mirrors.dart'; + import 'package:angel3_framework/angel3_framework.dart'; + import 'package:angel3_framework/http.dart'; + + @Expose('/sales', middleware: [process1]) + class SalesController extends Controller { + @Expose('/', middleware: [process2]) + Future route1(RequestContext req, ResponseContext res) async { + return "Sales route"; + } + } + + bool process1(RequestContext req, ResponseContext res) { + res.write('Hello, '); + return true; + } + + bool process2(RequestContext req, ResponseContext res) { + res.write('From Sales, '); + return true; + } + + void main() async { + // Using Mirror Reflector + var app = Angel(reflector: MirrorsReflector()); + + // Sales Controller + app.container.registerSingleton(SalesController()); + await app.mountController(); + + var http = AngelHttp(app); + var server = await http.startServer('localhost', 3000); + print("Angel server listening at ${http.uri}"); + } ``` diff --git a/packages/container/angel_container/lib/src/empty/empty.dart b/packages/container/angel_container/lib/src/empty/empty.dart index 8869d00d..81176c37 100644 --- a/packages/container/angel_container/lib/src/empty/empty.dart +++ b/packages/container/angel_container/lib/src/empty/empty.dart @@ -1,4 +1,5 @@ import '../../angel3_container.dart'; +import 'package:quiver/core.dart'; final Map _symbolNames = {}; @@ -66,6 +67,9 @@ class _EmptyReflectedClass extends ReflectedClass { bool operator ==(other) { return other is ReflectedClass && other.hashCode == hashCode; } + + @override + int get hashCode => hash2(this, " "); } class _EmptyReflectedType extends ReflectedType { @@ -90,6 +94,9 @@ class _EmptyReflectedType extends ReflectedType { bool operator ==(other) { return other is ReflectedType && other.hashCode == hashCode; } + + @override + int get hashCode => hash2(this, " "); } class _EmptyReflectedInstance extends ReflectedInstance { @@ -101,6 +108,9 @@ class _EmptyReflectedInstance extends ReflectedInstance { return other is ReflectedInstance && other.hashCode == hashCode; } + @override + int get hashCode => hash2(this, " "); + @override ReflectedInstance getField(String name) { throw UnsupportedError( diff --git a/packages/container/angel_container/lib/src/mirrors/reflector.dart b/packages/container/angel_container/lib/src/mirrors/reflector.dart index 800d5d93..e534fae5 100644 --- a/packages/container/angel_container/lib/src/mirrors/reflector.dart +++ b/packages/container/angel_container/lib/src/mirrors/reflector.dart @@ -4,6 +4,8 @@ import 'dart:mirrors' as dart; import '../exception.dart'; import '../reflector.dart'; +import 'package:quiver/core.dart'; + /// A [Reflector] implementation that forwards to `dart:mirrors`. /// /// Useful on the server, where reflection is supported. @@ -176,6 +178,9 @@ class _ReflectedClassMirror extends ReflectedClass { bool operator ==(other) { return other is _ReflectedClassMirror && other.mirror == mirror; } + + @override + int get hashCode => hash2(mirror, " "); } class _ReflectedDeclarationMirror extends ReflectedDeclaration { diff --git a/packages/container/angel_container/pubspec.yaml b/packages/container/angel_container/pubspec.yaml index 1972d57d..45fa4e36 100644 --- a/packages/container/angel_container/pubspec.yaml +++ b/packages/container/angel_container/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_container -version: 7.1.1 +version: 7.1.0-beta.1 description: Angel3 hierarchical DI container, and pluggable backends for reflection. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/container/angel_container diff --git a/packages/container/angel_container_generator/= b/packages/container/angel_container_generator/= deleted file mode 100644 index e69de29b..00000000 diff --git a/packages/orm/angel_orm_generator/pubspec.yaml b/packages/orm/angel_orm_generator/pubspec.yaml index ef417d3a..e130da6f 100644 --- a/packages/orm/angel_orm_generator/pubspec.yaml +++ b/packages/orm/angel_orm_generator/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_orm_generator -version: 7.1.2 +version: 7.1.3 description: Code generators for Angel3 ORM. Generates query builder classes. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_orm_generator From 83873d0fb7b93563a0f8cbf72b813426012637d0 Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sat, 15 Apr 2023 09:09:23 +0800 Subject: [PATCH 06/51] Updated README --- packages/container/angel_container/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/container/angel_container/README.md b/packages/container/angel_container/README.md index 91f3491e..a83eaf12 100644 --- a/packages/container/angel_container/README.md +++ b/packages/container/angel_container/README.md @@ -5,7 +5,7 @@ [![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion) [![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/master/packages/container/angel_container/LICENSE) -An better IoC container for Angel3, ultimately allowing Angel3 to be used with or without `dart:mirrors` package. +A better IoC container for Angel3, ultimately allowing Angel3 to be used with or without `dart:mirrors` package. ```dart import 'package:angel3_container/mirrors.dart'; @@ -21,13 +21,13 @@ An better IoC container for Angel3, ultimately allowing Angel3 to be used with o } bool process1(RequestContext req, ResponseContext res) { - res.write('Hello, '); - return true; + res.write('Hello, '); + return true; } bool process2(RequestContext req, ResponseContext res) { - res.write('From Sales, '); - return true; + res.write('From Sales, '); + return true; } void main() async { From d034fcebe8aa15e41eb69595f2e6976383280f75 Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sat, 15 Apr 2023 11:05:33 +0800 Subject: [PATCH 07/51] Fixed EmptyReflector --- .../container/angel_container/CHANGELOG.md | 5 ++++ .../angel_container/lib/src/empty/empty.dart | 25 ------------------- .../container/angel_container/pubspec.yaml | 10 ++++---- 3 files changed, 10 insertions(+), 30 deletions(-) diff --git a/packages/container/angel_container/CHANGELOG.md b/packages/container/angel_container/CHANGELOG.md index e764f75c..0e8f3e90 100644 --- a/packages/container/angel_container/CHANGELOG.md +++ b/packages/container/angel_container/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 7.1.0-beta.2 + +* Require Dart >= 2.19 +* Refactored `EmptyReflector` + ## 7.1.0-beta.1 * Require Dart >= 2.18 diff --git a/packages/container/angel_container/lib/src/empty/empty.dart b/packages/container/angel_container/lib/src/empty/empty.dart index 81176c37..b6a29c35 100644 --- a/packages/container/angel_container/lib/src/empty/empty.dart +++ b/packages/container/angel_container/lib/src/empty/empty.dart @@ -1,5 +1,4 @@ import '../../angel3_container.dart'; -import 'package:quiver/core.dart'; final Map _symbolNames = {}; @@ -62,14 +61,6 @@ class _EmptyReflectedClass extends ReflectedClass { bool isAssignableTo(ReflectedType? other) { return other == this; } - - @override - bool operator ==(other) { - return other is ReflectedClass && other.hashCode == hashCode; - } - - @override - int get hashCode => hash2(this, " "); } class _EmptyReflectedType extends ReflectedType { @@ -89,28 +80,12 @@ class _EmptyReflectedType extends ReflectedType { bool isAssignableTo(ReflectedType? other) { return other == this; } - - @override - bool operator ==(other) { - return other is ReflectedType && other.hashCode == hashCode; - } - - @override - int get hashCode => hash2(this, " "); } class _EmptyReflectedInstance extends ReflectedInstance { const _EmptyReflectedInstance() : super(const _EmptyReflectedType(), const _EmptyReflectedClass(), null); - @override - bool operator ==(other) { - return other is ReflectedInstance && other.hashCode == hashCode; - } - - @override - int get hashCode => hash2(this, " "); - @override ReflectedInstance getField(String name) { throw UnsupportedError( diff --git a/packages/container/angel_container/pubspec.yaml b/packages/container/angel_container/pubspec.yaml index 45fa4e36..43cf9ed0 100644 --- a/packages/container/angel_container/pubspec.yaml +++ b/packages/container/angel_container/pubspec.yaml @@ -1,13 +1,13 @@ name: angel3_container -version: 7.1.0-beta.1 +version: 7.1.0-beta.2 description: Angel3 hierarchical DI container, and pluggable backends for reflection. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/container/angel_container environment: - sdk: '>=2.18.0 <3.0.0' + sdk: '>=2.19.0 <3.0.0' dependencies: - collection: ^1.15.0 - quiver: ^3.0.1 + collection: ^1.17.0 + quiver: ^3.2.0 dev_dependencies: - test: ^1.21.0 + test: ^1.24.0 lints: ^2.0.0 \ No newline at end of file From 71b7d547630383237c72a0fd1714a89c85384c6e Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sat, 15 Apr 2023 11:19:52 +0800 Subject: [PATCH 08/51] Updated angel container generator --- .../angel_container_generator/CHANGELOG.md | 4 ++-- .../angel_container_generator/README.md | 8 ++++---- .../angel_container_generator/pubspec.yaml | 16 ++++++++-------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/container/angel_container_generator/CHANGELOG.md b/packages/container/angel_container_generator/CHANGELOG.md index 841d1904..2bbcc7e5 100644 --- a/packages/container/angel_container_generator/CHANGELOG.md +++ b/packages/container/angel_container_generator/CHANGELOG.md @@ -1,8 +1,8 @@ # Change Log -## 7.1.0 +## 7.1.0-beta.1 -* Require Dart >= 2.18 +* Require Dart >= 2.19 * Upgraded `relectable` to 4.x.x ## 7.0.0 diff --git a/packages/container/angel_container_generator/README.md b/packages/container/angel_container_generator/README.md index 362d5870..4762e5a0 100644 --- a/packages/container/angel_container_generator/README.md +++ b/packages/container/angel_container_generator/README.md @@ -5,7 +5,7 @@ [![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion) [![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/master/packages/container/angel3_container_generator/LICENSE) -An alternative container for Angel3 that uses `reflectable` instead of `dart:mirrors` for reflection. +An alternative container for Angel3 that uses `reflectable` package instead of `dart:mirrors` for reflection. However, `reflectable` has much limited relfection capabilities when compared to `dart:mirrors`. ## Usage @@ -26,6 +26,6 @@ An alternative container for Angel3 that uses `reflectable` instead of `dart:mir ## Known limitation -* Reflection on functions/closures -* Reflection on private declarations -* Reflection on generic type +* Reflection on functions/closures is not supported +* Reflection on private declarations is not supported +* Reflection on generic type is not supported diff --git a/packages/container/angel_container_generator/pubspec.yaml b/packages/container/angel_container_generator/pubspec.yaml index dbae4b17..548ebfad 100644 --- a/packages/container/angel_container_generator/pubspec.yaml +++ b/packages/container/angel_container_generator/pubspec.yaml @@ -1,18 +1,18 @@ name: angel3_container_generator -version: 7.1.0 +version: 7.1.0-beta.1 description: Codegen support for using pkg:reflectable with pkg:angel3_container. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/container/angel_container_generator environment: - sdk: '>=2.18.0 <3.0.0' + sdk: '>=2.19.0 <3.0.0' dependencies: - angel3_container: ^7.0.0 + angel3_container: ^7.1.0-beta.1 reflectable: ^4.0.2 dev_dependencies: - build_runner: ^2.1.2 + build_runner: ^2.3.0 build_test: ^2.1.3 - test: ^1.21.0 + test: ^1.24.0 lints: ^2.0.0 -dependency_overrides: - angel3_container: - path: ../angel_container +#dependency_overrides: +# angel3_container: +# path: ../angel_container From cc7e3a255ecde5e2e33b53795534d1754c9525e5 Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Fri, 21 Apr 2023 14:25:54 +0800 Subject: [PATCH 09/51] Updated serialize generator --- .github/workflows/dart.yml | 4 +- .../example2/bin/example3_controller.dart | 4 +- .../bin/example3_controller.reflectable.dart | 3388 ++++++++--------- experiment/container/example2/pubspec.yaml | 20 +- .../angel_serialize_generator/CHANGELOG.md | 7 +- .../example/main.g.dart | 20 +- .../lib/serialize.dart | 2 +- .../angel_serialize_generator/pubspec.yaml | 6 +- .../test/models/book.g.dart | 178 +- .../test/models/game_pad_button.g.dart | 44 +- .../test/models/goat.g.dart | 20 +- .../test/models/subclass.g.dart | 44 +- .../test/models/with_enum.g.dart | 26 +- 13 files changed, 1862 insertions(+), 1901 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 5d16959e..d510f77c 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -21,7 +21,7 @@ jobs: - uses: dart-lang/setup-dart@v1 with: - sdk: "2.18.0" + sdk: "2.19.0" - id: angel3_container_upgrade name: angel3_container; Upgrade depedencies @@ -87,7 +87,7 @@ jobs: - uses: dart-lang/setup-dart@v1 with: - sdk: "2.18.0" + sdk: "2.19.0" # Angel3 ORM - id: angel3_orm_upgrade diff --git a/experiment/container/example2/bin/example3_controller.dart b/experiment/container/example2/bin/example3_controller.dart index 9fdde382..c01d640d 100644 --- a/experiment/container/example2/bin/example3_controller.dart +++ b/experiment/container/example2/bin/example3_controller.dart @@ -30,8 +30,9 @@ class Todo extends Model { class FoodItem { final String name; final num price; + final num qty; - FoodItem(this.name, this.price); + FoodItem(this.name, this.price, this.qty); } class Order { @@ -65,6 +66,7 @@ void main() async { //await app.mountController(); var http = AngelHttp(app); + var server = await http.startServer('localhost', 3000); print("Angel server listening at ${http.uri}"); } diff --git a/experiment/container/example2/bin/example3_controller.reflectable.dart b/experiment/container/example2/bin/example3_controller.reflectable.dart index 3c11d0b5..751e0f40 100644 --- a/experiment/container/example2/bin/example3_controller.reflectable.dart +++ b/experiment/container/example2/bin/example3_controller.reflectable.dart @@ -55,8 +55,12 @@ final _data = { 134217735, 0, const prefix0.ContainedReflectable(), - const [116, 117], + const [112, 113], const [ + 114, + 115, + 116, + 117, 118, 119, 120, @@ -69,11 +73,7 @@ final _data = { 127, 128, 129, - 130, - 131, - 132, - 133, - 116 + 112 ], const [], 2, @@ -94,21 +94,21 @@ final _data = { 134217735, 1, const prefix0.ContainedReflectable(), - const [134], + const [130], const [ + 114, + 115, + 116, + 117, 118, - 119, - 120, - 121, - 122, + 131, + 132, + 133, + 134, 135, 136, 137, - 138, - 139, - 140, - 141, - 142 + 138 ], const [], 3, @@ -126,8 +126,12 @@ final _data = { 134217735, 2, const prefix0.ContainedReflectable(), - const [30, 31, 32, 123, 124, 125, 126, 132, 133, 143], + const [30, 31, 32, 119, 120, 121, 122, 128, 129, 139], const [ + 114, + 115, + 116, + 117, 118, 119, 120, @@ -139,11 +143,7 @@ final _data = { 126, 127, 128, - 129, - 130, - 131, - 132, - 133 + 129 ], const [], 4, @@ -165,23 +165,23 @@ final _data = { 134218247, 3, const prefix0.ContainedReflectable(), - const [33, 34, 144, 147, 148], + const [33, 34, 140, 143, 144], const [ + 114, + 115, + 116, + 117, 118, - 119, - 120, - 121, - 122, + 131, + 132, + 133, + 134, 135, 136, 137, - 138, - 139, - 140, - 141, - 142 + 138 ], - const [144, 145, 146], + const [140, 141, 142], 5, { r'getInstance': () => prefix3.Reflectable.getInstance, @@ -201,9 +201,9 @@ final _data = { 134217735, 4, const prefix0.ContainedReflectable(), - const [118, 119, 120, 149, 150, 151, 121, 122, 152], - const [118, 119, 120, 121, 122], - const [149, 150, 151], + const [114, 115, 116, 145, 146, 147, 117, 118, 148], + const [114, 115, 116, 117, 118], + const [145, 146, 147], null, { r'hash': () => Object.hash, @@ -223,21 +223,21 @@ final _data = { 134218247, 5, const prefix0.ContainedReflectable(), - const [136, 137, 138, 139, 140, 141, 142, 153, 154], + const [132, 133, 134, 135, 136, 137, 138, 149, 150], const [ + 114, + 115, + 116, + 117, 118, - 119, - 120, - 121, - 122, + 131, + 132, + 133, + 134, 135, 136, 137, - 138, - 139, - 140, - 141, - 142 + 138 ], const [], 6, @@ -255,8 +255,8 @@ final _data = { 134217735, 6, const prefix0.ContainedReflectable(), - const [135, 155, 156], - const [118, 119, 120, 121, 122, 135], + const [131, 151, 152], + const [114, 115, 116, 117, 118, 131], const [], 4, {}, @@ -286,39 +286,18 @@ final _data = { const [], null), r.NonGenericClassMirrorImpl( - r'Todo', - r'.Todo', + r'Order', + r'.Order', 134217735, 7, const prefix0.ContainedReflectable(), - const [35, 36, 157, 162], - const [ - 118, - 119, - 120, - 121, - 122, - 163, - 164, - 165, - 166, - 167, - 168, - 169, - 157, - 158, - 159, - 160, - 161 - ], + const [35, 155, 156], + const [114, 115, 116, 117, 118, 153, 154, 155], const [], - -1, + 4, {}, {}, - { - r'': (bool b) => ({text, over}) => - b ? prefix1.Todo(over: over, text: text) : null - }, + {r'': (bool b) => (item) => b ? prefix1.Order(item) : null}, 0, 7, const [], @@ -331,21 +310,21 @@ final _data = { 8, const prefix0.ContainedReflectable(), const [ - 170, - 171, - 172, - 173, - 174, - 175, - 176, - 177, - 178, - 179, - 180, - 181, - 182 + 157, + 158, + 159, + 160, + 161, + 162, + 163, + 164, + 165, + 166, + 167, + 168, + 169 ], - const [118, 119, 120, 121, 122, 171, 177], + const [114, 115, 116, 117, 118, 158, 164], const [], 4, {}, @@ -379,6 +358,10 @@ final _data = { 9, const prefix0.ContainedReflectable(), const [ + 36, + 37, + 38, + 39, 40, 41, 42, @@ -386,73 +369,81 @@ final _data = { 44, 45, 46, - 47, - 48, - 49, - 50, + 170, + 171, + 172, + 173, + 174, + 175, + 176, + 177, + 178, + 179, + 180, + 181, + 182, 183, 184, - 185, - 186, - 187, - 188, - 189, - 190, - 191, - 192, - 193, - 194, - 195, - 196, - 197, + 200, + 201, + 202, + 203, + 204, + 205, + 206, + 207 + ], + const [ + 114, + 115, + 116, + 117, + 118, + 208, + 170, + 209, + 210, + 174, + 211, + 212, 213, 214, 215, 216, + 171, 217, 218, 219, - 220 - ], - const [ - 118, - 119, - 120, - 121, - 122, + 220, 221, - 183, 222, 223, - 187, 224, 225, 226, 227, + 173, 228, 229, - 184, 230, + 184, 231, 232, 233, 234, - 235, - 236, - 237, - 238, - 239, - 240, - 186, - 241, - 242, - 243, - 197, - 244, - 245, - 246, - 247, + 172, + 175, + 176, + 177, + 178, + 179, + 180, + 181, + 182, + 183, 185, + 186, + 187, 188, 189, 190, @@ -462,6 +453,7 @@ final _data = { 194, 195, 196, + 197, 198, 199, 200, @@ -470,20 +462,7 @@ final _data = { 203, 204, 205, - 206, - 207, - 208, - 209, - 210, - 211, - 212, - 213, - 214, - 215, - 216, - 217, - 218, - 219 + 206 ], const [], 12, @@ -493,7 +472,7 @@ final _data = { r'': (bool b) => ( {reflector = const prefix14.ThrowingReflector( errorMessage: - '${ContainerConst.defaultErrorMessage} $_reflectionInfo'), + '${ThrowingReflector.defaultErrorMessage} $_reflectionInfo'), environment = prefix15.angelEnv, logger, allowMethodOverrides = true, @@ -521,60 +500,60 @@ final _data = { 10, const prefix0.ContainedReflectable(), const [ + 208, + 235, + 209, + 210, + 236, + 211, + 212, + 213, + 214, + 215, + 216, + 237, + 217, + 218, + 219, + 220, 221, - 248, 222, 223, - 249, 224, 225, 226, 227, - 228, - 229, - 250, - 230, - 231, - 232, - 233, - 234, - 235, - 236, - 237, - 238, - 239, - 240, - 251 + 238 ], const [ + 114, + 115, + 116, + 117, 118, - 119, - 120, - 121, - 122, + 208, + 235, + 209, + 210, + 236, + 211, + 212, + 213, + 214, + 215, + 216, + 237, + 217, + 218, + 219, + 220, 221, - 248, 222, 223, - 249, 224, 225, 226, - 227, - 228, - 229, - 250, - 230, - 231, - 232, - 233, - 234, - 235, - 236, - 237, - 238, - 239, - 240 + 227 ], const [], 4, @@ -596,8 +575,8 @@ final _data = { 134218247, 11, const prefix0.ContainedReflectable(), - const [252, 253, 254, 255, 256, 257, 258], - const [118, 119, 120, 121, 122, 257], + const [239, 240, 241, 242, 243, 244, 245], + const [114, 115, 116, 117, 118, 244], const [], 4, {}, @@ -614,45 +593,45 @@ final _data = { 134217735, 12, const prefix0.ContainedReflectable(), - const [51, 259, 241, 242, 243, 260, 261, 245, 246, 247, 262], + const [47, 246, 228, 229, 230, 247, 248, 232, 233, 234, 249], const [ + 114, + 115, + 116, + 117, 118, - 119, - 120, - 121, - 122, + 208, + 247, + 209, + 210, + 236, + 211, + 212, + 213, + 214, + 215, + 216, + 237, + 217, + 218, + 219, + 220, 221, - 260, 222, 223, - 249, 224, 225, 226, 227, + 246, 228, 229, - 250, 230, + 248, 231, 232, 233, - 234, - 235, - 236, - 237, - 238, - 239, - 240, - 259, - 241, - 242, - 243, - 261, - 244, - 245, - 246, - 247 + 234 ], const [], 10, @@ -673,8 +652,8 @@ final _data = { 134217735, 13, const prefix0.ContainedReflectable(), - const [263, 264, 265, 266, 267, 268, 269], - const [118, 266, 120, 267, 122, 263, 264, 265], + const [250, 251, 252, 253, 254, 255, 256], + const [114, 253, 116, 254, 118, 250, 251, 252], const [], 4, {}, @@ -698,6 +677,19 @@ final _data = { 14, const prefix0.ContainedReflectable(), const [ + 257, + 258, + 259, + 260, + 261, + 262, + 263, + 264, + 265, + 266, + 267, + 268, + 269, 270, 271, 272, @@ -728,23 +720,10 @@ final _data = { 297, 298, 299, - 300, - 301, - 302, - 303, - 304, - 305, - 306, - 307, - 308, - 309, - 310, - 311, - 312, - 313 + 300 ], - const [118, 119, 120, 121, 122], - const [270, 271, 272], + const [114, 115, 116, 117, 118], + const [257, 258, 259], 4, { r'castFrom': () => List.castFrom, @@ -784,6 +763,19 @@ final _data = { 15, const prefix0.ContainedReflectable(), const [ + 301, + 302, + 303, + 304, + 305, + 306, + 307, + 308, + 309, + 310, + 311, + 312, + 313, 314, 315, 316, @@ -800,23 +792,10 @@ final _data = { 327, 328, 329, - 330, - 331, - 332, - 333, - 334, - 335, - 336, - 337, - 338, - 339, - 340, - 341, - 342, - 343 + 330 ], - const [118, 119, 120, 121, 122], - const [314], + const [114, 115, 116, 117, 118], + const [301], 4, {r'castFrom': () => Map.castFrom}, {}, @@ -849,6 +828,19 @@ final _data = { 16, const prefix0.ContainedReflectable(), const [ + 331, + 332, + 333, + 334, + 335, + 336, + 337, + 338, + 339, + 340, + 341, + 342, + 343, 344, 345, 346, @@ -870,22 +862,9 @@ final _data = { 362, 363, 364, - 365, - 366, - 367, - 368, - 369, - 370, - 371, - 372, - 373, - 374, - 375, - 376, - 377, - 378 + 365 ], - const [118, 119, 120, 121, 122], + const [114, 115, 116, 117, 118], const [], 4, {}, @@ -911,6 +890,19 @@ final _data = { 17, const prefix0.ContainedReflectable(), const [ + 366, + 367, + 368, + 369, + 370, + 371, + 372, + 373, + 374, + 375, + 376, + 377, + 378, 379, 380, 381, @@ -928,23 +920,10 @@ final _data = { 393, 394, 395, - 396, - 397, - 398, - 399, - 400, - 401, - 402, - 403, - 404, - 405, - 406, - 407, - 408, - 409 + 396 ], - const [118, 119, 120, 121, 122], - const [403, 404], + const [114, 115, 116, 117, 118], + const [390, 391], -1, {r'parse': () => int.parse, r'tryParse': () => int.tryParse}, {}, @@ -964,8 +943,8 @@ final _data = { 134218247, 18, const prefix0.ContainedReflectable(), - const [410, 411, 412, 413], - const [118, 119, 120, 121, 122], + const [397, 398, 399, 400], + const [114, 115, 116, 117, 118], const [], 4, {}, @@ -983,24 +962,24 @@ final _data = { 19, const prefix0.ContainedReflectable(), const [ + 401, + 402, + 403, + 404, + 405, + 406, + 407, + 408, + 409, + 410, + 411, + 412, + 413, 414, - 415, - 416, - 417, - 418, - 419, - 420, - 421, - 422, - 423, - 424, - 425, - 426, - 427, - 428 + 415 ], - const [118, 119, 120, 121, 122], - const [414, 415, 416, 417], + const [114, 115, 116, 117, 118], + const [401, 402, 403, 404], 4, { r'wait': () => prefix10.Future.wait, @@ -1038,7 +1017,7 @@ final _data = { 20, const prefix0.ContainedReflectable(), const [], - const [118, 119, 120, 121, 122], + const [114, 115, 116, 117, 118], const [], 4, {}, @@ -1058,9 +1037,9 @@ final _data = { 134217735, 21, const prefix0.ContainedReflectable(), - const [52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 440, 441], - const [118, 119, 120, 121, 122, 429, 430, 431, 432, 433], - const [434, 435, 436, 437, 438, 439], + const [48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 427, 428], + const [114, 115, 116, 117, 118, 416, 417, 418, 419, 420], + const [421, 422, 423, 424, 425, 426], 4, { r'get': () => prefix11.Expose.get, @@ -1084,9 +1063,8 @@ final _data = { method: method, middleware: middleware) : null, - r'method': (bool b) => (method, - {middleware = const [], as, allowNull = const []}) => - b + r'method': (bool b) => + (method, {middleware, as, allowNull = const []}) => b ? prefix11.Expose.method(method, allowNull: allowNull, as: as, middleware: middleware) : null @@ -1102,22 +1080,22 @@ final _data = { 134217735, 22, const prefix0.ContainedReflectable(), - const [63, 443], + const [59, 430], const [ + 114, + 431, + 116, + 117, 118, - 444, - 120, - 121, - 122, - 445, - 446, - 447, - 448, - 449, - 450, - 451, - 452, - 442 + 432, + 433, + 434, + 435, + 436, + 437, + 438, + 439, + 429 ], const [], -1, @@ -1140,8 +1118,8 @@ final _data = { 134218247, 23, const prefix0.ContainedReflectable(), - const [453, 454, 455, 456, 457, 458, 459], - const [118, 119, 120, 121, 122], + const [440, 441, 442, 443, 444, 445, 446], + const [114, 115, 116, 117, 118], const [], 4, {}, @@ -1159,22 +1137,22 @@ final _data = { 24, const prefix0.ContainedReflectable(), const [ - 460, - 461, - 462, - 463, - 464, - 465, - 466, - 467, - 468, - 469, - 470, - 471, - 472, - 473 + 447, + 448, + 449, + 450, + 451, + 452, + 453, + 454, + 455, + 456, + 457, + 458, + 459, + 460 ], - const [118, 119, 120, 121, 122], + const [114, 115, 116, 117, 118], const [], 4, {}, @@ -1191,8 +1169,8 @@ final _data = { 134218247, 25, const prefix0.ContainedReflectable(), - const [474, 475, 476, 477, 478, 479, 480], - const [118, 119, 120, 121, 122], + const [461, 462, 463, 464, 465, 466, 467], + const [114, 115, 116, 117, 118], const [], 4, {}, @@ -1210,6 +1188,19 @@ final _data = { 26, const prefix0.ContainedReflectable(), const [ + 468, + 469, + 470, + 471, + 472, + 473, + 474, + 475, + 476, + 477, + 478, + 479, + 480, 481, 482, 483, @@ -1231,27 +1222,27 @@ final _data = { 499, 500, 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515 + 502 ], const [ + 114, + 492, + 116, + 117, 118, - 505, - 120, - 121, - 122, + 469, + 470, + 471, + 472, + 473, + 474, + 475, + 476, + 477, + 478, + 479, + 480, + 481, 482, 483, 484, @@ -1262,27 +1253,14 @@ final _data = { 489, 490, 491, - 492, - 493, 494, 495, 496, 497, 498, - 499, - 500, - 501, - 502, - 503, - 504, - 507, - 508, - 509, - 510, - 511, - 512 + 499 ], - const [481], + const [468], 4, {r'castFrom': () => Iterable.castFrom}, {}, @@ -1305,8 +1283,8 @@ final _data = { 134218247, 27, const prefix0.ContainedReflectable(), - const [516], - const [118, 119, 120, 121, 122], + const [503], + const [114, 115, 116, 117, 118], const [], 4, {}, @@ -1612,42 +1590,10 @@ final _data = { 16, 16, const [], const []), r.VariableMirrorImpl( - r'text', - 67239941, + r'item', + 134348805, 7, const prefix0.ContainedReflectable(), - 16, - 16, - 16, const [], const []), - r.VariableMirrorImpl( - r'over', - 67239941, - 7, - const prefix0.ContainedReflectable(), - 16, - 16, - 16, const [], const []), - r.VariableMirrorImpl( - r'id', - 67239941, - -1, - const prefix0.ContainedReflectable(), - 16, - 16, - 16, const [], const []), - r.VariableMirrorImpl( - r'createdAt', - 67239941, - -1, - const prefix0.ContainedReflectable(), - -1, - 57, - 57, const [], const []), - r.VariableMirrorImpl( - r'updatedAt', - 67239941, - -1, - const prefix0.ContainedReflectable(), -1, 57, 57, const [], const []), @@ -1729,13 +1675,13 @@ final _data = { 16, const [], const []), r.VariableMirrorImpl( r'path', - 134349829, + 67240965, 21, const prefix0.ContainedReflectable(), 16, 16, 16, const [], const []), - r.VariableMirrorImpl(r'middleware', 151127045, 21, + r.VariableMirrorImpl(r'middleware', 84018181, 21, const prefix0.ContainedReflectable(), 26, 68, 26, null, const []), r.VariableMirrorImpl( r'as', @@ -1833,7 +1779,7 @@ final _data = { 16, const [], const []), r.MethodMirrorImpl(r'main', 9699352, 0, -1, -1, -1, const [], const [], const prefix0.ContainedReflectable(), const []), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 0, 39), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 0, 35), r.MethodMirrorImpl( r'identical', 10485784, @@ -1858,15 +1804,15 @@ final _data = { const []), r.MethodMirrorImpl(r'print', 9699352, -1, -1, -1, -1, const [], const [3], const prefix0.ContainedReflectable(), const []), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 1, 43), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 2, 44), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 3, 45), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 4, 46), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 5, 47), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 6, 48), - r.ImplicitSetterMirrorImpl(const prefix0.ContainedReflectable(), 6, 49), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 7, 50), - r.ImplicitSetterMirrorImpl(const prefix0.ContainedReflectable(), 7, 51), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 1, 39), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 2, 40), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 3, 41), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 4, 42), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 5, 43), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 6, 44), + r.ImplicitSetterMirrorImpl(const prefix0.ContainedReflectable(), 6, 45), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 7, 46), + r.ImplicitSetterMirrorImpl(const prefix0.ContainedReflectable(), 7, 47), r.MethodMirrorImpl( r'reflectors', 44040211, @@ -1917,7 +1863,7 @@ final _data = { const [14, 15, 16, 17], const prefix0.ContainedReflectable(), const []), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 8, 59), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 8, 55), r.MethodMirrorImpl( r'reflectableNoSuchInvokableError', 8912920, @@ -1973,49 +1919,49 @@ final _data = { const [35, 36, 37, 38], const prefix0.ContainedReflectable(), const []), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 9, 65), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 9, 61), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 10, 66), + const prefix0.ContainedReflectable(), 10, 62), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 11, 67), + const prefix0.ContainedReflectable(), 11, 63), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 12, 68), + const prefix0.ContainedReflectable(), 12, 64), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 13, 69), + const prefix0.ContainedReflectable(), 13, 65), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 14, 70), + const prefix0.ContainedReflectable(), 14, 66), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 15, 71), + const prefix0.ContainedReflectable(), 15, 67), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 16, 72), + const prefix0.ContainedReflectable(), 16, 68), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 17, 73), + const prefix0.ContainedReflectable(), 17, 69), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 18, 74), + const prefix0.ContainedReflectable(), 18, 70), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 19, 75), + const prefix0.ContainedReflectable(), 19, 71), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 20, 76), + const prefix0.ContainedReflectable(), 20, 72), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 21, 77), + const prefix0.ContainedReflectable(), 21, 73), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 22, 78), + const prefix0.ContainedReflectable(), 22, 74), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 23, 79), + const prefix0.ContainedReflectable(), 23, 75), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 24, 80), + const prefix0.ContainedReflectable(), 24, 76), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 25, 81), + const prefix0.ContainedReflectable(), 25, 77), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 26, 82), + const prefix0.ContainedReflectable(), 26, 78), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 27, 83), + const prefix0.ContainedReflectable(), 27, 79), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 28, 84), + const prefix0.ContainedReflectable(), 28, 80), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 29, 85), + const prefix0.ContainedReflectable(), 29, 81), r.MethodMirrorImpl( - r'todo', + r'order', 2097154, 0, 7, @@ -2099,13 +2045,11 @@ final _data = { const [46, 47], const prefix0.ContainedReflectable(), const []), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 0, 97), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 1, 98), - r.ImplicitSetterMirrorImpl(const prefix0.ContainedReflectable(), 1, 99), - r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 2, 100), - r.ImplicitSetterMirrorImpl( - const prefix0.ContainedReflectable(), 2, 101), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 0, 93), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 1, 94), + r.ImplicitSetterMirrorImpl(const prefix0.ContainedReflectable(), 1, 95), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 2, 96), + r.ImplicitSetterMirrorImpl(const prefix0.ContainedReflectable(), 2, 97), r.MethodMirrorImpl(r'app', 2097155, 2, 9, 9, 9, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'mountPoint', 35651587, 2, 22, 79, 22, null, @@ -2205,9 +2149,9 @@ final _data = { r.MethodMirrorImpl(r'getInstance', 2097170, 3, 3, 3, 3, const [], const [56], const prefix0.ContainedReflectable(), const []), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 3, 115), + const prefix0.ContainedReflectable(), 3, 111), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 4, 116), + const prefix0.ContainedReflectable(), 4, 112), r.MethodMirrorImpl( r'', 128, @@ -2294,41 +2238,14 @@ final _data = { const []), r.MethodMirrorImpl(r'fromList', 128, 6, -1, 6, 6, const [], const [111], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'toJson', 35651586, 7, 15, 85, 15, null, - const [], const prefix0.ContainedReflectable(), const []), - r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 5, 128), - r.ImplicitSetterMirrorImpl( - const prefix0.ContainedReflectable(), 5, 129), - r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 6, 130), - r.ImplicitSetterMirrorImpl( - const prefix0.ContainedReflectable(), 6, 131), - r.MethodMirrorImpl( - r'', - 0, - 7, - -1, - 7, - 7, - const [], - const [112, 113], - const prefix0.ContainedReflectable(), - const []), - r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 7, 133), - r.ImplicitSetterMirrorImpl( - const prefix0.ContainedReflectable(), 7, 134), - r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 8, 135), - r.ImplicitSetterMirrorImpl( - const prefix0.ContainedReflectable(), 8, 136), - r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 9, 137), - r.ImplicitSetterMirrorImpl( - const prefix0.ContainedReflectable(), 9, 138), - r.MethodMirrorImpl(r'idAsInt', 2097155, -1, 17, 17, 17, const [], + r.ImplicitGetterMirrorImpl( + const prefix0.ContainedReflectable(), 5, 123), + r.ImplicitSetterMirrorImpl( + const prefix0.ContainedReflectable(), 5, 124), + r.MethodMirrorImpl(r'name', 2097155, 7, 16, 16, 16, const [], const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'', 0, 7, -1, 7, 7, const [], const [112], + const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'memberName', 2097667, 8, -1, 33, 33, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2336,7 +2253,7 @@ final _data = { 35651587, 8, 14, - 86, + 85, 14, const [18], const [], @@ -2347,13 +2264,13 @@ final _data = { 35652099, 8, 14, - 87, + 86, 14, null, const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'namedArguments', 35652099, 8, 15, 88, 15, null, + r.MethodMirrorImpl(r'namedArguments', 35652099, 8, 15, 87, 15, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'isMethod', 2097667, 8, 13, 13, 13, const [], const [], const prefix0.ContainedReflectable(), const []), @@ -2373,7 +2290,7 @@ final _data = { 8, 8, const [], - const [119, 120, 121], + const [114, 115, 116], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2384,11 +2301,11 @@ final _data = { 8, 8, const [], - const [122, 123, 124, 125], + const [117, 118, 119, 120], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'getter', 257, 8, -1, 8, 8, const [], - const [126], const prefix0.ContainedReflectable(), const []), + const [121], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'setter', 257, @@ -2397,7 +2314,7 @@ final _data = { 8, 8, const [], - const [127, 128], + const [122, 123], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2405,10 +2322,10 @@ final _data = { 35651586, 9, -1, + 88, 89, - 90, null, - const [129, 130, 131, 132], + const [124, 125, 126, 127], const prefix0.ContainedReflectable(), const [override]), r.MethodMirrorImpl( @@ -2416,10 +2333,10 @@ final _data = { 35651586, 9, 22, - 91, + 90, 22, null, - const [133, 134], + const [128, 129], const prefix0.ContainedReflectable(), const [override]), r.MethodMirrorImpl( @@ -2452,7 +2369,7 @@ final _data = { -1, -1, const [], - const [135, 136, 137, 138], + const [130, 131, 132, 133], const prefix0.ContainedReflectable(), const [override]), r.MethodMirrorImpl( @@ -2460,10 +2377,10 @@ final _data = { 35651586, 9, 19, - 92, + 91, 19, null, - const [139, 140, 141], + const [134, 135, 136], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2471,10 +2388,10 @@ final _data = { 35651586, 9, 19, - 93, + 92, 19, const [13], - const [142, 143, 144], + const [137, 138, 139], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2485,7 +2402,7 @@ final _data = { -1, -1, const [], - const [145], + const [140], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2496,7 +2413,7 @@ final _data = { -1, -1, const [], - const [146], + const [141], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2504,10 +2421,10 @@ final _data = { 35651586, 9, 19, - 92, + 91, 19, null, - const [147, 148, 149, 150], + const [142, 143, 144, 145], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2515,69 +2432,69 @@ final _data = { 35651586, 9, 19, - 92, + 91, 19, null, - const [151, 152, 153, 154], + const [146, 147, 148, 149], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'configure', 35651586, 9, 19, 92, 19, null, - const [155], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'mountController', 35651586, 9, 19, 94, 19, null, - const [156], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'fallback', 35651586, 9, -1, 95, 96, null, - const [157], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'configure', 35651586, 9, 19, 91, 19, null, + const [150], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'mountController', 35651586, 9, 19, 93, 19, null, + const [151], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'fallback', 35651586, 9, -1, 94, 95, null, + const [152], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'use', 35651586, 9, -1, + 96, 97, - 98, null, - const [158, 159], + const [153, 154], const prefix0.ContainedReflectable(), const [override]), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 10, 168), + const prefix0.ContainedReflectable(), 6, 155), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 11, 169), + const prefix0.ContainedReflectable(), 7, 156), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 12, 170), + const prefix0.ContainedReflectable(), 8, 157), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 13, 171), + const prefix0.ContainedReflectable(), 9, 158), r.ImplicitSetterMirrorImpl( - const prefix0.ContainedReflectable(), 13, 172), + const prefix0.ContainedReflectable(), 9, 159), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 14, 173), + const prefix0.ContainedReflectable(), 10, 160), r.ImplicitSetterMirrorImpl( - const prefix0.ContainedReflectable(), 14, 174), + const prefix0.ContainedReflectable(), 10, 161), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 15, 175), + const prefix0.ContainedReflectable(), 11, 162), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 16, 176), + const prefix0.ContainedReflectable(), 12, 163), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 17, 177), + const prefix0.ContainedReflectable(), 13, 164), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 18, 178), + const prefix0.ContainedReflectable(), 14, 165), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 19, 179), + const prefix0.ContainedReflectable(), 15, 166), r.ImplicitSetterMirrorImpl( - const prefix0.ContainedReflectable(), 19, 180), + const prefix0.ContainedReflectable(), 15, 167), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 20, 181), + const prefix0.ContainedReflectable(), 16, 168), r.ImplicitSetterMirrorImpl( - const prefix0.ContainedReflectable(), 20, 182), - r.MethodMirrorImpl(r'preContained', 35651587, 9, 15, 99, 15, null, + const prefix0.ContainedReflectable(), 16, 169), + r.MethodMirrorImpl(r'preContained', 35651587, 9, 15, 98, 15, null, const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'optimizedRouter', 35651587, 9, 10, 100, 10, null, + r.MethodMirrorImpl(r'optimizedRouter', 35651587, 9, 10, 99, 10, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'children', 35651587, 9, 14, - 101, + 100, 14, const [9], const [], @@ -2588,18 +2505,18 @@ final _data = { 35651587, 9, 15, - 103, + 102, 15, - const [102, 2], + const [101, 2], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'parent', 2097155, 9, 9, 9, 9, const [], const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'logger', 2097155, 9, -1, 104, 104, const [], + r.MethodMirrorImpl(r'logger', 2097155, 9, -1, 103, 103, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'logger=', 1310724, 9, -1, -1, -1, const [], - const [170], const prefix0.ContainedReflectable(), const []), + const [165], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'', 0, @@ -2608,7 +2525,7 @@ final _data = { 9, 9, const [], - const [160, 161, 162, 163, 164, 165], + const [155, 156, 157, 158, 159, 160], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2622,19 +2539,19 @@ final _data = { const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'chain', 35651586, 10, -1, 105, 106, null, - const [171], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'clone', 35651586, 10, 10, 107, 10, null, + r.MethodMirrorImpl(r'chain', 35651586, 10, -1, 104, 105, null, + const [166], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'clone', 35651586, 10, 10, 106, 10, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'group', 35651586, 10, 22, - 108, + 107, 22, null, - const [172, 173, 174, 175], + const [167, 168, 169, 170], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2642,10 +2559,10 @@ final _data = { 35651586, 10, 19, - 109, + 108, 19, null, - const [176, 177, 178, 179], + const [171, 172, 173, 174], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2656,7 +2573,7 @@ final _data = { 16, 16, const [], - const [180, 181], + const [175, 176], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2667,7 +2584,7 @@ final _data = { 13, 13, const [], - const [182, 183, 184, 185, 186], + const [177, 178, 179, 180, 181], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2675,10 +2592,10 @@ final _data = { 35651586, 10, 26, - 110, + 109, 26, null, - const [187, 188, 189], + const [182, 183, 184], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2686,10 +2603,10 @@ final _data = { 35651586, 10, 26, - 110, + 109, 26, null, - const [190, 191, 192, 193], + const [185, 186, 187, 188], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2697,10 +2614,10 @@ final _data = { 35651586, 10, -1, + 110, 111, - 112, null, - const [194, 195, 196], + const [189, 190, 191], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2708,10 +2625,10 @@ final _data = { 35651586, 10, -1, + 110, 111, - 112, null, - const [197, 198, 199], + const [192, 193, 194], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2719,10 +2636,10 @@ final _data = { 35651586, 10, -1, + 110, 111, - 112, null, - const [200, 201, 202], + const [195, 196, 197], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2730,10 +2647,10 @@ final _data = { 35651586, 10, -1, + 110, 111, - 112, null, - const [203, 204, 205], + const [198, 199, 200], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2741,10 +2658,10 @@ final _data = { 35651586, 10, -1, + 110, 111, - 112, null, - const [206, 207, 208], + const [201, 202, 203], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2752,10 +2669,10 @@ final _data = { 35651586, 10, -1, + 110, 111, - 112, null, - const [209, 210, 211], + const [204, 205, 206], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2763,10 +2680,10 @@ final _data = { 35651586, 10, -1, + 110, 111, - 112, null, - const [212, 213, 214], + const [207, 208, 209], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2774,59 +2691,59 @@ final _data = { 35651586, 10, -1, + 112, 113, - 114, null, - const [215, 216, 217], + const [210, 211, 212], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'middleware', 35651587, 10, 14, 115, 14, null, + r.MethodMirrorImpl(r'middleware', 35651587, 10, 14, 114, 14, null, const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'mounted', 35651587, 10, 15, 116, 15, null, + r.MethodMirrorImpl(r'mounted', 35651587, 10, 15, 115, 15, null, const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'routes', 35651587, 10, 14, 117, 14, null, + r.MethodMirrorImpl(r'routes', 35651587, 10, 14, 116, 14, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'findService', 2, 12, -1, -1, -1, const [], - const [218], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'findServiceOf', 35651586, 12, -1, 118, 119, null, - const [219], const prefix0.ContainedReflectable(), const []), + const [213], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'findServiceOf', 35651586, 12, -1, 117, 118, null, + const [214], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'findHookedService', 35651586, 12, -1, + 119, 120, - 121, null, - const [220], + const [215], const prefix0.ContainedReflectable(), const []), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 21, 214), + const prefix0.ContainedReflectable(), 17, 201), r.MethodMirrorImpl( r'container', 2097155, 12, -1, - 122, - 122, + 121, + 121, const [], const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'services', 35651587, 12, 15, 123, 15, null, + r.MethodMirrorImpl(r'services', 35651587, 12, 15, 122, 15, null, const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'onService', 35651587, 12, -1, 124, 125, null, + r.MethodMirrorImpl(r'onService', 35651587, 12, -1, 123, 124, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'addRoute', 35651586, 10, -1, + 110, 111, - 112, null, - const [221, 222, 223, 224], + const [216, 217, 218, 219], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2837,7 +2754,7 @@ final _data = { -1, -1, const [], - const [225, 226, 227], + const [220, 221, 222], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2845,25 +2762,25 @@ final _data = { 35651586, 10, 22, - 108, + 107, 22, null, - const [228, 229], + const [223, 224], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'', 0, 10, -1, 107, 10, null, const [], + r.MethodMirrorImpl(r'', 0, 10, -1, 106, 10, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'getName', 2097666, 11, 16, 16, 16, const [], - const [230], const prefix0.ContainedReflectable(), const []), + const [225], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'reflectClass', 2097666, 11, -1, - 126, - 126, + 125, + 125, const [], - const [231], + const [226], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2871,10 +2788,10 @@ final _data = { 2097666, 11, -1, - 127, - 127, + 126, + 126, const [], - const [232], + const [227], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2882,10 +2799,10 @@ final _data = { 2097666, 11, -1, - 128, - 128, + 127, + 127, const [], - const [233], + const [228], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2893,10 +2810,10 @@ final _data = { 2097666, 11, -1, - 129, - 129, + 128, + 128, const [], - const [234], + const [229], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2904,10 +2821,10 @@ final _data = { 2097154, 11, -1, - 130, - 130, + 129, + 129, const [], - const [235], + const [230], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'', 128, 11, -1, 11, 11, const [], @@ -2919,10 +2836,10 @@ final _data = { 35651586, 12, -1, + 88, 89, - 90, null, - const [236, 237, 238, 239], + const [231, 232, 233, 234], const prefix0.ContainedReflectable(), const [override]), r.MethodMirrorImpl( @@ -2930,20 +2847,20 @@ final _data = { 35651586, 12, -1, + 130, 131, - 132, null, - const [240, 241], + const [235, 236], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'', 0, 12, -1, 12, 12, const [], - const [242], const prefix0.ContainedReflectable(), const []), + const [237], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'&', 2097154, 13, 13, 13, 13, const [], - const [243], const prefix0.ContainedReflectable(), const []), + const [238], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'|', 2097154, 13, 13, 13, 13, const [], - const [244], const prefix0.ContainedReflectable(), const []), + const [239], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'^', 2097154, 13, 13, 13, 13, const [], - const [245], const prefix0.ContainedReflectable(), const []), + const [240], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'toString', 2097154, 13, 16, 16, 16, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'hashCode', 2097155, 13, 17, 17, 17, const [], @@ -2956,7 +2873,7 @@ final _data = { 13, 13, const [], - const [246, 247], + const [241, 242], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2967,11 +2884,11 @@ final _data = { 13, 13, const [], - const [248], + const [243], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'castFrom', 35651602, 14, 14, 133, 14, null, - const [249], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'castFrom', 35651602, 14, 14, 132, 14, null, + const [244], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'copyRange', 1310738, @@ -2980,7 +2897,7 @@ final _data = { -1, -1, const [], - const [250, 251, 252, 253, 254], + const [245, 246, 247, 248, 249], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2991,13 +2908,13 @@ final _data = { -1, -1, const [], - const [255, 256, 257], + const [250, 251, 252], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'cast', 35652098, 14, 14, 134, 14, null, + r.MethodMirrorImpl(r'cast', 35652098, 14, 14, 133, 14, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'[]', 514, 14, -1, -1, -1, const [], - const [258], const prefix0.ContainedReflectable(), const []), + const [253], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'[]=', 1311234, @@ -3006,17 +2923,17 @@ final _data = { -1, -1, const [], - const [259, 260], + const [254, 255], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'add', 1311234, 14, -1, -1, -1, const [], - const [261], const prefix0.ContainedReflectable(), const []), + const [256], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'addAll', 1311234, 14, -1, -1, -1, const [], - const [262], const prefix0.ContainedReflectable(), const []), + const [257], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'sort', 1311234, 14, -1, -1, -1, const [], - const [263], const prefix0.ContainedReflectable(), const []), + const [258], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'shuffle', 1311234, 14, -1, -1, -1, const [], - const [264], const prefix0.ContainedReflectable(), const []), + const [259], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'indexOf', 2097666, @@ -3025,7 +2942,7 @@ final _data = { 17, 17, const [], - const [265, 266], + const [260, 261], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3036,7 +2953,7 @@ final _data = { 17, 17, const [], - const [267, 268], + const [262, 263], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3047,7 +2964,7 @@ final _data = { 17, 17, const [], - const [269, 270], + const [264, 265], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3058,7 +2975,7 @@ final _data = { 17, 17, const [], - const [271, 272], + const [266, 267], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'clear', 1311234, 14, -1, -1, -1, const [], @@ -3071,7 +2988,7 @@ final _data = { -1, -1, const [], - const [273, 274], + const [268, 269], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3082,7 +2999,7 @@ final _data = { -1, -1, const [], - const [275, 276], + const [270, 271], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3093,13 +3010,13 @@ final _data = { -1, -1, const [], - const [277, 278], + const [272, 273], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'remove', 2097666, 14, 13, 13, 13, const [], - const [279], const prefix0.ContainedReflectable(), const []), + const [274], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'removeAt', 514, 14, -1, -1, -1, const [], - const [280], const prefix0.ContainedReflectable(), const []), + const [275], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'removeLast', 514, 14, -1, -1, -1, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3110,7 +3027,7 @@ final _data = { -1, -1, const [], - const [281], + const [276], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3121,20 +3038,20 @@ final _data = { -1, -1, const [], - const [282], + const [277], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'+', 35652098, 14, 14, 135, 14, null, - const [283], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'+', 35652098, 14, 14, 134, 14, null, + const [278], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'sublist', 35652098, 14, 14, - 135, + 134, 14, null, - const [284, 285], + const [279, 280], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3142,10 +3059,10 @@ final _data = { 35652098, 14, 26, - 136, + 135, 26, null, - const [286, 287], + const [281, 282], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3156,7 +3073,7 @@ final _data = { -1, -1, const [], - const [288, 289, 290, 291], + const [283, 284, 285, 286], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3167,7 +3084,7 @@ final _data = { -1, -1, const [], - const [292, 293], + const [287, 288], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3178,7 +3095,7 @@ final _data = { -1, -1, const [], - const [294, 295, 296], + const [289, 290, 291], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3189,47 +3106,47 @@ final _data = { -1, -1, const [], - const [297, 298, 299], + const [292, 293, 294], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'asMap', 35652098, 14, 15, 137, 15, null, + r.MethodMirrorImpl(r'asMap', 35652098, 14, 15, 136, 15, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'==', 2097666, 14, 13, 13, 13, const [], - const [300], const prefix0.ContainedReflectable(), const []), + const [295], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'first=', 1311236, 14, -1, -1, -1, const [], - const [314], const prefix0.ContainedReflectable(), const []), + const [309], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'last=', 1311236, 14, -1, -1, -1, const [], - const [315], const prefix0.ContainedReflectable(), const []), + const [310], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'length', 2097667, 14, 17, 17, 17, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'length=', 1311236, 14, -1, -1, -1, const [], - const [316], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'reversed', 35652099, 14, 26, 136, 26, null, + const [311], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'reversed', 35652099, 14, 26, 135, 26, null, const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'', 1, 14, -1, 135, 14, null, const [301], + r.MethodMirrorImpl(r'', 1, 14, -1, 134, 14, null, const [296], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'filled', 1, 14, -1, - 135, + 134, 14, null, - const [302, 303, 304], + const [297, 298, 299], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'empty', 1, 14, -1, 135, 14, null, const [305], + r.MethodMirrorImpl(r'empty', 1, 14, -1, 134, 14, null, const [300], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'from', 1, 14, -1, - 135, + 134, 14, null, - const [306, 307], + const [301, 302], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3237,10 +3154,10 @@ final _data = { 1, 14, -1, - 135, + 134, 14, null, - const [308, 309], + const [303, 304], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3248,17 +3165,17 @@ final _data = { 1, 14, -1, - 135, + 134, 14, null, - const [310, 311, 312], + const [305, 306, 307], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'unmodifiable', 1, 14, -1, 135, 14, null, - const [313], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'castFrom', 35651602, 15, 15, 138, 15, null, - const [317], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'cast', 35652098, 15, 15, 139, 15, null, + r.MethodMirrorImpl(r'unmodifiable', 1, 14, -1, 134, 14, null, + const [308], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'castFrom', 35651602, 15, 15, 137, 15, null, + const [312], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'cast', 35652098, 15, 15, 138, 15, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'containsValue', @@ -3268,7 +3185,7 @@ final _data = { 13, 13, const [], - const [318], + const [313], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3279,11 +3196,11 @@ final _data = { 13, 13, const [], - const [319], + const [314], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'[]', 514, 15, -1, -1, -1, const [], - const [320], const prefix0.ContainedReflectable(), const []), + const [315], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'[]=', 1311234, @@ -3292,11 +3209,11 @@ final _data = { -1, -1, const [], - const [321, 322], + const [316, 317], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'map', 35652098, 15, 15, 140, 15, null, - const [323], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'map', 35652098, 15, 15, 139, 15, null, + const [318], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'addEntries', 1311234, @@ -3305,7 +3222,7 @@ final _data = { -1, -1, const [], - const [324], + const [319], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3316,11 +3233,11 @@ final _data = { -1, -1, const [], - const [325, 326, 327], + const [320, 321, 322], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'updateAll', 1311234, 15, -1, -1, -1, const [], - const [328], const prefix0.ContainedReflectable(), const []), + const [323], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'removeWhere', 1311234, @@ -3329,7 +3246,7 @@ final _data = { -1, -1, const [], - const [329], + const [324], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3340,22 +3257,22 @@ final _data = { -1, -1, const [], - const [330, 331], + const [325, 326], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'addAll', 1311234, 15, -1, -1, -1, const [], - const [332], const prefix0.ContainedReflectable(), const []), + const [327], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'remove', 514, 15, -1, -1, -1, const [], - const [333], const prefix0.ContainedReflectable(), const []), + const [328], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'clear', 1311234, 15, -1, -1, -1, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'forEach', 1311234, 15, -1, -1, -1, const [], - const [334], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'entries', 35652099, 15, 26, 141, 26, null, + const [329], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'entries', 35652099, 15, 26, 140, 26, null, const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'keys', 35652099, 15, 26, 142, 26, null, + r.MethodMirrorImpl(r'keys', 35652099, 15, 26, 141, 26, null, const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'values', 35652099, 15, 26, 143, 26, null, + r.MethodMirrorImpl(r'values', 35652099, 15, 26, 142, 26, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'length', 2097667, 15, 17, 17, 17, const [], const [], const prefix0.ContainedReflectable(), const []), @@ -3372,25 +3289,25 @@ final _data = { const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'', 1, 15, -1, 144, 15, null, const [], + r.MethodMirrorImpl(r'', 1, 15, -1, 143, 15, null, const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'from', 257, 15, -1, 144, 15, null, - const [335], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'of', 257, 15, -1, 144, 15, null, const [336], + r.MethodMirrorImpl(r'from', 257, 15, -1, 143, 15, null, + const [330], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'of', 257, 15, -1, 143, 15, null, const [331], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'unmodifiable', 1, 15, -1, 144, 15, null, - const [337], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'identity', 257, 15, -1, 144, 15, null, + r.MethodMirrorImpl(r'unmodifiable', 1, 15, -1, 143, 15, null, + const [332], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'identity', 257, 15, -1, 143, 15, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'fromIterable', 257, 15, -1, - 144, + 143, 15, null, - const [338, 339, 340], + const [333, 334, 335], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3398,16 +3315,16 @@ final _data = { 257, 15, -1, - 144, + 143, 15, null, - const [341, 342], + const [336, 337], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'fromEntries', 1, 15, -1, 144, 15, null, - const [343], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'fromEntries', 1, 15, -1, 143, 15, null, + const [338], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'[]', 2097666, 16, 16, 16, 16, const [], - const [344], const prefix0.ContainedReflectable(), const []), + const [339], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'codeUnitAt', 2097666, @@ -3416,15 +3333,15 @@ final _data = { 17, 17, const [], - const [345], + const [340], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'==', 2097666, 16, 13, 13, 13, const [], - const [346], const prefix0.ContainedReflectable(), const []), + const [341], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'compareTo', 2097666, 16, 17, 17, 17, const [], - const [347], const prefix0.ContainedReflectable(), const []), + const [342], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'endsWith', 2097666, 16, 13, 13, 13, const [], - const [348], const prefix0.ContainedReflectable(), const []), + const [343], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'startsWith', 2097666, @@ -3433,7 +3350,7 @@ final _data = { 13, 13, const [], - const [349, 350], + const [344, 345], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3444,7 +3361,7 @@ final _data = { 17, 17, const [], - const [351, 352], + const [346, 347], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3455,11 +3372,11 @@ final _data = { 17, 17, const [], - const [353, 354], + const [348, 349], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'+', 2097666, 16, 16, 16, 16, const [], - const [355], const prefix0.ContainedReflectable(), const []), + const [350], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'substring', 2097666, @@ -3468,7 +3385,7 @@ final _data = { 16, 16, const [], - const [356, 357], + const [351, 352], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'trim', 2097666, 16, 16, 16, 16, const [], @@ -3478,7 +3395,7 @@ final _data = { r.MethodMirrorImpl(r'trimRight', 2097666, 16, 16, 16, 16, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'*', 2097666, 16, 16, 16, 16, const [], - const [358], const prefix0.ContainedReflectable(), const []), + const [353], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'padLeft', 2097666, @@ -3487,7 +3404,7 @@ final _data = { 16, 16, const [], - const [359, 360], + const [354, 355], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3498,7 +3415,7 @@ final _data = { 16, 16, const [], - const [361, 362], + const [356, 357], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3509,7 +3426,7 @@ final _data = { 13, 13, const [], - const [363, 364], + const [358, 359], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3520,7 +3437,7 @@ final _data = { 16, 16, const [], - const [365, 366, 367], + const [360, 361, 362], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3531,7 +3448,7 @@ final _data = { 16, 16, const [], - const [368, 369, 370], + const [363, 364, 365], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3542,7 +3459,7 @@ final _data = { 16, 16, const [], - const [371, 372], + const [366, 367], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3553,7 +3470,7 @@ final _data = { 16, 16, const [], - const [373, 374], + const [368, 369], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3564,11 +3481,11 @@ final _data = { 16, 16, const [], - const [375, 376, 377], + const [370, 371, 372], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'split', 35652098, 16, 14, 69, 14, const [16], - const [378], const prefix0.ContainedReflectable(), const []), + const [373], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'splitMapJoin', 2097666, @@ -3577,7 +3494,7 @@ final _data = { 16, 16, const [], - const [379, 380, 381], + const [374, 375, 376], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3624,13 +3541,13 @@ final _data = { 35652099, 16, 14, - 145, + 144, 14, const [17], const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'runes', 2097667, 16, -1, 146, 146, const [], + r.MethodMirrorImpl(r'runes', 2097667, 16, -1, 145, 145, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'fromCharCodes', @@ -3640,11 +3557,11 @@ final _data = { 16, 16, const [], - const [382, 383, 384], + const [377, 378, 379], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'fromCharCode', 1, 16, -1, 16, 16, const [], - const [385], const prefix0.ContainedReflectable(), const []), + const [380], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'fromEnvironment', 129, @@ -3653,23 +3570,23 @@ final _data = { 16, 16, const [], - const [386, 387], + const [381, 382], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'&', 2097666, 17, 17, 17, 17, const [], - const [388], const prefix0.ContainedReflectable(), const []), + const [383], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'|', 2097666, 17, 17, 17, 17, const [], - const [389], const prefix0.ContainedReflectable(), const []), + const [384], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'^', 2097666, 17, 17, 17, 17, const [], - const [390], const prefix0.ContainedReflectable(), const []), + const [385], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'~', 2097666, 17, 17, 17, 17, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'<<', 2097666, 17, 17, 17, 17, const [], - const [391], const prefix0.ContainedReflectable(), const []), + const [386], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'>>', 2097666, 17, 17, 17, 17, const [], - const [392], const prefix0.ContainedReflectable(), const []), + const [387], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'>>>', 2097666, 17, 17, 17, 17, const [], - const [393], const prefix0.ContainedReflectable(), const []), + const [388], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'modPow', 2097666, @@ -3678,7 +3595,7 @@ final _data = { 17, 17, const [], - const [394, 395], + const [389, 390], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3689,11 +3606,11 @@ final _data = { 17, 17, const [], - const [396], + const [391], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'gcd', 2097666, 17, 17, 17, 17, const [], - const [397], const prefix0.ContainedReflectable(), const []), + const [392], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'toUnsigned', 2097666, @@ -3702,11 +3619,11 @@ final _data = { 17, 17, const [], - const [398], + const [393], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'toSigned', 2097666, 17, 17, 17, 17, const [], - const [399], const prefix0.ContainedReflectable(), const []), + const [394], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'unary-', 2097666, 17, 17, 17, 17, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'abs', 2097666, 17, 17, 17, 17, const [], @@ -3724,8 +3641,8 @@ final _data = { 2097666, 17, -1, - 147, - 147, + 146, + 146, const [], const [], const prefix0.ContainedReflectable(), @@ -3735,8 +3652,8 @@ final _data = { 2097666, 17, -1, - 147, - 147, + 146, + 146, const [], const [], const prefix0.ContainedReflectable(), @@ -3746,8 +3663,8 @@ final _data = { 2097666, 17, -1, - 147, - 147, + 146, + 146, const [], const [], const prefix0.ContainedReflectable(), @@ -3757,8 +3674,8 @@ final _data = { 2097666, 17, -1, - 147, - 147, + 146, + 146, const [], const [], const prefix0.ContainedReflectable(), @@ -3773,7 +3690,7 @@ final _data = { 16, 16, const [], - const [400], + const [395], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3784,7 +3701,7 @@ final _data = { 17, 17, const [], - const [401, 402, 403], + const [396, 397, 398], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3795,7 +3712,7 @@ final _data = { 17, 17, const [], - const [404, 405], + const [399, 400], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'isEven', 2097667, 17, 13, 13, 13, const [], @@ -3814,11 +3731,11 @@ final _data = { 17, 17, const [], - const [406, 407], + const [401, 402], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'==', 2097666, 18, 13, 13, 13, const [], - const [408], const prefix0.ContainedReflectable(), const []), + const [403], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'toString', 2097666, 18, 16, 16, 16, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'hashCode', 2097667, 18, 17, 17, 17, const [], @@ -3830,29 +3747,55 @@ final _data = { 35651602, 19, 19, - 148, + 147, 19, null, - const [409, 410, 411], + const [404, 405, 406], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'any', 35651602, 19, 19, 149, 19, null, - const [412], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'any', 35651602, 19, 19, 148, 19, null, + const [407], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'forEach', 35651602, 19, 19, - 92, + 91, + 19, + null, + const [408, 409], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl(r'doWhile', 35651602, 19, 19, 91, 19, null, + const [410], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'then', + 35652098, + 19, + 19, + 149, + 19, + null, + const [411, 412], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'catchError', + 35652098, + 19, + 19, + 150, 19, null, const [413, 414], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'doWhile', 35651602, 19, 19, 92, 19, null, + r.MethodMirrorImpl(r'whenComplete', 35652098, 19, 19, 150, 19, null, const [415], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'asStream', 35652098, 19, -1, 151, 152, null, + const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( - r'then', + r'timeout', 35652098, 19, 19, @@ -3862,49 +3805,23 @@ final _data = { const [416, 417], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl( - r'catchError', - 35652098, - 19, - 19, - 151, - 19, - null, - const [418, 419], - const prefix0.ContainedReflectable(), - const []), - r.MethodMirrorImpl(r'whenComplete', 35652098, 19, 19, 151, 19, null, - const [420], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'asStream', 35652098, 19, -1, 152, 153, null, - const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl( - r'timeout', - 35652098, - 19, - 19, - 151, - 19, - null, - const [421, 422], - const prefix0.ContainedReflectable(), - const []), - r.MethodMirrorImpl(r'', 1, 19, -1, 151, 19, null, const [423], + r.MethodMirrorImpl(r'', 1, 19, -1, 150, 19, null, const [418], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'microtask', 1, 19, -1, 151, 19, null, - const [424], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'sync', 1, 19, -1, 151, 19, null, const [425], + r.MethodMirrorImpl(r'microtask', 1, 19, -1, 150, 19, null, + const [419], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'sync', 1, 19, -1, 150, 19, null, const [420], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'value', 1, 19, -1, 151, 19, null, const [426], + r.MethodMirrorImpl(r'value', 1, 19, -1, 150, 19, null, const [421], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'error', 1, 19, -1, - 151, + 150, 19, null, - const [427, 428], + const [422, 423], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3912,34 +3829,34 @@ final _data = { 1, 19, -1, - 151, + 150, 19, null, - const [429, 430], + const [424, 425], const prefix0.ContainedReflectable(), const []), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 22, 399), + const prefix0.ContainedReflectable(), 18, 386), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 23, 400), + const prefix0.ContainedReflectable(), 19, 387), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 24, 401), + const prefix0.ContainedReflectable(), 20, 388), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 25, 402), + const prefix0.ContainedReflectable(), 21, 389), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 26, 403), + const prefix0.ContainedReflectable(), 22, 390), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 27, 404), + const prefix0.ContainedReflectable(), 23, 391), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 28, 405), + const prefix0.ContainedReflectable(), 24, 392), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 29, 406), + const prefix0.ContainedReflectable(), 25, 393), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 30, 407), + const prefix0.ContainedReflectable(), 26, 394), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 31, 408), + const prefix0.ContainedReflectable(), 27, 395), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 32, 409), + const prefix0.ContainedReflectable(), 28, 396), r.MethodMirrorImpl( r'', 128, @@ -3948,7 +3865,7 @@ final _data = { 21, 21, const [], - const [431, 432, 433, 434, 435], + const [426, 427, 428, 429, 430], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3959,12 +3876,12 @@ final _data = { 21, 21, const [], - const [436, 437, 438, 439], + const [431, 432, 433, 434], const prefix0.ContainedReflectable(), const []), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 33, 412), - r.MethodMirrorImpl(r'', 0, 22, -1, 154, 22, null, const [440, 441], + const prefix0.ContainedReflectable(), 29, 399), + r.MethodMirrorImpl(r'', 0, 22, -1, 153, 22, null, const [435, 436], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'toString', @@ -3977,28 +3894,28 @@ final _data = { const [], const prefix0.ContainedReflectable(), const [override]), - r.MethodMirrorImpl(r'clone', 35651586, -1, -1, 155, 156, null, + r.MethodMirrorImpl(r'clone', 35651586, -1, -1, 154, 155, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'makeUri', 2097154, -1, 16, 16, 16, const [], - const [442], const prefix0.ContainedReflectable(), const []), + const [437], const prefix0.ContainedReflectable(), const []), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 34, 417), + const prefix0.ContainedReflectable(), 30, 404), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 35, 418), + const prefix0.ContainedReflectable(), 31, 405), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 36, 419), + const prefix0.ContainedReflectable(), 32, 406), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 37, 420), + const prefix0.ContainedReflectable(), 33, 407), r.ImplicitSetterMirrorImpl( - const prefix0.ContainedReflectable(), 37, 421), + const prefix0.ContainedReflectable(), 33, 408), r.MethodMirrorImpl( r'parser', 35651587, -1, -1, + 157, 158, - 159, - const [157], + const [156], const [], const prefix0.ContainedReflectable(), const []), @@ -4010,11 +3927,11 @@ final _data = { 13, 13, const [], - const [444], + const [439], const prefix0.ContainedReflectable(), const [override]), r.MethodMirrorImpl(r'delegate', 2097666, 23, 4, 4, 4, const [], - const [445], const prefix0.ContainedReflectable(), const []), + const [440], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'type', 2097667, 23, -1, 83, 83, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -4051,7 +3968,7 @@ final _data = { 13, 13, const [], - const [446], + const [441], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -4062,7 +3979,7 @@ final _data = { 13, 13, const [], - const [447], + const [442], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -4092,9 +4009,9 @@ final _data = { 35652099, 24, 14, - 161, + 160, 14, - const [160], + const [159], const [], const prefix0.ContainedReflectable(), const []), @@ -4103,7 +4020,7 @@ final _data = { 35652099, 24, 14, - 162, + 161, 14, const [24], const [], @@ -4114,7 +4031,7 @@ final _data = { 35652099, 24, 14, - 86, + 85, 14, const [18], const [], @@ -4196,7 +4113,7 @@ final _data = { 13, 13, const [], - const [448], + const [443], const prefix0.ContainedReflectable(), const [override]), r.MethodMirrorImpl(r'uri', 2097667, 25, -1, 81, 81, const [], @@ -4206,9 +4123,9 @@ final _data = { 35652099, 25, 15, - 164, + 163, 15, - const [16, 163], + const [16, 162], const [], const prefix0.ContainedReflectable(), const []), @@ -4228,9 +4145,9 @@ final _data = { 35652099, 25, 14, - 166, + 165, 14, - const [165], + const [164], const [], const prefix0.ContainedReflectable(), const []), @@ -4247,26 +4164,26 @@ final _data = { const [override]), r.MethodMirrorImpl(r'', 64, 25, -1, 25, 25, const [], const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'castFrom', 35651602, 26, 26, 167, 26, null, - const [449], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'cast', 35651586, 26, 26, 168, 26, null, + r.MethodMirrorImpl(r'castFrom', 35651602, 26, 26, 166, 26, null, + const [444], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'cast', 35651586, 26, 26, 167, 26, null, const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'followedBy', 35651586, 26, 26, 169, 26, null, - const [450], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'map', 35651586, 26, 26, 170, 26, null, - const [451], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'where', 35651586, 26, 26, 169, 26, null, - const [452], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'whereType', 35651586, 26, 26, 171, 26, null, + r.MethodMirrorImpl(r'followedBy', 35651586, 26, 26, 168, 26, null, + const [445], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'map', 35651586, 26, 26, 169, 26, null, + const [446], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'where', 35651586, 26, 26, 168, 26, null, + const [447], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'whereType', 35651586, 26, 26, 170, 26, null, const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'expand', 35651586, 26, 26, 172, 26, null, - const [453], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'expand', 35651586, 26, 26, 171, 26, null, + const [448], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'contains', 2097154, 26, 13, 13, 13, const [], - const [454], const prefix0.ContainedReflectable(), const []), + const [449], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'forEach', 1310722, 26, -1, -1, -1, const [], - const [455], const prefix0.ContainedReflectable(), const []), + const [450], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'reduce', 2, 26, -1, -1, -1, const [], - const [456], const prefix0.ContainedReflectable(), const []), + const [451], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'fold', 2, @@ -4275,27 +4192,27 @@ final _data = { -1, -1, const [], - const [457, 458], + const [452, 453], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'every', 2097154, 26, 13, 13, 13, const [], - const [459], const prefix0.ContainedReflectable(), const []), + const [454], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'join', 2097154, 26, 16, 16, 16, const [], - const [460], const prefix0.ContainedReflectable(), const []), + const [455], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'any', 2097154, 26, 13, 13, 13, const [], - const [461], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'toList', 35651586, 26, 14, 173, 14, null, - const [462], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'toSet', 35651586, 26, -1, 174, 175, null, + const [456], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'toList', 35651586, 26, 14, 172, 14, null, + const [457], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'toSet', 35651586, 26, -1, 173, 174, null, const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'take', 35651586, 26, 26, 169, 26, null, - const [463], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'takeWhile', 35651586, 26, 26, 169, 26, null, - const [464], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'skip', 35651586, 26, 26, 169, 26, null, - const [465], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'skipWhile', 35651586, 26, 26, 169, 26, null, - const [466], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'take', 35651586, 26, 26, 168, 26, null, + const [458], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'takeWhile', 35651586, 26, 26, 168, 26, null, + const [459], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'skip', 35651586, 26, 26, 168, 26, null, + const [460], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'skipWhile', 35651586, 26, 26, 168, 26, null, + const [461], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'firstWhere', 2, @@ -4304,7 +4221,7 @@ final _data = { -1, -1, const [], - const [467, 468], + const [462, 463], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -4315,7 +4232,7 @@ final _data = { -1, -1, const [], - const [469, 470], + const [464, 465], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -4326,14 +4243,14 @@ final _data = { -1, -1, const [], - const [471, 472], + const [466, 467], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'elementAt', 2, 26, -1, -1, -1, const [], - const [473], const prefix0.ContainedReflectable(), const []), + const [468], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'toString', 2097154, 26, 16, 16, 16, const [], const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'iterator', 35652099, 26, -1, 176, 177, null, + r.MethodMirrorImpl(r'iterator', 35652099, 26, -1, 175, 176, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'length', 2097155, 26, 17, 17, 17, const [], const [], const prefix0.ContainedReflectable(), const []), @@ -4356,20 +4273,20 @@ final _data = { const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'single', 3, 26, -1, -1, -1, const [], const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'', 128, 26, -1, 169, 26, null, const [], + r.MethodMirrorImpl(r'', 128, 26, -1, 168, 26, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'generate', 1, 26, -1, - 169, + 168, 26, null, - const [474, 475], + const [469, 470], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'empty', 385, 26, -1, 169, 26, null, const [], + r.MethodMirrorImpl(r'empty', 385, 26, -1, 168, 26, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'', 128, 27, -1, 27, 27, const [], const [], const prefix0.ContainedReflectable(), const []) @@ -4378,7 +4295,7 @@ final _data = { r.ParameterMirrorImpl( r'a', 67239942, - 40, + 36, const prefix0.ContainedReflectable(), 4, 4, @@ -4390,7 +4307,7 @@ final _data = { r.ParameterMirrorImpl( r'b', 67239942, - 40, + 36, const prefix0.ContainedReflectable(), 4, 4, @@ -4402,7 +4319,7 @@ final _data = { r.ParameterMirrorImpl( r'object', 67239942, - 41, + 37, const prefix0.ContainedReflectable(), 4, 4, @@ -4414,7 +4331,7 @@ final _data = { r.ParameterMirrorImpl( r'object', 67239942, - 42, + 38, const prefix0.ContainedReflectable(), 4, 4, @@ -4426,7 +4343,7 @@ final _data = { r.ParameterMirrorImpl( r'_data', 151126118, - 49, + 45, const prefix0.ContainedReflectable(), 15, 30, @@ -4438,7 +4355,7 @@ final _data = { r.ParameterMirrorImpl( r'_memberSymbolMap', 84017254, - 51, + 47, const prefix0.ContainedReflectable(), 15, 32, @@ -4450,7 +4367,7 @@ final _data = { r.ParameterMirrorImpl( r'router', 151126022, - 53, + 49, const prefix0.ContainedReflectable(), 10, 74, @@ -4462,10 +4379,10 @@ final _data = { r.ParameterMirrorImpl( r'handlers', 151126022, - 54, + 50, const prefix0.ContainedReflectable(), 26, - 68, + 177, 26, null, const [], @@ -4474,7 +4391,7 @@ final _data = { r.ParameterMirrorImpl( r'future', 84017158, - 55, + 51, const prefix0.ContainedReflectable(), 19, 178, @@ -4486,7 +4403,7 @@ final _data = { r.ParameterMirrorImpl( r'callback', 134217734, - 56, + 52, const prefix0.ContainedReflectable(), -1, 179, @@ -4498,7 +4415,7 @@ final _data = { r.ParameterMirrorImpl( r'body', 134217734, - 57, + 53, const prefix0.ContainedReflectable(), -1, 180, @@ -4510,7 +4427,7 @@ final _data = { r.ParameterMirrorImpl( r'zoneValues', 84029446, - 57, + 53, const prefix0.ContainedReflectable(), 15, 181, @@ -4522,7 +4439,7 @@ final _data = { r.ParameterMirrorImpl( r'zoneSpecification', 67252230, - 57, + 53, const prefix0.ContainedReflectable(), -1, 182, @@ -4534,7 +4451,7 @@ final _data = { r.ParameterMirrorImpl( r'onError', 67252230, - 57, + 53, const prefix0.ContainedReflectable(), -1, 183, @@ -4546,7 +4463,7 @@ final _data = { r.ParameterMirrorImpl( r'body', 134217734, - 58, + 54, const prefix0.ContainedReflectable(), -1, 184, @@ -4558,7 +4475,7 @@ final _data = { r.ParameterMirrorImpl( r'onError', 134217734, - 58, + 54, const prefix0.ContainedReflectable(), -1, 185, @@ -4570,7 +4487,7 @@ final _data = { r.ParameterMirrorImpl( r'zoneValues', 84029446, - 58, + 54, const prefix0.ContainedReflectable(), 15, 181, @@ -4582,7 +4499,7 @@ final _data = { r.ParameterMirrorImpl( r'zoneSpecification', 67252230, - 58, + 54, const prefix0.ContainedReflectable(), -1, 182, @@ -4594,7 +4511,7 @@ final _data = { r.ParameterMirrorImpl( r'receiver', 67239942, - 60, + 56, const prefix0.ContainedReflectable(), 4, 4, @@ -4606,7 +4523,7 @@ final _data = { r.ParameterMirrorImpl( r'memberName', 134348806, - 60, + 56, const prefix0.ContainedReflectable(), 16, 16, @@ -4618,10 +4535,10 @@ final _data = { r.ParameterMirrorImpl( r'positionalArguments', 151126022, - 60, + 56, const prefix0.ContainedReflectable(), 14, - 87, + 86, 14, null, const [], @@ -4630,7 +4547,7 @@ final _data = { r.ParameterMirrorImpl( r'namedArguments', 84017158, - 60, + 56, const prefix0.ContainedReflectable(), 15, 186, @@ -4642,7 +4559,7 @@ final _data = { r.ParameterMirrorImpl( r'kind', 134348806, - 60, + 56, const prefix0.ContainedReflectable(), -1, 187, @@ -4654,7 +4571,7 @@ final _data = { r.ParameterMirrorImpl( r'receiver', 67239942, - 61, + 57, const prefix0.ContainedReflectable(), 4, 4, @@ -4666,7 +4583,7 @@ final _data = { r.ParameterMirrorImpl( r'memberName', 134348806, - 61, + 57, const prefix0.ContainedReflectable(), 16, 16, @@ -4678,10 +4595,10 @@ final _data = { r.ParameterMirrorImpl( r'positionalArguments', 151126022, - 61, + 57, const prefix0.ContainedReflectable(), 14, - 87, + 86, 14, null, const [], @@ -4690,7 +4607,7 @@ final _data = { r.ParameterMirrorImpl( r'namedArguments', 84017158, - 61, + 57, const prefix0.ContainedReflectable(), 15, 186, @@ -4702,7 +4619,7 @@ final _data = { r.ParameterMirrorImpl( r'receiver', 67239942, - 62, + 58, const prefix0.ContainedReflectable(), 4, 4, @@ -4714,7 +4631,7 @@ final _data = { r.ParameterMirrorImpl( r'memberName', 134348806, - 62, + 58, const prefix0.ContainedReflectable(), 16, 16, @@ -4726,10 +4643,10 @@ final _data = { r.ParameterMirrorImpl( r'positionalArguments', 151126022, - 62, + 58, const prefix0.ContainedReflectable(), 14, - 87, + 86, 14, null, const [], @@ -4738,7 +4655,7 @@ final _data = { r.ParameterMirrorImpl( r'namedArguments', 84017158, - 62, + 58, const prefix0.ContainedReflectable(), 15, 186, @@ -4750,7 +4667,7 @@ final _data = { r.ParameterMirrorImpl( r'receiver', 67239942, - 63, + 59, const prefix0.ContainedReflectable(), 4, 4, @@ -4762,7 +4679,7 @@ final _data = { r.ParameterMirrorImpl( r'memberName', 134348806, - 63, + 59, const prefix0.ContainedReflectable(), 16, 16, @@ -4774,10 +4691,10 @@ final _data = { r.ParameterMirrorImpl( r'positionalArguments', 151126022, - 63, + 59, const prefix0.ContainedReflectable(), 14, - 87, + 86, 14, null, const [], @@ -4786,7 +4703,7 @@ final _data = { r.ParameterMirrorImpl( r'namedArguments', 84017158, - 63, + 59, const prefix0.ContainedReflectable(), 15, 186, @@ -4798,7 +4715,7 @@ final _data = { r.ParameterMirrorImpl( r'receiver', 67239942, - 64, + 60, const prefix0.ContainedReflectable(), 4, 4, @@ -4810,7 +4727,7 @@ final _data = { r.ParameterMirrorImpl( r'constructorName', 134348806, - 64, + 60, const prefix0.ContainedReflectable(), 16, 16, @@ -4822,10 +4739,10 @@ final _data = { r.ParameterMirrorImpl( r'positionalArguments', 151126022, - 64, + 60, const prefix0.ContainedReflectable(), 14, - 87, + 86, 14, null, const [], @@ -4834,7 +4751,7 @@ final _data = { r.ParameterMirrorImpl( r'namedArguments', 84017158, - 64, + 60, const prefix0.ContainedReflectable(), 15, 186, @@ -4846,7 +4763,7 @@ final _data = { r.ParameterMirrorImpl( r'singleton', 134348806, - 86, + 82, const prefix0.ContainedReflectable(), 7, 7, @@ -4858,7 +4775,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 88, + 84, const prefix0.ContainedReflectable(), 4, 4, @@ -4870,7 +4787,7 @@ final _data = { r.ParameterMirrorImpl( r'invocation', 134348806, - 90, + 86, const prefix0.ContainedReflectable(), 8, 8, @@ -4882,7 +4799,7 @@ final _data = { r.ParameterMirrorImpl( r'app', 134348806, - 93, + 89, const prefix0.ContainedReflectable(), 9, 9, @@ -4894,10 +4811,10 @@ final _data = { r.ParameterMirrorImpl( r'router', 151126022, - 94, + 90, const prefix0.ContainedReflectable(), 10, - 100, + 99, 10, null, const [], @@ -4906,7 +4823,7 @@ final _data = { r.ParameterMirrorImpl( r'reflector', 134348806, - 94, + 90, const prefix0.ContainedReflectable(), 11, 11, @@ -4918,7 +4835,7 @@ final _data = { r.ParameterMirrorImpl( r'routable', 134348806, - 95, + 91, const prefix0.ContainedReflectable(), 12, 12, @@ -4930,7 +4847,7 @@ final _data = { r.ParameterMirrorImpl( r'reflector', 134348806, - 96, + 92, const prefix0.ContainedReflectable(), 11, 11, @@ -4942,7 +4859,7 @@ final _data = { r.ParameterMirrorImpl( r'concreteOnly', 134363142, - 96, + 92, const prefix0.ContainedReflectable(), 13, 13, @@ -4954,7 +4871,7 @@ final _data = { r.ParameterMirrorImpl( r'_middleware', 151126118, - 99, + 95, const prefix0.ContainedReflectable(), 14, 55, @@ -4966,7 +4883,7 @@ final _data = { r.ParameterMirrorImpl( r'_routeMappings', 151126118, - 101, + 97, const prefix0.ContainedReflectable(), 15, 56, @@ -4978,7 +4895,7 @@ final _data = { r.ParameterMirrorImpl( r'reflectee', 134348806, - 106, + 102, const prefix0.ContainedReflectable(), 4, 4, @@ -4990,7 +4907,7 @@ final _data = { r.ParameterMirrorImpl( r'reflectee', 134348806, - 107, + 103, const prefix0.ContainedReflectable(), 4, 4, @@ -5002,7 +4919,7 @@ final _data = { r.ParameterMirrorImpl( r'type', 134348806, - 108, + 104, const prefix0.ContainedReflectable(), 18, 18, @@ -5014,7 +4931,7 @@ final _data = { r.ParameterMirrorImpl( r'type', 134348806, - 109, + 105, const prefix0.ContainedReflectable(), 18, 18, @@ -5026,7 +4943,7 @@ final _data = { r.ParameterMirrorImpl( r'libraryName', 134348806, - 110, + 106, const prefix0.ContainedReflectable(), 16, 16, @@ -5038,7 +4955,7 @@ final _data = { r.ParameterMirrorImpl( r'injectSingleton', 134364166, - 113, + 109, const prefix0.ContainedReflectable(), 13, 13, @@ -5050,7 +4967,7 @@ final _data = { r.ParameterMirrorImpl( r'type', 134348806, - 114, + 110, const prefix0.ContainedReflectable(), 18, 18, @@ -5062,7 +4979,7 @@ final _data = { r.ParameterMirrorImpl( r'cap0', 67244038, - 117, + 113, const prefix0.ContainedReflectable(), 27, 27, @@ -5074,7 +4991,7 @@ final _data = { r.ParameterMirrorImpl( r'cap1', 67244038, - 117, + 113, const prefix0.ContainedReflectable(), 27, 27, @@ -5086,7 +5003,7 @@ final _data = { r.ParameterMirrorImpl( r'cap2', 67244038, - 117, + 113, const prefix0.ContainedReflectable(), 27, 27, @@ -5098,7 +5015,7 @@ final _data = { r.ParameterMirrorImpl( r'cap3', 67244038, - 117, + 113, const prefix0.ContainedReflectable(), 27, 27, @@ -5110,7 +5027,7 @@ final _data = { r.ParameterMirrorImpl( r'cap4', 67244038, - 117, + 113, const prefix0.ContainedReflectable(), 27, 27, @@ -5122,7 +5039,7 @@ final _data = { r.ParameterMirrorImpl( r'cap5', 67244038, - 117, + 113, const prefix0.ContainedReflectable(), 27, 27, @@ -5134,7 +5051,7 @@ final _data = { r.ParameterMirrorImpl( r'cap6', 67244038, - 117, + 113, const prefix0.ContainedReflectable(), 27, 27, @@ -5146,7 +5063,7 @@ final _data = { r.ParameterMirrorImpl( r'cap7', 67244038, - 117, + 113, const prefix0.ContainedReflectable(), 27, 27, @@ -5158,7 +5075,7 @@ final _data = { r.ParameterMirrorImpl( r'cap8', 67244038, - 117, + 113, const prefix0.ContainedReflectable(), 27, 27, @@ -5170,7 +5087,7 @@ final _data = { r.ParameterMirrorImpl( r'cap9', 67244038, - 117, + 113, const prefix0.ContainedReflectable(), 27, 27, @@ -5182,7 +5099,7 @@ final _data = { r.ParameterMirrorImpl( r'capabilities', 151126022, - 118, + 114, const prefix0.ContainedReflectable(), 14, 80, @@ -5194,7 +5111,7 @@ final _data = { r.ParameterMirrorImpl( r'object1', 67239942, - 119, + 115, const prefix0.ContainedReflectable(), 4, 4, @@ -5206,7 +5123,7 @@ final _data = { r.ParameterMirrorImpl( r'object2', 67239942, - 119, + 115, const prefix0.ContainedReflectable(), 4, 4, @@ -5218,7 +5135,7 @@ final _data = { r.ParameterMirrorImpl( r'object3', 67246086, - 119, + 115, const prefix0.ContainedReflectable(), 4, 4, @@ -5230,7 +5147,7 @@ final _data = { r.ParameterMirrorImpl( r'object4', 67246086, - 119, + 115, const prefix0.ContainedReflectable(), 4, 4, @@ -5242,7 +5159,7 @@ final _data = { r.ParameterMirrorImpl( r'object5', 67246086, - 119, + 115, const prefix0.ContainedReflectable(), 4, 4, @@ -5254,7 +5171,7 @@ final _data = { r.ParameterMirrorImpl( r'object6', 67246086, - 119, + 115, const prefix0.ContainedReflectable(), 4, 4, @@ -5266,7 +5183,7 @@ final _data = { r.ParameterMirrorImpl( r'object7', 67246086, - 119, + 115, const prefix0.ContainedReflectable(), 4, 4, @@ -5278,7 +5195,7 @@ final _data = { r.ParameterMirrorImpl( r'object8', 67246086, - 119, + 115, const prefix0.ContainedReflectable(), 4, 4, @@ -5290,7 +5207,7 @@ final _data = { r.ParameterMirrorImpl( r'object9', 67246086, - 119, + 115, const prefix0.ContainedReflectable(), 4, 4, @@ -5302,7 +5219,7 @@ final _data = { r.ParameterMirrorImpl( r'object10', 67246086, - 119, + 115, const prefix0.ContainedReflectable(), 4, 4, @@ -5314,7 +5231,7 @@ final _data = { r.ParameterMirrorImpl( r'object11', 67246086, - 119, + 115, const prefix0.ContainedReflectable(), 4, 4, @@ -5326,7 +5243,7 @@ final _data = { r.ParameterMirrorImpl( r'object12', 67246086, - 119, + 115, const prefix0.ContainedReflectable(), 4, 4, @@ -5338,7 +5255,7 @@ final _data = { r.ParameterMirrorImpl( r'object13', 67246086, - 119, + 115, const prefix0.ContainedReflectable(), 4, 4, @@ -5350,7 +5267,7 @@ final _data = { r.ParameterMirrorImpl( r'object14', 67246086, - 119, + 115, const prefix0.ContainedReflectable(), 4, 4, @@ -5362,7 +5279,7 @@ final _data = { r.ParameterMirrorImpl( r'object15', 67246086, - 119, + 115, const prefix0.ContainedReflectable(), 4, 4, @@ -5374,7 +5291,7 @@ final _data = { r.ParameterMirrorImpl( r'object16', 67246086, - 119, + 115, const prefix0.ContainedReflectable(), 4, 4, @@ -5386,7 +5303,7 @@ final _data = { r.ParameterMirrorImpl( r'object17', 67246086, - 119, + 115, const prefix0.ContainedReflectable(), 4, 4, @@ -5398,7 +5315,7 @@ final _data = { r.ParameterMirrorImpl( r'object18', 67246086, - 119, + 115, const prefix0.ContainedReflectable(), 4, 4, @@ -5410,7 +5327,7 @@ final _data = { r.ParameterMirrorImpl( r'object19', 67246086, - 119, + 115, const prefix0.ContainedReflectable(), 4, 4, @@ -5422,7 +5339,7 @@ final _data = { r.ParameterMirrorImpl( r'object20', 67246086, - 119, + 115, const prefix0.ContainedReflectable(), 4, 4, @@ -5434,7 +5351,7 @@ final _data = { r.ParameterMirrorImpl( r'objects', 151126022, - 120, + 116, const prefix0.ContainedReflectable(), 26, 188, @@ -5446,7 +5363,7 @@ final _data = { r.ParameterMirrorImpl( r'objects', 151126022, - 121, + 117, const prefix0.ContainedReflectable(), 26, 188, @@ -5458,7 +5375,7 @@ final _data = { r.ParameterMirrorImpl( r'cap0', 67244038, - 123, + 119, const prefix0.ContainedReflectable(), 27, 27, @@ -5470,7 +5387,7 @@ final _data = { r.ParameterMirrorImpl( r'cap1', 67244038, - 123, + 119, const prefix0.ContainedReflectable(), 27, 27, @@ -5482,7 +5399,7 @@ final _data = { r.ParameterMirrorImpl( r'cap2', 67244038, - 123, + 119, const prefix0.ContainedReflectable(), 27, 27, @@ -5494,7 +5411,7 @@ final _data = { r.ParameterMirrorImpl( r'cap3', 67244038, - 123, + 119, const prefix0.ContainedReflectable(), 27, 27, @@ -5506,7 +5423,7 @@ final _data = { r.ParameterMirrorImpl( r'cap4', 67244038, - 123, + 119, const prefix0.ContainedReflectable(), 27, 27, @@ -5518,7 +5435,7 @@ final _data = { r.ParameterMirrorImpl( r'cap5', 67244038, - 123, + 119, const prefix0.ContainedReflectable(), 27, 27, @@ -5530,7 +5447,7 @@ final _data = { r.ParameterMirrorImpl( r'cap6', 67244038, - 123, + 119, const prefix0.ContainedReflectable(), 27, 27, @@ -5542,7 +5459,7 @@ final _data = { r.ParameterMirrorImpl( r'cap7', 67244038, - 123, + 119, const prefix0.ContainedReflectable(), 27, 27, @@ -5554,7 +5471,7 @@ final _data = { r.ParameterMirrorImpl( r'cap8', 67244038, - 123, + 119, const prefix0.ContainedReflectable(), 27, 27, @@ -5566,7 +5483,7 @@ final _data = { r.ParameterMirrorImpl( r'cap9', 67244038, - 123, + 119, const prefix0.ContainedReflectable(), 27, 27, @@ -5578,7 +5495,7 @@ final _data = { r.ParameterMirrorImpl( r'capabilities', 151126022, - 124, + 120, const prefix0.ContainedReflectable(), 14, 80, @@ -5590,7 +5507,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap0', 67245094, - 125, + 121, const prefix0.ContainedReflectable(), 27, 27, @@ -5602,7 +5519,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap1', 67245094, - 125, + 121, const prefix0.ContainedReflectable(), 27, 27, @@ -5614,7 +5531,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap2', 67245094, - 125, + 121, const prefix0.ContainedReflectable(), 27, 27, @@ -5626,7 +5543,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap3', 67245094, - 125, + 121, const prefix0.ContainedReflectable(), 27, 27, @@ -5638,7 +5555,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap4', 67245094, - 125, + 121, const prefix0.ContainedReflectable(), 27, 27, @@ -5650,7 +5567,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap5', 67245094, - 125, + 121, const prefix0.ContainedReflectable(), 27, 27, @@ -5662,7 +5579,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap6', 67245094, - 125, + 121, const prefix0.ContainedReflectable(), 27, 27, @@ -5674,7 +5591,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap7', 67245094, - 125, + 121, const prefix0.ContainedReflectable(), 27, 27, @@ -5686,7 +5603,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap8', 67245094, - 125, + 121, const prefix0.ContainedReflectable(), 27, 27, @@ -5698,7 +5615,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap9', 67245094, - 125, + 121, const prefix0.ContainedReflectable(), 27, 27, @@ -5710,7 +5627,7 @@ final _data = { r.ParameterMirrorImpl( r'_capabilities', 84018214, - 126, + 122, const prefix0.ContainedReflectable(), 14, 189, @@ -5720,69 +5637,9 @@ final _data = { null, null), r.ParameterMirrorImpl( - r'text', - 67253254, - 132, - const prefix0.ContainedReflectable(), - 16, - 16, - 16, - const [], - const [], - null, - #text), - r.ParameterMirrorImpl( - r'over', - 67253254, - 132, - const prefix0.ContainedReflectable(), - 16, - 16, - 16, - const [], - const [], - null, - #over), - r.ParameterMirrorImpl( - r'_text', - 67240038, - 129, - const prefix0.ContainedReflectable(), - 16, - 16, - 16, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'_over', - 67240038, - 131, - const prefix0.ContainedReflectable(), - 16, - 16, - 16, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'_id', - 67240038, - 134, - const prefix0.ContainedReflectable(), - 16, - 16, - 16, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'_createdAt', - 67240038, - 136, + r'item', + 134349830, + 126, const prefix0.ContainedReflectable(), -1, 57, @@ -5792,9 +5649,9 @@ final _data = { null, null), r.ParameterMirrorImpl( - r'_updatedAt', - 67240038, - 138, + r'_item', + 134348902, + 124, const prefix0.ContainedReflectable(), -1, 57, @@ -5806,7 +5663,7 @@ final _data = { r.ParameterMirrorImpl( r'memberName', 134348806, - 149, + 136, const prefix0.ContainedReflectable(), -1, 33, @@ -5818,7 +5675,7 @@ final _data = { r.ParameterMirrorImpl( r'positionalArguments', 84017158, - 149, + 136, const prefix0.ContainedReflectable(), 26, 190, @@ -5830,7 +5687,7 @@ final _data = { r.ParameterMirrorImpl( r'namedArguments', 84021254, - 149, + 136, const prefix0.ContainedReflectable(), 15, 191, @@ -5842,7 +5699,7 @@ final _data = { r.ParameterMirrorImpl( r'memberName', 134348806, - 150, + 137, const prefix0.ContainedReflectable(), -1, 33, @@ -5854,7 +5711,7 @@ final _data = { r.ParameterMirrorImpl( r'typeArguments', 84017158, - 150, + 137, const prefix0.ContainedReflectable(), 26, 192, @@ -5866,7 +5723,7 @@ final _data = { r.ParameterMirrorImpl( r'positionalArguments', 84017158, - 150, + 137, const prefix0.ContainedReflectable(), 26, 190, @@ -5878,7 +5735,7 @@ final _data = { r.ParameterMirrorImpl( r'namedArguments', 84021254, - 150, + 137, const prefix0.ContainedReflectable(), 15, 191, @@ -5890,7 +5747,7 @@ final _data = { r.ParameterMirrorImpl( r'name', 134348806, - 151, + 138, const prefix0.ContainedReflectable(), -1, 33, @@ -5902,7 +5759,7 @@ final _data = { r.ParameterMirrorImpl( r'memberName', 134348806, - 152, + 139, const prefix0.ContainedReflectable(), -1, 33, @@ -5914,7 +5771,7 @@ final _data = { r.ParameterMirrorImpl( r'argument', 67239942, - 152, + 139, const prefix0.ContainedReflectable(), 4, 4, @@ -5926,7 +5783,7 @@ final _data = { r.ParameterMirrorImpl( r'method', 134348806, - 153, + 140, const prefix0.ContainedReflectable(), 16, 16, @@ -5938,7 +5795,7 @@ final _data = { r.ParameterMirrorImpl( r'path', 134348806, - 153, + 140, const prefix0.ContainedReflectable(), 16, 16, @@ -5950,7 +5807,7 @@ final _data = { r.ParameterMirrorImpl( r'handler', 134217734, - 153, + 140, const prefix0.ContainedReflectable(), -1, 75, @@ -5962,10 +5819,10 @@ final _data = { r.ParameterMirrorImpl( r'middleware', 151140358, - 153, + 140, const prefix0.ContainedReflectable(), 26, - 68, + 177, 26, null, const [], @@ -5974,7 +5831,7 @@ final _data = { r.ParameterMirrorImpl( r'path', 134348806, - 154, + 141, const prefix0.ContainedReflectable(), 16, 16, @@ -5986,10 +5843,10 @@ final _data = { r.ParameterMirrorImpl( r'router', 151126022, - 154, + 141, const prefix0.ContainedReflectable(), 10, - 100, + 99, 10, null, const [], @@ -5998,7 +5855,7 @@ final _data = { r.ParameterMirrorImpl( r'callback', 67121158, - 157, + 144, const prefix0.ContainedReflectable(), -1, 193, @@ -6010,7 +5867,7 @@ final _data = { r.ParameterMirrorImpl( r'header', 134363142, - 157, + 144, const prefix0.ContainedReflectable(), 16, 16, @@ -6022,7 +5879,7 @@ final _data = { r.ParameterMirrorImpl( r'tab', 134363142, - 157, + 144, const prefix0.ContainedReflectable(), 16, 16, @@ -6034,7 +5891,7 @@ final _data = { r.ParameterMirrorImpl( r'showMatchers', 134363142, - 157, + 144, const prefix0.ContainedReflectable(), 13, 13, @@ -6046,7 +5903,7 @@ final _data = { r.ParameterMirrorImpl( r'handler', 67141638, - 158, + 145, const prefix0.ContainedReflectable(), -1, -1, @@ -6058,7 +5915,7 @@ final _data = { r.ParameterMirrorImpl( r'req', 151126022, - 158, + 145, const prefix0.ContainedReflectable(), -1, 194, @@ -6070,7 +5927,7 @@ final _data = { r.ParameterMirrorImpl( r'res', 151126022, - 158, + 145, const prefix0.ContainedReflectable(), -1, 196, @@ -6082,7 +5939,7 @@ final _data = { r.ParameterMirrorImpl( r'handler', 67141638, - 159, + 146, const prefix0.ContainedReflectable(), -1, -1, @@ -6094,7 +5951,7 @@ final _data = { r.ParameterMirrorImpl( r'req', 151126022, - 159, + 146, const prefix0.ContainedReflectable(), -1, 194, @@ -6106,7 +5963,7 @@ final _data = { r.ParameterMirrorImpl( r'res', 151126022, - 159, + 146, const prefix0.ContainedReflectable(), -1, 196, @@ -6118,7 +5975,7 @@ final _data = { r.ParameterMirrorImpl( r'key', 67141638, - 160, + 147, const prefix0.ContainedReflectable(), -1, -1, @@ -6130,7 +5987,7 @@ final _data = { r.ParameterMirrorImpl( r'force', 134363142, - 161, + 148, const prefix0.ContainedReflectable(), 13, 13, @@ -6142,7 +5999,7 @@ final _data = { r.ParameterMirrorImpl( r'handler', 134348806, - 162, + 149, const prefix0.ContainedReflectable(), -1, 198, @@ -6154,7 +6011,7 @@ final _data = { r.ParameterMirrorImpl( r'req', 151126022, - 162, + 149, const prefix0.ContainedReflectable(), -1, 194, @@ -6166,7 +6023,7 @@ final _data = { r.ParameterMirrorImpl( r'res', 151126022, - 162, + 149, const prefix0.ContainedReflectable(), -1, 196, @@ -6178,7 +6035,7 @@ final _data = { r.ParameterMirrorImpl( r'container', 67244038, - 162, + 149, const prefix0.ContainedReflectable(), -1, 199, @@ -6190,7 +6047,7 @@ final _data = { r.ParameterMirrorImpl( r'handler', 134348806, - 163, + 150, const prefix0.ContainedReflectable(), -1, 198, @@ -6202,7 +6059,7 @@ final _data = { r.ParameterMirrorImpl( r'req', 151126022, - 163, + 150, const prefix0.ContainedReflectable(), -1, 194, @@ -6214,7 +6071,7 @@ final _data = { r.ParameterMirrorImpl( r'res', 151126022, - 163, + 150, const prefix0.ContainedReflectable(), -1, 196, @@ -6226,7 +6083,7 @@ final _data = { r.ParameterMirrorImpl( r'container', 67244038, - 163, + 150, const prefix0.ContainedReflectable(), -1, 199, @@ -6238,7 +6095,7 @@ final _data = { r.ParameterMirrorImpl( r'configurer', 134217734, - 164, + 151, const prefix0.ContainedReflectable(), -1, 200, @@ -6250,7 +6107,7 @@ final _data = { r.ParameterMirrorImpl( r'type', 67244038, - 165, + 152, const prefix0.ContainedReflectable(), 18, 18, @@ -6262,7 +6119,7 @@ final _data = { r.ParameterMirrorImpl( r'handler', 134217734, - 166, + 153, const prefix0.ContainedReflectable(), -1, 75, @@ -6274,7 +6131,7 @@ final _data = { r.ParameterMirrorImpl( r'path', 134348806, - 167, + 154, const prefix0.ContainedReflectable(), 16, 16, @@ -6286,7 +6143,7 @@ final _data = { r.ParameterMirrorImpl( r'service', 134217734, - 167, + 154, const prefix0.ContainedReflectable(), -1, -1, @@ -6298,7 +6155,7 @@ final _data = { r.ParameterMirrorImpl( r'reflector', 134363142, - 190, + 177, const prefix0.ContainedReflectable(), 11, 11, @@ -6307,12 +6164,12 @@ final _data = { const [], const prefix14.ThrowingReflector( errorMessage: - '${ContainerConst.defaultErrorMessage} $_reflectionInfo'), + '${ThrowingReflector.defaultErrorMessage} $_reflectionInfo'), #reflector), r.ParameterMirrorImpl( r'environment', 134364166, - 190, + 177, const prefix0.ContainedReflectable(), -1, 63, @@ -6324,7 +6181,7 @@ final _data = { r.ParameterMirrorImpl( r'logger', 67252230, - 190, + 177, const prefix0.ContainedReflectable(), -1, 201, @@ -6336,7 +6193,7 @@ final _data = { r.ParameterMirrorImpl( r'allowMethodOverrides', 134364166, - 190, + 177, const prefix0.ContainedReflectable(), 13, 13, @@ -6348,7 +6205,7 @@ final _data = { r.ParameterMirrorImpl( r'serializer', 67122182, - 190, + 177, const prefix0.ContainedReflectable(), -1, 62, @@ -6360,7 +6217,7 @@ final _data = { r.ParameterMirrorImpl( r'viewGenerator', 67122182, - 190, + 177, const prefix0.ContainedReflectable(), -1, 65, @@ -6372,7 +6229,7 @@ final _data = { r.ParameterMirrorImpl( r'_serializer', 67108966, - 172, + 159, const prefix0.ContainedReflectable(), -1, 62, @@ -6384,7 +6241,7 @@ final _data = { r.ParameterMirrorImpl( r'_allowMethodOverrides', 134348902, - 174, + 161, const prefix0.ContainedReflectable(), 13, 13, @@ -6396,7 +6253,7 @@ final _data = { r.ParameterMirrorImpl( r'_viewGenerator', 67108966, - 180, + 167, const prefix0.ContainedReflectable(), -1, 65, @@ -6408,7 +6265,7 @@ final _data = { r.ParameterMirrorImpl( r'_errorHandler', 134217830, - 182, + 169, const prefix0.ContainedReflectable(), -1, 66, @@ -6420,7 +6277,7 @@ final _data = { r.ParameterMirrorImpl( r'log', 67239942, - 189, + 176, const prefix0.ContainedReflectable(), -1, 201, @@ -6432,7 +6289,7 @@ final _data = { r.ParameterMirrorImpl( r'middleware', 151126022, - 192, + 179, const prefix0.ContainedReflectable(), 26, 202, @@ -6444,7 +6301,7 @@ final _data = { r.ParameterMirrorImpl( r'path', 134348806, - 194, + 181, const prefix0.ContainedReflectable(), 16, 16, @@ -6456,7 +6313,7 @@ final _data = { r.ParameterMirrorImpl( r'callback', 134217734, - 194, + 181, const prefix0.ContainedReflectable(), -1, 203, @@ -6468,7 +6325,7 @@ final _data = { r.ParameterMirrorImpl( r'middleware', 151140358, - 194, + 181, const prefix0.ContainedReflectable(), 26, 202, @@ -6480,7 +6337,7 @@ final _data = { r.ParameterMirrorImpl( r'name', 134363142, - 194, + 181, const prefix0.ContainedReflectable(), 16, 16, @@ -6492,7 +6349,7 @@ final _data = { r.ParameterMirrorImpl( r'path', 134348806, - 195, + 182, const prefix0.ContainedReflectable(), 16, 16, @@ -6504,7 +6361,7 @@ final _data = { r.ParameterMirrorImpl( r'callback', 134217734, - 195, + 182, const prefix0.ContainedReflectable(), -1, 204, @@ -6516,7 +6373,7 @@ final _data = { r.ParameterMirrorImpl( r'middleware', 151140358, - 195, + 182, const prefix0.ContainedReflectable(), 26, 202, @@ -6528,7 +6385,7 @@ final _data = { r.ParameterMirrorImpl( r'name', 134363142, - 195, + 182, const prefix0.ContainedReflectable(), 16, 16, @@ -6540,7 +6397,7 @@ final _data = { r.ParameterMirrorImpl( r'linkParams', 151126022, - 196, + 183, const prefix0.ContainedReflectable(), 26, 205, @@ -6552,7 +6409,7 @@ final _data = { r.ParameterMirrorImpl( r'absolute', 134363142, - 196, + 183, const prefix0.ContainedReflectable(), 13, 13, @@ -6564,7 +6421,7 @@ final _data = { r.ParameterMirrorImpl( r'absolute', 134348806, - 197, + 184, const prefix0.ContainedReflectable(), 16, 16, @@ -6576,7 +6433,7 @@ final _data = { r.ParameterMirrorImpl( r'relative', 134348806, - 197, + 184, const prefix0.ContainedReflectable(), 16, 16, @@ -6588,7 +6445,7 @@ final _data = { r.ParameterMirrorImpl( r'out', 151126022, - 197, + 184, const prefix0.ContainedReflectable(), 14, 206, @@ -6600,7 +6457,7 @@ final _data = { r.ParameterMirrorImpl( r'method', 134363142, - 197, + 184, const prefix0.ContainedReflectable(), 16, 16, @@ -6612,7 +6469,7 @@ final _data = { r.ParameterMirrorImpl( r'strip', 134363142, - 197, + 184, const prefix0.ContainedReflectable(), 13, 13, @@ -6624,7 +6481,7 @@ final _data = { r.ParameterMirrorImpl( r'path', 134348806, - 198, + 185, const prefix0.ContainedReflectable(), 16, 16, @@ -6636,7 +6493,7 @@ final _data = { r.ParameterMirrorImpl( r'method', 134363142, - 198, + 185, const prefix0.ContainedReflectable(), 16, 16, @@ -6648,7 +6505,7 @@ final _data = { r.ParameterMirrorImpl( r'strip', 134363142, - 198, + 185, const prefix0.ContainedReflectable(), 13, 13, @@ -6660,7 +6517,7 @@ final _data = { r.ParameterMirrorImpl( r'absolute', 134348806, - 199, + 186, const prefix0.ContainedReflectable(), 16, 16, @@ -6672,7 +6529,7 @@ final _data = { r.ParameterMirrorImpl( r'relative', 134348806, - 199, + 186, const prefix0.ContainedReflectable(), 16, 16, @@ -6684,7 +6541,7 @@ final _data = { r.ParameterMirrorImpl( r'method', 134363142, - 199, + 186, const prefix0.ContainedReflectable(), 16, 16, @@ -6696,7 +6553,7 @@ final _data = { r.ParameterMirrorImpl( r'strip', 134363142, - 199, + 186, const prefix0.ContainedReflectable(), 13, 13, @@ -6708,7 +6565,7 @@ final _data = { r.ParameterMirrorImpl( r'path', 134348806, - 200, + 187, const prefix0.ContainedReflectable(), 16, 16, @@ -6720,7 +6577,7 @@ final _data = { r.ParameterMirrorImpl( r'handler', 6, - 200, + 187, const prefix0.ContainedReflectable(), -1, -1, @@ -6732,7 +6589,7 @@ final _data = { r.ParameterMirrorImpl( r'middleware', 151140358, - 200, + 187, const prefix0.ContainedReflectable(), 26, 202, @@ -6744,7 +6601,7 @@ final _data = { r.ParameterMirrorImpl( r'path', 134348806, - 201, + 188, const prefix0.ContainedReflectable(), 16, 16, @@ -6756,7 +6613,7 @@ final _data = { r.ParameterMirrorImpl( r'handler', 6, - 201, + 188, const prefix0.ContainedReflectable(), -1, -1, @@ -6768,7 +6625,7 @@ final _data = { r.ParameterMirrorImpl( r'middleware', 151140358, - 201, + 188, const prefix0.ContainedReflectable(), 26, 202, @@ -6780,7 +6637,7 @@ final _data = { r.ParameterMirrorImpl( r'path', 134348806, - 202, + 189, const prefix0.ContainedReflectable(), 16, 16, @@ -6792,7 +6649,7 @@ final _data = { r.ParameterMirrorImpl( r'handler', 6, - 202, + 189, const prefix0.ContainedReflectable(), -1, -1, @@ -6804,7 +6661,7 @@ final _data = { r.ParameterMirrorImpl( r'middleware', 151140358, - 202, + 189, const prefix0.ContainedReflectable(), 26, 202, @@ -6816,7 +6673,7 @@ final _data = { r.ParameterMirrorImpl( r'path', 134348806, - 203, + 190, const prefix0.ContainedReflectable(), 16, 16, @@ -6828,7 +6685,7 @@ final _data = { r.ParameterMirrorImpl( r'handler', 6, - 203, + 190, const prefix0.ContainedReflectable(), -1, -1, @@ -6840,7 +6697,7 @@ final _data = { r.ParameterMirrorImpl( r'middleware', 151140358, - 203, + 190, const prefix0.ContainedReflectable(), 26, 202, @@ -6852,7 +6709,7 @@ final _data = { r.ParameterMirrorImpl( r'path', 134348806, - 204, + 191, const prefix0.ContainedReflectable(), 16, 16, @@ -6864,7 +6721,7 @@ final _data = { r.ParameterMirrorImpl( r'handler', 6, - 204, + 191, const prefix0.ContainedReflectable(), -1, -1, @@ -6876,7 +6733,7 @@ final _data = { r.ParameterMirrorImpl( r'middleware', 151140358, - 204, + 191, const prefix0.ContainedReflectable(), 26, 202, @@ -6888,7 +6745,7 @@ final _data = { r.ParameterMirrorImpl( r'path', 134348806, - 205, + 192, const prefix0.ContainedReflectable(), 16, 16, @@ -6900,7 +6757,7 @@ final _data = { r.ParameterMirrorImpl( r'handler', 6, - 205, + 192, const prefix0.ContainedReflectable(), -1, -1, @@ -6912,7 +6769,7 @@ final _data = { r.ParameterMirrorImpl( r'middleware', 151140358, - 205, + 192, const prefix0.ContainedReflectable(), 26, 202, @@ -6924,7 +6781,7 @@ final _data = { r.ParameterMirrorImpl( r'path', 134348806, - 206, + 193, const prefix0.ContainedReflectable(), 16, 16, @@ -6936,7 +6793,7 @@ final _data = { r.ParameterMirrorImpl( r'handler', 6, - 206, + 193, const prefix0.ContainedReflectable(), -1, -1, @@ -6948,7 +6805,7 @@ final _data = { r.ParameterMirrorImpl( r'middleware', 151140358, - 206, + 193, const prefix0.ContainedReflectable(), 26, 202, @@ -6960,7 +6817,7 @@ final _data = { r.ParameterMirrorImpl( r'path', 134348806, - 207, + 194, const prefix0.ContainedReflectable(), 16, 16, @@ -6972,7 +6829,7 @@ final _data = { r.ParameterMirrorImpl( r'handler', 6, - 207, + 194, const prefix0.ContainedReflectable(), -1, -1, @@ -6984,7 +6841,7 @@ final _data = { r.ParameterMirrorImpl( r'middleware', 151140358, - 207, + 194, const prefix0.ContainedReflectable(), 26, 202, @@ -6996,11 +6853,11 @@ final _data = { r.ParameterMirrorImpl( r'path', 134348806, - 211, + 198, const prefix0.ContainedReflectable(), -1, - 102, - 102, + 101, + 101, const [], const [], null, @@ -7008,11 +6865,11 @@ final _data = { r.ParameterMirrorImpl( r'path', 134348806, - 212, + 199, const prefix0.ContainedReflectable(), -1, - 102, - 102, + 101, + 101, const [], const [], null, @@ -7020,11 +6877,11 @@ final _data = { r.ParameterMirrorImpl( r'path', 134348806, - 213, + 200, const prefix0.ContainedReflectable(), -1, - 102, - 102, + 101, + 101, const [], const [], null, @@ -7032,7 +6889,7 @@ final _data = { r.ParameterMirrorImpl( r'method', 134348806, - 218, + 205, const prefix0.ContainedReflectable(), 16, 16, @@ -7044,7 +6901,7 @@ final _data = { r.ParameterMirrorImpl( r'path', 134348806, - 218, + 205, const prefix0.ContainedReflectable(), 16, 16, @@ -7056,7 +6913,7 @@ final _data = { r.ParameterMirrorImpl( r'handler', 6, - 218, + 205, const prefix0.ContainedReflectable(), -1, -1, @@ -7068,7 +6925,7 @@ final _data = { r.ParameterMirrorImpl( r'middleware', 151140358, - 218, + 205, const prefix0.ContainedReflectable(), 26, 202, @@ -7080,7 +6937,7 @@ final _data = { r.ParameterMirrorImpl( r'callback', 67121158, - 219, + 206, const prefix0.ContainedReflectable(), -1, 193, @@ -7092,7 +6949,7 @@ final _data = { r.ParameterMirrorImpl( r'header', 134363142, - 219, + 206, const prefix0.ContainedReflectable(), 16, 16, @@ -7104,7 +6961,7 @@ final _data = { r.ParameterMirrorImpl( r'tab', 134363142, - 219, + 206, const prefix0.ContainedReflectable(), 16, 16, @@ -7116,7 +6973,7 @@ final _data = { r.ParameterMirrorImpl( r'path', 134348806, - 220, + 207, const prefix0.ContainedReflectable(), 16, 16, @@ -7128,10 +6985,10 @@ final _data = { r.ParameterMirrorImpl( r'router', 151126022, - 220, + 207, const prefix0.ContainedReflectable(), 10, - 107, + 106, 10, null, const [], @@ -7140,7 +6997,7 @@ final _data = { r.ParameterMirrorImpl( r'symbol', 134348806, - 222, + 209, const prefix0.ContainedReflectable(), -1, 33, @@ -7152,7 +7009,7 @@ final _data = { r.ParameterMirrorImpl( r'clazz', 134348806, - 223, + 210, const prefix0.ContainedReflectable(), 18, 18, @@ -7164,7 +7021,7 @@ final _data = { r.ParameterMirrorImpl( r'function', 134348806, - 224, + 211, const prefix0.ContainedReflectable(), -1, 198, @@ -7176,7 +7033,7 @@ final _data = { r.ParameterMirrorImpl( r'type', 134348806, - 225, + 212, const prefix0.ContainedReflectable(), 18, 18, @@ -7188,7 +7045,7 @@ final _data = { r.ParameterMirrorImpl( r'object', 134348806, - 226, + 213, const prefix0.ContainedReflectable(), 4, 4, @@ -7200,7 +7057,7 @@ final _data = { r.ParameterMirrorImpl( r'type', 134348806, - 227, + 214, const prefix0.ContainedReflectable(), 18, 18, @@ -7212,7 +7069,7 @@ final _data = { r.ParameterMirrorImpl( r'method', 134348806, - 230, + 217, const prefix0.ContainedReflectable(), 16, 16, @@ -7224,7 +7081,7 @@ final _data = { r.ParameterMirrorImpl( r'path', 134348806, - 230, + 217, const prefix0.ContainedReflectable(), 16, 16, @@ -7236,7 +7093,7 @@ final _data = { r.ParameterMirrorImpl( r'handler', 134217734, - 230, + 217, const prefix0.ContainedReflectable(), -1, 75, @@ -7248,10 +7105,10 @@ final _data = { r.ParameterMirrorImpl( r'middleware', 151140358, - 230, + 217, const prefix0.ContainedReflectable(), 26, - 68, + 177, 26, null, const [], @@ -7260,7 +7117,7 @@ final _data = { r.ParameterMirrorImpl( r'path', 134348806, - 231, + 218, const prefix0.ContainedReflectable(), 16, 16, @@ -7272,7 +7129,7 @@ final _data = { r.ParameterMirrorImpl( r'service', 134217734, - 231, + 218, const prefix0.ContainedReflectable(), -1, -1, @@ -7284,7 +7141,7 @@ final _data = { r.ParameterMirrorImpl( r'reflector', 67244038, - 232, + 219, const prefix0.ContainedReflectable(), 11, 11, @@ -7296,7 +7153,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 233, + 220, const prefix0.ContainedReflectable(), 13, 13, @@ -7308,7 +7165,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 234, + 221, const prefix0.ContainedReflectable(), 13, 13, @@ -7320,7 +7177,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 235, + 222, const prefix0.ContainedReflectable(), 13, 13, @@ -7332,7 +7189,7 @@ final _data = { r.ParameterMirrorImpl( r'name', 134348806, - 238, + 225, const prefix0.ContainedReflectable(), 16, 16, @@ -7344,7 +7201,7 @@ final _data = { r.ParameterMirrorImpl( r'defaultValue', 134363142, - 238, + 225, const prefix0.ContainedReflectable(), 13, 13, @@ -7356,7 +7213,7 @@ final _data = { r.ParameterMirrorImpl( r'name', 134348806, - 239, + 226, const prefix0.ContainedReflectable(), 16, 16, @@ -7368,7 +7225,7 @@ final _data = { r.ParameterMirrorImpl( r'source', 151126022, - 240, + 227, const prefix0.ContainedReflectable(), 14, 207, @@ -7380,7 +7237,7 @@ final _data = { r.ParameterMirrorImpl( r'target', 151126022, - 241, + 228, const prefix0.ContainedReflectable(), 14, 208, @@ -7392,7 +7249,7 @@ final _data = { r.ParameterMirrorImpl( r'at', 134348806, - 241, + 228, const prefix0.ContainedReflectable(), 17, 17, @@ -7404,7 +7261,7 @@ final _data = { r.ParameterMirrorImpl( r'source', 151126022, - 241, + 228, const prefix0.ContainedReflectable(), 14, 208, @@ -7416,7 +7273,7 @@ final _data = { r.ParameterMirrorImpl( r'start', 67244038, - 241, + 228, const prefix0.ContainedReflectable(), 17, 17, @@ -7428,7 +7285,7 @@ final _data = { r.ParameterMirrorImpl( r'end', 67244038, - 241, + 228, const prefix0.ContainedReflectable(), 17, 17, @@ -7440,7 +7297,7 @@ final _data = { r.ParameterMirrorImpl( r'target', 151126022, - 242, + 229, const prefix0.ContainedReflectable(), 14, 209, @@ -7452,7 +7309,7 @@ final _data = { r.ParameterMirrorImpl( r'at', 134348806, - 242, + 229, const prefix0.ContainedReflectable(), 17, 17, @@ -7464,7 +7321,7 @@ final _data = { r.ParameterMirrorImpl( r'source', 151126022, - 242, + 229, const prefix0.ContainedReflectable(), 26, 210, @@ -7473,6 +7330,234 @@ final _data = { const [], null, null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 231, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 232, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'value', + 6, + 232, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'value', + 6, + 233, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'iterable', + 151126022, + 234, + const prefix0.ContainedReflectable(), + 26, + 135, + 26, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'compare', + 67112966, + 235, + const prefix0.ContainedReflectable(), + -1, + 211, + 211, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'random', + 67244038, + 236, + const prefix0.ContainedReflectable(), + -1, + 212, + 212, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'element', + 6, + 237, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134354950, + 237, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 238, + const prefix0.ContainedReflectable(), + -1, + 213, + 213, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 134354950, + 238, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 239, + const prefix0.ContainedReflectable(), + -1, + 213, + 213, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 67244038, + 239, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'element', + 6, + 240, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'start', + 67244038, + 240, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 242, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'element', + 6, + 242, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 243, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'iterable', + 151126022, + 243, + const prefix0.ContainedReflectable(), + 26, + 135, + 26, + null, + const [], + null, + null), r.ParameterMirrorImpl( r'index', 134348806, @@ -7485,241 +7570,13 @@ final _data = { const [], null, null), - r.ParameterMirrorImpl( - r'index', - 134348806, - 245, - const prefix0.ContainedReflectable(), - 17, - 17, - 17, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'value', - 6, - 245, - const prefix0.ContainedReflectable(), - -1, - -1, - -1, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'value', - 6, - 246, - const prefix0.ContainedReflectable(), - -1, - -1, - -1, - const [], - const [], - null, - null), r.ParameterMirrorImpl( r'iterable', 151126022, - 247, + 244, const prefix0.ContainedReflectable(), 26, - 136, - 26, - null, - const [], - null, - null), - r.ParameterMirrorImpl( - r'compare', - 67112966, - 248, - const prefix0.ContainedReflectable(), - -1, - 211, - 211, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'random', - 67244038, - 249, - const prefix0.ContainedReflectable(), - -1, - 212, - 212, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'element', - 6, - 250, - const prefix0.ContainedReflectable(), - -1, - -1, - -1, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'start', - 134354950, - 250, - const prefix0.ContainedReflectable(), - 17, - 17, - 17, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'test', - 134217734, - 251, - const prefix0.ContainedReflectable(), - -1, - 213, - 213, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'start', - 134354950, - 251, - const prefix0.ContainedReflectable(), - 17, - 17, - 17, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'test', - 134217734, - 252, - const prefix0.ContainedReflectable(), - -1, - 213, - 213, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'start', - 67244038, - 252, - const prefix0.ContainedReflectable(), - 17, - 17, - 17, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'element', - 6, - 253, - const prefix0.ContainedReflectable(), - -1, - -1, - -1, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'start', - 67244038, - 253, - const prefix0.ContainedReflectable(), - 17, - 17, - 17, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'index', - 134348806, - 255, - const prefix0.ContainedReflectable(), - 17, - 17, - 17, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'element', - 6, - 255, - const prefix0.ContainedReflectable(), - -1, - -1, - -1, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'index', - 134348806, - 256, - const prefix0.ContainedReflectable(), - 17, - 17, - 17, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'iterable', - 151126022, - 256, - const prefix0.ContainedReflectable(), - 26, - 136, - 26, - null, - const [], - null, - null), - r.ParameterMirrorImpl( - r'index', - 134348806, - 257, - const prefix0.ContainedReflectable(), - 17, - 17, - 17, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'iterable', - 151126022, - 257, - const prefix0.ContainedReflectable(), - 26, - 136, + 135, 26, null, const [], @@ -7728,7 +7585,7 @@ final _data = { r.ParameterMirrorImpl( r'value', 67239942, - 258, + 245, const prefix0.ContainedReflectable(), 4, 4, @@ -7740,7 +7597,7 @@ final _data = { r.ParameterMirrorImpl( r'index', 134348806, - 259, + 246, const prefix0.ContainedReflectable(), 17, 17, @@ -7752,7 +7609,7 @@ final _data = { r.ParameterMirrorImpl( r'test', 134217734, - 261, + 248, const prefix0.ContainedReflectable(), -1, 213, @@ -7764,7 +7621,7 @@ final _data = { r.ParameterMirrorImpl( r'test', 134217734, - 262, + 249, const prefix0.ContainedReflectable(), -1, 213, @@ -7776,10 +7633,10 @@ final _data = { r.ParameterMirrorImpl( r'other', 151126022, - 263, + 250, const prefix0.ContainedReflectable(), 14, - 135, + 134, 14, null, const [], @@ -7788,7 +7645,7 @@ final _data = { r.ParameterMirrorImpl( r'start', 134348806, - 264, + 251, const prefix0.ContainedReflectable(), 17, 17, @@ -7800,7 +7657,7 @@ final _data = { r.ParameterMirrorImpl( r'end', 67244038, - 264, + 251, const prefix0.ContainedReflectable(), 17, 17, @@ -7812,7 +7669,7 @@ final _data = { r.ParameterMirrorImpl( r'start', 134348806, - 265, + 252, const prefix0.ContainedReflectable(), 17, 17, @@ -7824,7 +7681,7 @@ final _data = { r.ParameterMirrorImpl( r'end', 134348806, - 265, + 252, const prefix0.ContainedReflectable(), 17, 17, @@ -7836,7 +7693,7 @@ final _data = { r.ParameterMirrorImpl( r'start', 134348806, - 266, + 253, const prefix0.ContainedReflectable(), 17, 17, @@ -7848,7 +7705,7 @@ final _data = { r.ParameterMirrorImpl( r'end', 134348806, - 266, + 253, const prefix0.ContainedReflectable(), 17, 17, @@ -7860,10 +7717,10 @@ final _data = { r.ParameterMirrorImpl( r'iterable', 151126022, - 266, + 253, const prefix0.ContainedReflectable(), 26, - 136, + 135, 26, null, const [], @@ -7872,7 +7729,7 @@ final _data = { r.ParameterMirrorImpl( r'skipCount', 134354950, - 266, + 253, const prefix0.ContainedReflectable(), 17, 17, @@ -7884,7 +7741,7 @@ final _data = { r.ParameterMirrorImpl( r'start', 134348806, - 267, + 254, const prefix0.ContainedReflectable(), 17, 17, @@ -7896,7 +7753,7 @@ final _data = { r.ParameterMirrorImpl( r'end', 134348806, - 267, + 254, const prefix0.ContainedReflectable(), 17, 17, @@ -7908,7 +7765,7 @@ final _data = { r.ParameterMirrorImpl( r'start', 134348806, - 268, + 255, const prefix0.ContainedReflectable(), 17, 17, @@ -7920,7 +7777,7 @@ final _data = { r.ParameterMirrorImpl( r'end', 134348806, - 268, + 255, const prefix0.ContainedReflectable(), 17, 17, @@ -7932,7 +7789,7 @@ final _data = { r.ParameterMirrorImpl( r'fillValue', 67112966, - 268, + 255, const prefix0.ContainedReflectable(), -1, -1, @@ -7944,7 +7801,7 @@ final _data = { r.ParameterMirrorImpl( r'start', 134348806, - 269, + 256, const prefix0.ContainedReflectable(), 17, 17, @@ -7956,7 +7813,7 @@ final _data = { r.ParameterMirrorImpl( r'end', 134348806, - 269, + 256, const prefix0.ContainedReflectable(), 17, 17, @@ -7968,10 +7825,10 @@ final _data = { r.ParameterMirrorImpl( r'replacements', 151126022, - 269, + 256, const prefix0.ContainedReflectable(), 26, - 136, + 135, 26, null, const [], @@ -7980,7 +7837,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 271, + 258, const prefix0.ContainedReflectable(), 4, 4, @@ -7992,7 +7849,7 @@ final _data = { r.ParameterMirrorImpl( r'length', 67244038, - 277, + 264, const prefix0.ContainedReflectable(), 17, 17, @@ -8004,7 +7861,7 @@ final _data = { r.ParameterMirrorImpl( r'length', 134348806, - 278, + 265, const prefix0.ContainedReflectable(), 17, 17, @@ -8016,7 +7873,7 @@ final _data = { r.ParameterMirrorImpl( r'fill', 6, - 278, + 265, const prefix0.ContainedReflectable(), -1, -1, @@ -8028,7 +7885,7 @@ final _data = { r.ParameterMirrorImpl( r'growable', 134363142, - 278, + 265, const prefix0.ContainedReflectable(), 13, 13, @@ -8040,7 +7897,7 @@ final _data = { r.ParameterMirrorImpl( r'growable', 134363142, - 279, + 266, const prefix0.ContainedReflectable(), 13, 13, @@ -8052,7 +7909,7 @@ final _data = { r.ParameterMirrorImpl( r'elements', 151126022, - 280, + 267, const prefix0.ContainedReflectable(), 26, 205, @@ -8064,7 +7921,7 @@ final _data = { r.ParameterMirrorImpl( r'growable', 134363142, - 280, + 267, const prefix0.ContainedReflectable(), 13, 13, @@ -8076,10 +7933,10 @@ final _data = { r.ParameterMirrorImpl( r'elements', 151126022, - 281, + 268, const prefix0.ContainedReflectable(), 26, - 136, + 135, 26, null, const [], @@ -8088,7 +7945,7 @@ final _data = { r.ParameterMirrorImpl( r'growable', 134363142, - 281, + 268, const prefix0.ContainedReflectable(), 13, 13, @@ -8100,7 +7957,7 @@ final _data = { r.ParameterMirrorImpl( r'length', 134348806, - 282, + 269, const prefix0.ContainedReflectable(), 17, 17, @@ -8112,7 +7969,7 @@ final _data = { r.ParameterMirrorImpl( r'generator', 134217734, - 282, + 269, const prefix0.ContainedReflectable(), -1, 214, @@ -8124,7 +7981,7 @@ final _data = { r.ParameterMirrorImpl( r'growable', 134363142, - 282, + 269, const prefix0.ContainedReflectable(), 13, 13, @@ -8136,7 +7993,7 @@ final _data = { r.ParameterMirrorImpl( r'elements', 151126022, - 283, + 270, const prefix0.ContainedReflectable(), 26, 205, @@ -8148,7 +8005,7 @@ final _data = { r.ParameterMirrorImpl( r'value', 6, - 272, + 259, const prefix0.ContainedReflectable(), -1, -1, @@ -8160,7 +8017,7 @@ final _data = { r.ParameterMirrorImpl( r'value', 6, - 273, + 260, const prefix0.ContainedReflectable(), -1, -1, @@ -8172,7 +8029,7 @@ final _data = { r.ParameterMirrorImpl( r'newLength', 134348806, - 275, + 262, const prefix0.ContainedReflectable(), 17, 17, @@ -8184,7 +8041,7 @@ final _data = { r.ParameterMirrorImpl( r'source', 151126022, - 284, + 271, const prefix0.ContainedReflectable(), 15, 215, @@ -8196,7 +8053,7 @@ final _data = { r.ParameterMirrorImpl( r'value', 67239942, - 286, + 273, const prefix0.ContainedReflectable(), 4, 4, @@ -8208,7 +8065,7 @@ final _data = { r.ParameterMirrorImpl( r'key', 67239942, - 287, + 274, const prefix0.ContainedReflectable(), 4, 4, @@ -8220,7 +8077,7 @@ final _data = { r.ParameterMirrorImpl( r'key', 67239942, - 288, + 275, const prefix0.ContainedReflectable(), 4, 4, @@ -8232,7 +8089,7 @@ final _data = { r.ParameterMirrorImpl( r'key', 6, - 289, + 276, const prefix0.ContainedReflectable(), -1, -1, @@ -8244,7 +8101,7 @@ final _data = { r.ParameterMirrorImpl( r'value', 6, - 289, + 276, const prefix0.ContainedReflectable(), -1, -1, @@ -8256,7 +8113,7 @@ final _data = { r.ParameterMirrorImpl( r'convert', 134217734, - 290, + 277, const prefix0.ContainedReflectable(), -1, 216, @@ -8268,10 +8125,10 @@ final _data = { r.ParameterMirrorImpl( r'newEntries', 151126022, - 291, + 278, const prefix0.ContainedReflectable(), 26, - 141, + 140, 26, null, const [], @@ -8280,7 +8137,7 @@ final _data = { r.ParameterMirrorImpl( r'key', 6, - 292, + 279, const prefix0.ContainedReflectable(), -1, -1, @@ -8292,7 +8149,7 @@ final _data = { r.ParameterMirrorImpl( r'update', 134217734, - 292, + 279, const prefix0.ContainedReflectable(), -1, 217, @@ -8304,7 +8161,7 @@ final _data = { r.ParameterMirrorImpl( r'ifAbsent', 67121158, - 292, + 279, const prefix0.ContainedReflectable(), -1, 218, @@ -8316,7 +8173,7 @@ final _data = { r.ParameterMirrorImpl( r'update', 134217734, - 293, + 280, const prefix0.ContainedReflectable(), -1, 219, @@ -8328,7 +8185,7 @@ final _data = { r.ParameterMirrorImpl( r'test', 134217734, - 294, + 281, const prefix0.ContainedReflectable(), -1, 220, @@ -8340,7 +8197,7 @@ final _data = { r.ParameterMirrorImpl( r'key', 6, - 295, + 282, const prefix0.ContainedReflectable(), -1, -1, @@ -8352,7 +8209,7 @@ final _data = { r.ParameterMirrorImpl( r'ifAbsent', 134217734, - 295, + 282, const prefix0.ContainedReflectable(), -1, 221, @@ -8364,10 +8221,10 @@ final _data = { r.ParameterMirrorImpl( r'other', 151126022, - 296, + 283, const prefix0.ContainedReflectable(), 15, - 144, + 143, 15, null, const [], @@ -8376,7 +8233,7 @@ final _data = { r.ParameterMirrorImpl( r'key', 67239942, - 297, + 284, const prefix0.ContainedReflectable(), 4, 4, @@ -8388,7 +8245,7 @@ final _data = { r.ParameterMirrorImpl( r'action', 134217734, - 299, + 286, const prefix0.ContainedReflectable(), -1, 222, @@ -8400,7 +8257,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 151126022, - 307, + 294, const prefix0.ContainedReflectable(), 15, 67, @@ -8412,10 +8269,10 @@ final _data = { r.ParameterMirrorImpl( r'other', 151126022, - 308, + 295, const prefix0.ContainedReflectable(), 15, - 144, + 143, 15, null, const [], @@ -8424,7 +8281,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 151126022, - 309, + 296, const prefix0.ContainedReflectable(), 15, 67, @@ -8436,7 +8293,7 @@ final _data = { r.ParameterMirrorImpl( r'iterable', 151126022, - 311, + 298, const prefix0.ContainedReflectable(), 26, 205, @@ -8448,7 +8305,7 @@ final _data = { r.ParameterMirrorImpl( r'key', 67121158, - 311, + 298, const prefix0.ContainedReflectable(), -1, 223, @@ -8460,7 +8317,7 @@ final _data = { r.ParameterMirrorImpl( r'value', 67121158, - 311, + 298, const prefix0.ContainedReflectable(), -1, 224, @@ -8472,31 +8329,7 @@ final _data = { r.ParameterMirrorImpl( r'keys', 151126022, - 312, - const prefix0.ContainedReflectable(), - 26, - 142, - 26, - null, - const [], - null, - null), - r.ParameterMirrorImpl( - r'values', - 151126022, - 312, - const prefix0.ContainedReflectable(), - 26, - 143, - 26, - null, - const [], - null, - null), - r.ParameterMirrorImpl( - r'entries', - 151126022, - 313, + 299, const prefix0.ContainedReflectable(), 26, 141, @@ -8505,10 +8338,34 @@ final _data = { const [], null, null), + r.ParameterMirrorImpl( + r'values', + 151126022, + 299, + const prefix0.ContainedReflectable(), + 26, + 142, + 26, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'entries', + 151126022, + 300, + const prefix0.ContainedReflectable(), + 26, + 140, + 26, + null, + const [], + null, + null), r.ParameterMirrorImpl( r'index', 134348806, - 314, + 301, const prefix0.ContainedReflectable(), 17, 17, @@ -8520,7 +8377,7 @@ final _data = { r.ParameterMirrorImpl( r'index', 134348806, - 315, + 302, const prefix0.ContainedReflectable(), 17, 17, @@ -8532,7 +8389,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 316, + 303, const prefix0.ContainedReflectable(), 4, 4, @@ -8544,7 +8401,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 317, + 304, const prefix0.ContainedReflectable(), 16, 16, @@ -8556,7 +8413,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 318, + 305, const prefix0.ContainedReflectable(), 16, 16, @@ -8568,11 +8425,11 @@ final _data = { r.ParameterMirrorImpl( r'pattern', 134348806, - 319, + 306, const prefix0.ContainedReflectable(), -1, - 102, - 102, + 101, + 101, const [], const [], null, @@ -8580,7 +8437,7 @@ final _data = { r.ParameterMirrorImpl( r'index', 134354950, - 319, + 306, const prefix0.ContainedReflectable(), 17, 17, @@ -8592,11 +8449,11 @@ final _data = { r.ParameterMirrorImpl( r'pattern', 134348806, - 320, + 307, const prefix0.ContainedReflectable(), -1, - 102, - 102, + 101, + 101, const [], const [], null, @@ -8604,7 +8461,7 @@ final _data = { r.ParameterMirrorImpl( r'start', 134354950, - 320, + 307, const prefix0.ContainedReflectable(), 17, 17, @@ -8616,11 +8473,11 @@ final _data = { r.ParameterMirrorImpl( r'pattern', 134348806, - 321, + 308, const prefix0.ContainedReflectable(), -1, - 102, - 102, + 101, + 101, const [], const [], null, @@ -8628,7 +8485,7 @@ final _data = { r.ParameterMirrorImpl( r'start', 67244038, - 321, + 308, const prefix0.ContainedReflectable(), 17, 17, @@ -8640,7 +8497,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 322, + 309, const prefix0.ContainedReflectable(), 16, 16, @@ -8652,7 +8509,7 @@ final _data = { r.ParameterMirrorImpl( r'start', 134348806, - 323, + 310, const prefix0.ContainedReflectable(), 17, 17, @@ -8664,7 +8521,7 @@ final _data = { r.ParameterMirrorImpl( r'end', 67244038, - 323, + 310, const prefix0.ContainedReflectable(), 17, 17, @@ -8676,7 +8533,7 @@ final _data = { r.ParameterMirrorImpl( r'times', 134348806, - 327, + 314, const prefix0.ContainedReflectable(), 17, 17, @@ -8688,7 +8545,7 @@ final _data = { r.ParameterMirrorImpl( r'width', 134348806, - 328, + 315, const prefix0.ContainedReflectable(), 17, 17, @@ -8700,7 +8557,7 @@ final _data = { r.ParameterMirrorImpl( r'padding', 134354950, - 328, + 315, const prefix0.ContainedReflectable(), 16, 16, @@ -8712,7 +8569,7 @@ final _data = { r.ParameterMirrorImpl( r'width', 134348806, - 329, + 316, const prefix0.ContainedReflectable(), 17, 17, @@ -8724,7 +8581,7 @@ final _data = { r.ParameterMirrorImpl( r'padding', 134354950, - 329, + 316, const prefix0.ContainedReflectable(), 16, 16, @@ -8736,11 +8593,11 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 330, + 317, const prefix0.ContainedReflectable(), -1, - 102, - 102, + 101, + 101, const [], const [], null, @@ -8748,7 +8605,7 @@ final _data = { r.ParameterMirrorImpl( r'startIndex', 134354950, - 330, + 317, const prefix0.ContainedReflectable(), 17, 17, @@ -8760,11 +8617,11 @@ final _data = { r.ParameterMirrorImpl( r'from', 134348806, - 331, + 318, const prefix0.ContainedReflectable(), -1, - 102, - 102, + 101, + 101, const [], const [], null, @@ -8772,7 +8629,7 @@ final _data = { r.ParameterMirrorImpl( r'to', 134348806, - 331, + 318, const prefix0.ContainedReflectable(), 16, 16, @@ -8784,7 +8641,7 @@ final _data = { r.ParameterMirrorImpl( r'startIndex', 134354950, - 331, + 318, const prefix0.ContainedReflectable(), 17, 17, @@ -8796,11 +8653,11 @@ final _data = { r.ParameterMirrorImpl( r'from', 134348806, - 332, + 319, const prefix0.ContainedReflectable(), -1, - 102, - 102, + 101, + 101, const [], const [], null, @@ -8808,7 +8665,7 @@ final _data = { r.ParameterMirrorImpl( r'replace', 134217734, - 332, + 319, const prefix0.ContainedReflectable(), -1, 225, @@ -8820,7 +8677,7 @@ final _data = { r.ParameterMirrorImpl( r'startIndex', 134354950, - 332, + 319, const prefix0.ContainedReflectable(), 17, 17, @@ -8832,11 +8689,11 @@ final _data = { r.ParameterMirrorImpl( r'from', 134348806, - 333, + 320, const prefix0.ContainedReflectable(), -1, - 102, - 102, + 101, + 101, const [], const [], null, @@ -8844,7 +8701,7 @@ final _data = { r.ParameterMirrorImpl( r'replace', 134348806, - 333, + 320, const prefix0.ContainedReflectable(), 16, 16, @@ -8856,11 +8713,11 @@ final _data = { r.ParameterMirrorImpl( r'from', 134348806, - 334, + 321, const prefix0.ContainedReflectable(), -1, - 102, - 102, + 101, + 101, const [], const [], null, @@ -8868,7 +8725,7 @@ final _data = { r.ParameterMirrorImpl( r'replace', 134217734, - 334, + 321, const prefix0.ContainedReflectable(), -1, 225, @@ -8880,7 +8737,7 @@ final _data = { r.ParameterMirrorImpl( r'start', 134348806, - 335, + 322, const prefix0.ContainedReflectable(), 17, 17, @@ -8892,7 +8749,7 @@ final _data = { r.ParameterMirrorImpl( r'end', 67239942, - 335, + 322, const prefix0.ContainedReflectable(), 17, 17, @@ -8904,7 +8761,7 @@ final _data = { r.ParameterMirrorImpl( r'replacement', 134348806, - 335, + 322, const prefix0.ContainedReflectable(), 16, 16, @@ -8916,11 +8773,11 @@ final _data = { r.ParameterMirrorImpl( r'pattern', 134348806, - 336, + 323, const prefix0.ContainedReflectable(), -1, - 102, - 102, + 101, + 101, const [], const [], null, @@ -8928,11 +8785,11 @@ final _data = { r.ParameterMirrorImpl( r'pattern', 134348806, - 337, + 324, const prefix0.ContainedReflectable(), -1, - 102, - 102, + 101, + 101, const [], const [], null, @@ -8940,7 +8797,7 @@ final _data = { r.ParameterMirrorImpl( r'onMatch', 67121158, - 337, + 324, const prefix0.ContainedReflectable(), -1, 226, @@ -8952,7 +8809,7 @@ final _data = { r.ParameterMirrorImpl( r'onNonMatch', 67121158, - 337, + 324, const prefix0.ContainedReflectable(), -1, 227, @@ -8964,7 +8821,7 @@ final _data = { r.ParameterMirrorImpl( r'charCodes', 151126022, - 346, + 333, const prefix0.ContainedReflectable(), 26, 228, @@ -8976,7 +8833,7 @@ final _data = { r.ParameterMirrorImpl( r'start', 134354950, - 346, + 333, const prefix0.ContainedReflectable(), 17, 17, @@ -8988,7 +8845,7 @@ final _data = { r.ParameterMirrorImpl( r'end', 67244038, - 346, + 333, const prefix0.ContainedReflectable(), 17, 17, @@ -9000,7 +8857,7 @@ final _data = { r.ParameterMirrorImpl( r'charCode', 134348806, - 347, + 334, const prefix0.ContainedReflectable(), 17, 17, @@ -9012,7 +8869,7 @@ final _data = { r.ParameterMirrorImpl( r'name', 134348806, - 348, + 335, const prefix0.ContainedReflectable(), 16, 16, @@ -9024,7 +8881,7 @@ final _data = { r.ParameterMirrorImpl( r'defaultValue', 134363142, - 348, + 335, const prefix0.ContainedReflectable(), 16, 16, @@ -9036,7 +8893,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 349, + 336, const prefix0.ContainedReflectable(), 17, 17, @@ -9048,7 +8905,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 350, + 337, const prefix0.ContainedReflectable(), 17, 17, @@ -9060,7 +8917,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 351, + 338, const prefix0.ContainedReflectable(), 17, 17, @@ -9072,7 +8929,7 @@ final _data = { r.ParameterMirrorImpl( r'shiftAmount', 134348806, - 353, + 340, const prefix0.ContainedReflectable(), 17, 17, @@ -9084,7 +8941,7 @@ final _data = { r.ParameterMirrorImpl( r'shiftAmount', 134348806, - 354, + 341, const prefix0.ContainedReflectable(), 17, 17, @@ -9096,7 +8953,7 @@ final _data = { r.ParameterMirrorImpl( r'shiftAmount', 134348806, - 355, + 342, const prefix0.ContainedReflectable(), 17, 17, @@ -9108,7 +8965,7 @@ final _data = { r.ParameterMirrorImpl( r'exponent', 134348806, - 356, + 343, const prefix0.ContainedReflectable(), 17, 17, @@ -9120,7 +8977,7 @@ final _data = { r.ParameterMirrorImpl( r'modulus', 134348806, - 356, + 343, const prefix0.ContainedReflectable(), 17, 17, @@ -9132,7 +8989,7 @@ final _data = { r.ParameterMirrorImpl( r'modulus', 134348806, - 357, + 344, const prefix0.ContainedReflectable(), 17, 17, @@ -9144,7 +9001,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 358, + 345, const prefix0.ContainedReflectable(), 17, 17, @@ -9156,6 +9013,30 @@ final _data = { r.ParameterMirrorImpl( r'width', 134348806, + 346, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'width', + 134348806, + 347, + const prefix0.ContainedReflectable(), + 17, + 17, + 17, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'radix', + 134348806, 359, const prefix0.ContainedReflectable(), 17, @@ -9165,34 +9046,10 @@ final _data = { const [], null, null), - r.ParameterMirrorImpl( - r'width', - 134348806, - 360, - const prefix0.ContainedReflectable(), - 17, - 17, - 17, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'radix', - 134348806, - 372, - const prefix0.ContainedReflectable(), - 17, - 17, - 17, - const [], - const [], - null, - null), r.ParameterMirrorImpl( r'source', 134348806, - 373, + 360, const prefix0.ContainedReflectable(), 16, 16, @@ -9204,7 +9061,7 @@ final _data = { r.ParameterMirrorImpl( r'radix', 67252230, - 373, + 360, const prefix0.ContainedReflectable(), 17, 17, @@ -9216,7 +9073,7 @@ final _data = { r.ParameterMirrorImpl( r'onError', 67121158, - 373, + 360, const prefix0.ContainedReflectable(), -1, 229, @@ -9228,7 +9085,7 @@ final _data = { r.ParameterMirrorImpl( r'source', 134348806, - 374, + 361, const prefix0.ContainedReflectable(), 16, 16, @@ -9240,7 +9097,7 @@ final _data = { r.ParameterMirrorImpl( r'radix', 67252230, - 374, + 361, const prefix0.ContainedReflectable(), 17, 17, @@ -9252,7 +9109,7 @@ final _data = { r.ParameterMirrorImpl( r'name', 134348806, - 379, + 366, const prefix0.ContainedReflectable(), 16, 16, @@ -9264,7 +9121,7 @@ final _data = { r.ParameterMirrorImpl( r'defaultValue', 134363142, - 379, + 366, const prefix0.ContainedReflectable(), 17, 17, @@ -9276,7 +9133,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 380, + 367, const prefix0.ContainedReflectable(), 4, 4, @@ -9288,7 +9145,7 @@ final _data = { r.ParameterMirrorImpl( r'futures', 151126022, - 384, + 371, const prefix0.ContainedReflectable(), 26, 230, @@ -9300,7 +9157,7 @@ final _data = { r.ParameterMirrorImpl( r'eagerError', 134363142, - 384, + 371, const prefix0.ContainedReflectable(), 13, 13, @@ -9312,7 +9169,7 @@ final _data = { r.ParameterMirrorImpl( r'cleanUp', 67121158, - 384, + 371, const prefix0.ContainedReflectable(), -1, 231, @@ -9324,7 +9181,7 @@ final _data = { r.ParameterMirrorImpl( r'futures', 151126022, - 385, + 372, const prefix0.ContainedReflectable(), 26, 232, @@ -9336,7 +9193,7 @@ final _data = { r.ParameterMirrorImpl( r'elements', 151126022, - 386, + 373, const prefix0.ContainedReflectable(), 26, 233, @@ -9348,7 +9205,7 @@ final _data = { r.ParameterMirrorImpl( r'action', 134217734, - 386, + 373, const prefix0.ContainedReflectable(), -1, 234, @@ -9360,7 +9217,7 @@ final _data = { r.ParameterMirrorImpl( r'action', 134217734, - 387, + 374, const prefix0.ContainedReflectable(), -1, 235, @@ -9372,7 +9229,7 @@ final _data = { r.ParameterMirrorImpl( r'onValue', 134217734, - 388, + 375, const prefix0.ContainedReflectable(), -1, 236, @@ -9384,7 +9241,7 @@ final _data = { r.ParameterMirrorImpl( r'onError', 67252230, - 388, + 375, const prefix0.ContainedReflectable(), -1, 183, @@ -9396,7 +9253,7 @@ final _data = { r.ParameterMirrorImpl( r'onError', 134348806, - 389, + 376, const prefix0.ContainedReflectable(), -1, 198, @@ -9408,7 +9265,7 @@ final _data = { r.ParameterMirrorImpl( r'test', 67121158, - 389, + 376, const prefix0.ContainedReflectable(), -1, 237, @@ -9420,7 +9277,7 @@ final _data = { r.ParameterMirrorImpl( r'action', 134217734, - 390, + 377, const prefix0.ContainedReflectable(), -1, 238, @@ -9432,7 +9289,7 @@ final _data = { r.ParameterMirrorImpl( r'timeLimit', 134348806, - 392, + 379, const prefix0.ContainedReflectable(), -1, 239, @@ -9444,7 +9301,7 @@ final _data = { r.ParameterMirrorImpl( r'onTimeout', 67121158, - 392, + 379, const prefix0.ContainedReflectable(), -1, 240, @@ -9456,7 +9313,7 @@ final _data = { r.ParameterMirrorImpl( r'computation', 134217734, - 393, + 380, const prefix0.ContainedReflectable(), -1, 241, @@ -9468,7 +9325,7 @@ final _data = { r.ParameterMirrorImpl( r'computation', 134217734, - 394, + 381, const prefix0.ContainedReflectable(), -1, 241, @@ -9480,7 +9337,7 @@ final _data = { r.ParameterMirrorImpl( r'computation', 134217734, - 395, + 382, const prefix0.ContainedReflectable(), -1, 241, @@ -9492,7 +9349,7 @@ final _data = { r.ParameterMirrorImpl( r'value', 84021254, - 396, + 383, const prefix0.ContainedReflectable(), 20, 242, @@ -9504,7 +9361,7 @@ final _data = { r.ParameterMirrorImpl( r'error', 134348806, - 397, + 384, const prefix0.ContainedReflectable(), 4, 4, @@ -9516,7 +9373,7 @@ final _data = { r.ParameterMirrorImpl( r'stackTrace', 67244038, - 397, + 384, const prefix0.ContainedReflectable(), -1, 243, @@ -9528,7 +9385,7 @@ final _data = { r.ParameterMirrorImpl( r'duration', 134348806, - 398, + 385, const prefix0.ContainedReflectable(), -1, 239, @@ -9540,7 +9397,7 @@ final _data = { r.ParameterMirrorImpl( r'computation', 67112966, - 398, + 385, const prefix0.ContainedReflectable(), -1, 240, @@ -9551,8 +9408,8 @@ final _data = { null), r.ParameterMirrorImpl( r'path', - 134349830, - 410, + 67240966, + 397, const prefix0.ContainedReflectable(), 16, 16, @@ -9564,7 +9421,7 @@ final _data = { r.ParameterMirrorImpl( r'method', 134364166, - 410, + 397, const prefix0.ContainedReflectable(), 16, 16, @@ -9575,8 +9432,8 @@ final _data = { #method), r.ParameterMirrorImpl( r'middleware', - 151141382, - 410, + 84032518, + 397, const prefix0.ContainedReflectable(), 26, 68, @@ -9588,7 +9445,7 @@ final _data = { r.ParameterMirrorImpl( r'as', 67253254, - 410, + 397, const prefix0.ContainedReflectable(), 16, 16, @@ -9600,7 +9457,7 @@ final _data = { r.ParameterMirrorImpl( r'allowNull', 151141382, - 410, + 397, const prefix0.ContainedReflectable(), 14, 69, @@ -9612,7 +9469,7 @@ final _data = { r.ParameterMirrorImpl( r'method', 134349830, - 411, + 398, const prefix0.ContainedReflectable(), 16, 16, @@ -9623,20 +9480,20 @@ final _data = { null), r.ParameterMirrorImpl( r'middleware', - 151141382, - 411, + 84030470, + 398, const prefix0.ContainedReflectable(), 26, 68, 26, null, const [], - const [], + null, #middleware), r.ParameterMirrorImpl( r'as', 67253254, - 411, + 398, const prefix0.ContainedReflectable(), 16, 16, @@ -9648,7 +9505,7 @@ final _data = { r.ParameterMirrorImpl( r'allowNull', 151141382, - 411, + 398, const prefix0.ContainedReflectable(), 14, 69, @@ -9660,7 +9517,7 @@ final _data = { r.ParameterMirrorImpl( r'path', 134348806, - 413, + 400, const prefix0.ContainedReflectable(), 16, 16, @@ -9672,7 +9529,7 @@ final _data = { r.ParameterMirrorImpl( r'router', 151127046, - 413, + 400, const prefix0.ContainedReflectable(), 10, 70, @@ -9684,10 +9541,10 @@ final _data = { r.ParameterMirrorImpl( r'params', 151126022, - 416, + 403, const prefix0.ContainedReflectable(), 15, - 85, + 244, 15, null, const [], @@ -9696,7 +9553,7 @@ final _data = { r.ParameterMirrorImpl( r'_name', 67240038, - 421, + 408, const prefix0.ContainedReflectable(), 16, 16, @@ -9708,7 +9565,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 423, + 410, const prefix0.ContainedReflectable(), 4, 4, @@ -9720,7 +9577,7 @@ final _data = { r.ParameterMirrorImpl( r'invocation', 134348806, - 424, + 411, const prefix0.ContainedReflectable(), 8, 8, @@ -9732,7 +9589,19 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 430, + 417, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 418, const prefix0.ContainedReflectable(), 24, 24, @@ -9746,18 +9615,6 @@ final _data = { 134348806, 431, const prefix0.ContainedReflectable(), - 24, - 24, - 24, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'other', - 134348806, - 444, - const prefix0.ContainedReflectable(), 4, 4, 4, @@ -9768,10 +9625,10 @@ final _data = { r.ParameterMirrorImpl( r'source', 151126022, - 451, + 438, const prefix0.ContainedReflectable(), 26, - 244, + 245, 26, null, const [], @@ -9780,10 +9637,10 @@ final _data = { r.ParameterMirrorImpl( r'other', 151126022, - 453, + 440, const prefix0.ContainedReflectable(), 26, - 169, + 168, 26, null, const [], @@ -9792,11 +9649,11 @@ final _data = { r.ParameterMirrorImpl( r'toElement', 134217734, - 454, + 441, const prefix0.ContainedReflectable(), -1, - 245, - 245, + 246, + 246, const [], const [], null, @@ -9804,11 +9661,11 @@ final _data = { r.ParameterMirrorImpl( r'test', 134217734, - 455, + 442, const prefix0.ContainedReflectable(), -1, - 246, - 246, + 247, + 247, const [], const [], null, @@ -9816,11 +9673,11 @@ final _data = { r.ParameterMirrorImpl( r'toElements', 134217734, - 457, + 444, const prefix0.ContainedReflectable(), -1, - 247, - 247, + 248, + 248, const [], const [], null, @@ -9828,7 +9685,7 @@ final _data = { r.ParameterMirrorImpl( r'element', 67239942, - 458, + 445, const prefix0.ContainedReflectable(), 4, 4, @@ -9840,11 +9697,11 @@ final _data = { r.ParameterMirrorImpl( r'action', 134217734, - 459, + 446, const prefix0.ContainedReflectable(), -1, - 248, - 248, + 249, + 249, const [], const [], null, @@ -9852,11 +9709,11 @@ final _data = { r.ParameterMirrorImpl( r'combine', 134217734, - 460, + 447, const prefix0.ContainedReflectable(), -1, - 249, - 249, + 250, + 250, const [], const [], null, @@ -9864,7 +9721,7 @@ final _data = { r.ParameterMirrorImpl( r'initialValue', 6, - 461, + 448, const prefix0.ContainedReflectable(), -1, -1, @@ -9876,11 +9733,11 @@ final _data = { r.ParameterMirrorImpl( r'combine', 134217734, - 461, + 448, const prefix0.ContainedReflectable(), -1, - 250, - 250, + 251, + 251, const [], const [], null, @@ -9888,11 +9745,11 @@ final _data = { r.ParameterMirrorImpl( r'test', 134217734, - 462, + 449, const prefix0.ContainedReflectable(), -1, - 246, - 246, + 247, + 247, const [], const [], null, @@ -9900,7 +9757,7 @@ final _data = { r.ParameterMirrorImpl( r'separator', 134354950, - 463, + 450, const prefix0.ContainedReflectable(), 16, 16, @@ -9912,11 +9769,11 @@ final _data = { r.ParameterMirrorImpl( r'test', 134217734, - 464, + 451, const prefix0.ContainedReflectable(), -1, - 246, - 246, + 247, + 247, const [], const [], null, @@ -9924,7 +9781,7 @@ final _data = { r.ParameterMirrorImpl( r'growable', 134363142, - 465, + 452, const prefix0.ContainedReflectable(), 13, 13, @@ -9936,7 +9793,7 @@ final _data = { r.ParameterMirrorImpl( r'count', 134348806, - 467, + 454, const prefix0.ContainedReflectable(), 17, 17, @@ -9948,11 +9805,11 @@ final _data = { r.ParameterMirrorImpl( r'test', 134217734, - 468, + 455, const prefix0.ContainedReflectable(), -1, - 246, - 246, + 247, + 247, const [], const [], null, @@ -9960,7 +9817,7 @@ final _data = { r.ParameterMirrorImpl( r'count', 134348806, - 469, + 456, const prefix0.ContainedReflectable(), 17, 17, @@ -9972,11 +9829,11 @@ final _data = { r.ParameterMirrorImpl( r'test', 134217734, - 470, + 457, const prefix0.ContainedReflectable(), -1, - 246, - 246, + 247, + 247, const [], const [], null, @@ -9984,11 +9841,11 @@ final _data = { r.ParameterMirrorImpl( r'test', 134217734, - 471, + 458, const prefix0.ContainedReflectable(), -1, - 246, - 246, + 247, + 247, const [], const [], null, @@ -9996,11 +9853,11 @@ final _data = { r.ParameterMirrorImpl( r'orElse', 67121158, - 471, + 458, const prefix0.ContainedReflectable(), -1, - 251, - 251, + 252, + 252, const [], const [], null, @@ -10008,11 +9865,11 @@ final _data = { r.ParameterMirrorImpl( r'test', 134217734, - 472, + 459, const prefix0.ContainedReflectable(), -1, - 246, - 246, + 247, + 247, const [], const [], null, @@ -10020,11 +9877,11 @@ final _data = { r.ParameterMirrorImpl( r'orElse', 67121158, - 472, + 459, const prefix0.ContainedReflectable(), -1, - 251, - 251, + 252, + 252, const [], const [], null, @@ -10032,11 +9889,11 @@ final _data = { r.ParameterMirrorImpl( r'test', 134217734, - 473, + 460, const prefix0.ContainedReflectable(), -1, - 246, - 246, + 247, + 247, const [], const [], null, @@ -10044,11 +9901,11 @@ final _data = { r.ParameterMirrorImpl( r'orElse', 67121158, - 473, + 460, const prefix0.ContainedReflectable(), -1, - 251, - 251, + 252, + 252, const [], const [], null, @@ -10056,7 +9913,7 @@ final _data = { r.ParameterMirrorImpl( r'index', 134348806, - 474, + 461, const prefix0.ContainedReflectable(), 17, 17, @@ -10068,7 +9925,7 @@ final _data = { r.ParameterMirrorImpl( r'count', 134348806, - 484, + 471, const prefix0.ContainedReflectable(), 17, 17, @@ -10080,11 +9937,11 @@ final _data = { r.ParameterMirrorImpl( r'generator', 67112966, - 484, + 471, const prefix0.ContainedReflectable(), -1, - 252, - 252, + 253, + 253, const [], const [], null, @@ -10098,7 +9955,7 @@ final _data = { Object, prefix4.ReflectableImpl, prefix5.ReflectableBase, - prefix1.Todo, + prefix1.Order, Invocation, prefix6.Angel, prefix7.Router, @@ -10150,7 +10007,7 @@ final _data = { const r.FakeType(r'reflectable.capability._AdmitSubtypeCapability'), const m.TypeValue>().type, const m.TypeValue>>().type, - DateTime, + prefix1.FoodItem, const m.TypeValue< Map< String, @@ -10188,7 +10045,6 @@ final _data = { const m.TypeValue>().type, prefix12.ClassMirror, const m.TypeValue>().type, - const m.TypeValue>().type, const m.TypeValue>().type, const m.TypeValue>().type, const m.TypeValue>().type, @@ -10286,6 +10142,7 @@ final _data = { Set, const r.FakeType(r'dart.core.Iterator'), Iterator, + const m.TypeValue>().type, const m.TypeValue>().type, const m.TypeValue().type, const m.TypeValue().type, @@ -10352,6 +10209,7 @@ final _data = { const m.TypeValue().type, const r.FakeType(r'dart.async.FutureOr'), StackTrace, + const m.TypeValue>().type, const r.FakeType(r'dart.core.Iterable'), const m.TypeValue().type, const m.TypeValue().type, @@ -10378,7 +10236,7 @@ final _data = { r'routeMappings': (dynamic instance) => instance.routeMappings, r'app': (dynamic instance) => instance.app, r'mountPoint': (dynamic instance) => instance.mountPoint, - r'todo': (dynamic instance) => instance.todo, + r'order': (dynamic instance) => instance.order, r'capabilities': (dynamic instance) => instance.capabilities, r'canReflect': (dynamic instance) => instance.canReflect, r'reflect': (dynamic instance) => instance.reflect, @@ -10387,13 +10245,8 @@ final _data = { r'findLibrary': (dynamic instance) => instance.findLibrary, r'libraries': (dynamic instance) => instance.libraries, r'annotatedClasses': (dynamic instance) => instance.annotatedClasses, - r'id': (dynamic instance) => instance.id, - r'createdAt': (dynamic instance) => instance.createdAt, - r'updatedAt': (dynamic instance) => instance.updatedAt, - r'idAsInt': (dynamic instance) => instance.idAsInt, - r'toJson': (dynamic instance) => instance.toJson, - r'text': (dynamic instance) => instance.text, - r'over': (dynamic instance) => instance.over, + r'item': (dynamic instance) => instance.item, + r'name': (dynamic instance) => instance.name, r'typeArguments': (dynamic instance) => instance.typeArguments, r'isAccessor': (dynamic instance) => instance.isAccessor, r'enableCache': (dynamic instance) => instance.enableCache, @@ -10468,7 +10321,6 @@ final _data = { r'allowNull': (dynamic instance) => instance.allowNull, r'makeUri': (dynamic instance) => instance.makeUri, r'handlers': (dynamic instance) => instance.handlers, - r'name': (dynamic instance) => instance.name, r'parser': (dynamic instance) => instance.parser, r'router': (dynamic instance) => instance.router, r'cast': (dynamic instance) => instance.cast, @@ -10506,11 +10358,7 @@ final _data = { instance.middleware = value, r'routeMappings=': (dynamic instance, value) => instance.routeMappings = value, - r'id=': (dynamic instance, value) => instance.id = value, - r'createdAt=': (dynamic instance, value) => instance.createdAt = value, - r'updatedAt=': (dynamic instance, value) => instance.updatedAt = value, - r'text=': (dynamic instance, value) => instance.text = value, - r'over=': (dynamic instance, value) => instance.over = value, + r'item=': (dynamic instance, value) => instance.item = value, r'serializer=': (dynamic instance, value) => instance.serializer = value, r'allowMethodOverrides=': (dynamic instance, value) => @@ -10527,7 +10375,7 @@ final _data = { r'', Uri.parse('asset:example2/bin/example3_controller.dart'), const prefix0.ContainedReflectable(), - const [68], + const [64], {r'main': () => prefix1.main}, {}, const [], @@ -10564,7 +10412,7 @@ final _data = { r'dart.core', Uri.parse(r'reflectable://4/dart.core'), const prefix0.ContainedReflectable(), - const [1, 2, 3, 4, 70, 71, 72], + const [1, 2, 3, 4, 66, 67, 68], { r'deprecated': () => deprecated, r'override': () => override, @@ -10581,7 +10429,7 @@ final _data = { r'reflectable.src.reflectable_builder_based', Uri.parse('package:reflectable/src/reflectable_builder_based.dart'), const prefix0.ContainedReflectable(), - const [5, 6, 7, 82], + const [5, 6, 7, 78], { r'pleaseInitializeMessage': () => prefix4.pleaseInitializeMessage, r'data': () => prefix4.data, @@ -10617,7 +10465,7 @@ final _data = { r'angel3_route.src.router', Uri.parse('package:angel3_route/src/router.dart'), const prefix0.ContainedReflectable(), - const [83], + const [79], {r'flatten': () => prefix7.flatten}, {}, const [], @@ -10635,7 +10483,7 @@ final _data = { r'angel_framework.http.routable', Uri.parse('package:angel3_framework/src/core/routable.dart'), const prefix0.ContainedReflectable(), - const [84], + const [80], {r'chain': () => prefix9.chain}, {}, const [], @@ -10644,7 +10492,7 @@ final _data = { r'dart.async', Uri.parse(r'reflectable://11/dart.async'), const prefix0.ContainedReflectable(), - const [85, 86, 87, 88], + const [81, 82, 83, 84], { r'unawaited': () => prefix10.unawaited, r'scheduleMicrotask': () => prefix10.scheduleMicrotask, @@ -10698,11 +10546,11 @@ final _data = { 27, 28, 29, - 90, - 91, - 92, - 93, - 94 + 86, + 87, + 88, + 89, + 90 ], { r'instanceInvokeCapability': () => diff --git a/experiment/container/example2/pubspec.yaml b/experiment/container/example2/pubspec.yaml index 2e0f9ddf..fb79e1de 100644 --- a/experiment/container/example2/pubspec.yaml +++ b/experiment/container/example2/pubspec.yaml @@ -2,10 +2,10 @@ name: example2 version: 0.0.1 description: Example 2. environment: - sdk: '>=2.18.0 <3.0.0' + sdk: '>=2.19.0 <3.0.0' dependencies: - angel3_container: ^7.0.0 - angel3_container_generator: ^7.0.0 + angel3_container: ^7.1.0-beta.1 + angel3_container_generator: ^7.1.0-beta.1 angel3_http_exception: ^7.0.0 angel3_framework: ^7.0.0 angel3_model: ^7.0.0 @@ -37,13 +37,13 @@ dev_dependencies: io: ^1.0.0 test: ^1.21.0 lints: ^2.0.0 -dependency_overrides: - angel3_container: - path: ../../../packages/container/angel_container - angel3_container_generator: - path: ../../../packages/container/angel_container_generator - angel3_framework: - path: ../../../packages/framework +# dependency_overrides: +# angel3_container: +# path: ../../../packages/container/angel_container +# angel3_container_generator: +# path: ../../../packages/container/angel_container_generator +# angel3_framework: +# path: ../../../packages/framework # angel3_model: # path: ../model # angel3_route: diff --git a/packages/serialize/angel_serialize_generator/CHANGELOG.md b/packages/serialize/angel_serialize_generator/CHANGELOG.md index 1bbaa7c0..726c243a 100644 --- a/packages/serialize/angel_serialize_generator/CHANGELOG.md +++ b/packages/serialize/angel_serialize_generator/CHANGELOG.md @@ -1,8 +1,13 @@ # Change Log +## 7.2.0-beta.1 + +* Require Dart >= 2.19 +* Fixed `topMap` incorrect return + ## 7.1.0 -* [Breaking] Require Dart >= 2.18 +* Require Dart >= 2.18 * Upgraded to `analyzer` 5.x.x * Replaced deprecated `element2` with `element` diff --git a/packages/serialize/angel_serialize_generator/example/main.g.dart b/packages/serialize/angel_serialize_generator/example/main.g.dart index 4a8905ed..8df50c05 100644 --- a/packages/serialize/angel_serialize_generator/example/main.g.dart +++ b/packages/serialize/angel_serialize_generator/example/main.g.dart @@ -8,7 +8,10 @@ part of 'main.dart'; @generatedSerializable class Todo extends _Todo { - Todo({this.text, this.completed}); + Todo({ + this.text, + this.completed, + }); @override String? text; @@ -16,7 +19,10 @@ class Todo extends _Todo { @override bool? completed; - Todo copyWith({String? text, bool? completed}) { + Todo copyWith({ + String? text, + bool? completed, + }) { return Todo( text: text ?? this.text, completed: completed ?? this.completed); } @@ -28,7 +34,10 @@ class Todo extends _Todo { @override int get hashCode { - return hashObjects([text, completed]); + return hashObjects([ + text, + completed, + ]); } @override @@ -82,7 +91,10 @@ class TodoSerializer extends Codec { } abstract class TodoFields { - static const List allFields = [text, completed]; + static const List allFields = [ + text, + completed, + ]; static const String text = 'text'; diff --git a/packages/serialize/angel_serialize_generator/lib/serialize.dart b/packages/serialize/angel_serialize_generator/lib/serialize.dart index 7254a1e6..9bec3a97 100644 --- a/packages/serialize/angel_serialize_generator/lib/serialize.dart +++ b/packages/serialize/angel_serialize_generator/lib/serialize.dart @@ -211,7 +211,7 @@ class ${pascal}Decoder extends Converter { type.typeArguments[1].getDisplayString(withNullability: true)); serializedRepresentation = '''model.${field.name}.keys.fold({}, (map, key) { - return (map as Map?)?..[key] = + return map..[key] = ${serializerToMap(rc, 'model.${field.name}[key]')}; })'''; } else if (type.element is Enum) { diff --git a/packages/serialize/angel_serialize_generator/pubspec.yaml b/packages/serialize/angel_serialize_generator/pubspec.yaml index a1305c6e..085e47a3 100644 --- a/packages/serialize/angel_serialize_generator/pubspec.yaml +++ b/packages/serialize/angel_serialize_generator/pubspec.yaml @@ -1,10 +1,10 @@ name: angel3_serialize_generator -version: 7.1.0 +version: 7.2.0-beta.1 description: Angel3 model serialization generators, designed for use with Angel. Combine with angel_serialize for flexible modeling. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/serialize/angel_serialize_generator environment: - sdk: '>=2.18.0 <3.0.0' + sdk: '>=2.19.0 <3.0.0' dependencies: analyzer: ^5.0.0 angel3_model: ^7.0.0 @@ -27,5 +27,5 @@ dev_dependencies: # dependency_overrides: # angel3_model: # path: ../../model -# angel3_serialize: +# angel3_serialize: # path: ../angel_serialize diff --git a/packages/serialize/angel_serialize_generator/test/models/book.g.dart b/packages/serialize/angel_serialize_generator/test/models/book.g.dart index 92623179..0fec33c8 100644 --- a/packages/serialize/angel_serialize_generator/test/models/book.g.dart +++ b/packages/serialize/angel_serialize_generator/test/models/book.g.dart @@ -10,17 +10,17 @@ part of angel_serialize.test.models.book; @pragma('hello') @SerializableField(alias: 'omg') class Book extends _Book { - Book( - {this.id, - this.createdAt, - this.updatedAt, - this.author, - this.title, - this.description, - this.pageCount, - List? notModels = const [], - this.camelCaseString}) - : notModels = List.unmodifiable(notModels ?? []); + Book({ + this.id, + this.createdAt, + this.updatedAt, + this.author, + this.title, + this.description, + this.pageCount, + List? notModels = const [], + this.camelCaseString, + }) : notModels = List.unmodifiable(notModels ?? []); /// A unique identifier corresponding to this item. @override @@ -53,16 +53,17 @@ class Book extends _Book { @override String? camelCaseString; - Book copyWith( - {String? id, - DateTime? createdAt, - DateTime? updatedAt, - String? author, - String? title, - String? description, - int? pageCount, - List? notModels, - String? camelCaseString}) { + Book copyWith({ + String? id, + DateTime? createdAt, + DateTime? updatedAt, + String? author, + String? title, + String? description, + int? pageCount, + List? notModels, + String? camelCaseString, + }) { return Book( id: id ?? this.id, createdAt: createdAt ?? this.createdAt, @@ -101,7 +102,7 @@ class Book extends _Book { description, pageCount, notModels, - camelCaseString + camelCaseString, ]); } @@ -117,17 +118,17 @@ class Book extends _Book { @generatedSerializable class Author extends _Author { - Author( - {this.id, - this.createdAt, - this.updatedAt, - required this.name, - required this.age, - List<_Book> books = const [], - this.newestBook, - this.secret, - this.obscured}) - : books = List.unmodifiable(books); + Author({ + this.id, + this.createdAt, + this.updatedAt, + required this.name, + required this.age, + List<_Book> books = const [], + this.newestBook, + this.secret, + this.obscured, + }) : books = List.unmodifiable(books); /// A unique identifier corresponding to this item. @override @@ -160,16 +161,17 @@ class Author extends _Author { @override String? obscured; - Author copyWith( - {String? id, - DateTime? createdAt, - DateTime? updatedAt, - String? name, - int? age, - List<_Book>? books, - _Book? newestBook, - String? secret, - String? obscured}) { + Author copyWith({ + String? id, + DateTime? createdAt, + DateTime? updatedAt, + String? name, + int? age, + List<_Book>? books, + _Book? newestBook, + String? secret, + String? obscured, + }) { return Author( id: id ?? this.id, createdAt: createdAt ?? this.createdAt, @@ -208,7 +210,7 @@ class Author extends _Author { books, newestBook, secret, - obscured + obscured, ]); } @@ -224,12 +226,12 @@ class Author extends _Author { @generatedSerializable class Library extends _Library { - Library( - {this.id, - this.createdAt, - this.updatedAt, - required Map collection}) - : collection = Map.unmodifiable(collection); + Library({ + this.id, + this.createdAt, + this.updatedAt, + required Map collection, + }) : collection = Map.unmodifiable(collection); /// A unique identifier corresponding to this item. @override @@ -246,11 +248,12 @@ class Library extends _Library { @override Map collection; - Library copyWith( - {String? id, - DateTime? createdAt, - DateTime? updatedAt, - Map? collection}) { + Library copyWith({ + String? id, + DateTime? createdAt, + DateTime? updatedAt, + Map? collection, + }) { return Library( id: id ?? this.id, createdAt: createdAt ?? this.createdAt, @@ -272,7 +275,12 @@ class Library extends _Library { @override int get hashCode { - return hashObjects([id, createdAt, updatedAt, collection]); + return hashObjects([ + id, + createdAt, + updatedAt, + collection, + ]); } @override @@ -287,14 +295,15 @@ class Library extends _Library { @generatedSerializable class Bookmark extends _Bookmark { - Bookmark(_Book book, - {this.id, - this.createdAt, - this.updatedAt, - List history = const [], - required this.page, - this.comment}) - : history = List.unmodifiable(history), + Bookmark( + _Book book, { + this.id, + this.createdAt, + this.updatedAt, + List history = const [], + required this.page, + this.comment, + }) : history = List.unmodifiable(history), super(book); /// A unique identifier corresponding to this item. @@ -318,13 +327,15 @@ class Bookmark extends _Bookmark { @override String? comment; - Bookmark copyWith(_Book book, - {String? id, - DateTime? createdAt, - DateTime? updatedAt, - List? history, - int? page, - String? comment}) { + Bookmark copyWith( + _Book book, { + String? id, + DateTime? createdAt, + DateTime? updatedAt, + List? history, + int? page, + String? comment, + }) { return Bookmark(book, id: id ?? this.id, createdAt: createdAt ?? this.createdAt, @@ -348,7 +359,14 @@ class Bookmark extends _Bookmark { @override int get hashCode { - return hashObjects([id, createdAt, updatedAt, history, page, comment]); + return hashObjects([ + id, + createdAt, + updatedAt, + history, + page, + comment, + ]); } @override @@ -439,7 +457,7 @@ abstract class BookFields { description, pageCount, notModels, - camelCaseString + camelCaseString, ]; static const String id = 'id'; @@ -543,7 +561,7 @@ abstract class AuthorFields { books, newestBook, secret, - obscured + obscured, ]; static const String id = 'id'; @@ -620,8 +638,7 @@ class LibrarySerializer extends Codec { 'created_at': model.createdAt?.toIso8601String(), 'updated_at': model.updatedAt?.toIso8601String(), 'collection': model.collection.keys.fold({}, (map, key) { - return (map as Map) - ..[key] = BookSerializer.toMap(model.collection[key]); + return map..[key] = BookSerializer.toMap(model.collection[key]); }) }; } @@ -632,7 +649,7 @@ abstract class LibraryFields { id, createdAt, updatedAt, - collection + collection, ]; static const String id = 'id'; @@ -645,7 +662,10 @@ abstract class LibraryFields { } abstract class BookmarkSerializer { - static Bookmark fromMap(Map map, _Book book) { + static Bookmark fromMap( + Map map, + _Book book, + ) { if (map['page'] == null) { throw FormatException("Missing required field 'page' on Bookmark."); } @@ -691,7 +711,7 @@ abstract class BookmarkFields { updatedAt, history, page, - comment + comment, ]; static const String id = 'id'; diff --git a/packages/serialize/angel_serialize_generator/test/models/game_pad_button.g.dart b/packages/serialize/angel_serialize_generator/test/models/game_pad_button.g.dart index c0daeb2e..5206a1dc 100644 --- a/packages/serialize/angel_serialize_generator/test/models/game_pad_button.g.dart +++ b/packages/serialize/angel_serialize_generator/test/models/game_pad_button.g.dart @@ -8,7 +8,10 @@ part of 'game_pad_button.dart'; @generatedSerializable class GamepadButton implements _GamepadButton { - GamepadButton({this.name, this.radius}); + GamepadButton({ + this.name, + this.radius, + }); @override String? name; @@ -16,7 +19,10 @@ class GamepadButton implements _GamepadButton { @override int? radius; - GamepadButton copyWith({String? name, int? radius}) { + GamepadButton copyWith({ + String? name, + int? radius, + }) { return GamepadButton( name: name ?? this.name, radius: radius ?? this.radius); } @@ -30,7 +36,10 @@ class GamepadButton implements _GamepadButton { @override int get hashCode { - return hashObjects([name, radius]); + return hashObjects([ + name, + radius, + ]); } @override @@ -45,10 +54,10 @@ class GamepadButton implements _GamepadButton { @generatedSerializable class Gamepad extends _Gamepad { - Gamepad( - {List<_GamepadButton>? buttons = const [], - Map? dynamicMap}) - : buttons = List.unmodifiable(buttons ?? []), + Gamepad({ + List<_GamepadButton>? buttons = const [], + Map? dynamicMap, + }) : buttons = List.unmodifiable(buttons ?? []), dynamicMap = Map.unmodifiable(dynamicMap ?? {}); @override @@ -57,8 +66,10 @@ class Gamepad extends _Gamepad { @override Map? dynamicMap; - Gamepad copyWith( - {List<_GamepadButton>? buttons, Map? dynamicMap}) { + Gamepad copyWith({ + List<_GamepadButton>? buttons, + Map? dynamicMap, + }) { return Gamepad( buttons: buttons ?? this.buttons, dynamicMap: dynamicMap ?? this.dynamicMap); @@ -76,7 +87,10 @@ class Gamepad extends _Gamepad { @override int get hashCode { - return hashObjects([buttons, dynamicMap]); + return hashObjects([ + buttons, + dynamicMap, + ]); } @override @@ -131,7 +145,10 @@ class GamepadButtonSerializer extends Codec { } abstract class GamepadButtonFields { - static const List allFields = [name, radius]; + static const List allFields = [ + name, + radius, + ]; static const String name = 'name'; @@ -185,7 +202,10 @@ class GamepadSerializer extends Codec { } abstract class GamepadFields { - static const List allFields = [buttons, dynamicMap]; + static const List allFields = [ + buttons, + dynamicMap, + ]; static const String buttons = 'buttons'; diff --git a/packages/serialize/angel_serialize_generator/test/models/goat.g.dart b/packages/serialize/angel_serialize_generator/test/models/goat.g.dart index 4c8c5fb7..91fe0c5e 100644 --- a/packages/serialize/angel_serialize_generator/test/models/goat.g.dart +++ b/packages/serialize/angel_serialize_generator/test/models/goat.g.dart @@ -8,7 +8,10 @@ part of 'goat.dart'; @generatedSerializable class Goat implements _Goat { - Goat({this.integer = 34, this.list = const [34, 35]}); + Goat({ + this.integer = 34, + this.list = const [34, 35], + }); @override int integer; @@ -16,7 +19,10 @@ class Goat implements _Goat { @override List list; - Goat copyWith({int? integer, List? list}) { + Goat copyWith({ + int? integer, + List? list, + }) { return Goat(integer: integer ?? this.integer, list: list ?? this.list); } @@ -29,7 +35,10 @@ class Goat implements _Goat { @override int get hashCode { - return hashObjects([integer, list]); + return hashObjects([ + integer, + list, + ]); } @override @@ -86,7 +95,10 @@ class GoatSerializer extends Codec { } abstract class GoatFields { - static const List allFields = [integer, list]; + static const List allFields = [ + integer, + list, + ]; static const String integer = 'integer'; diff --git a/packages/serialize/angel_serialize_generator/test/models/subclass.g.dart b/packages/serialize/angel_serialize_generator/test/models/subclass.g.dart index d6612fb5..a721a9e6 100644 --- a/packages/serialize/angel_serialize_generator/test/models/subclass.g.dart +++ b/packages/serialize/angel_serialize_generator/test/models/subclass.g.dart @@ -8,7 +8,10 @@ part of 'subclass.dart'; @generatedSerializable class Animal extends _Animal { - Animal({required this.genus, required this.species}); + Animal({ + required this.genus, + required this.species, + }); @override String? genus; @@ -16,7 +19,10 @@ class Animal extends _Animal { @override String? species; - Animal copyWith({String? genus, String? species}) { + Animal copyWith({ + String? genus, + String? species, + }) { return Animal(genus: genus ?? this.genus, species: species ?? this.species); } @@ -27,7 +33,10 @@ class Animal extends _Animal { @override int get hashCode { - return hashObjects([genus, species]); + return hashObjects([ + genus, + species, + ]); } @override @@ -42,7 +51,11 @@ class Animal extends _Animal { @generatedSerializable class Bird extends _Bird { - Bird({required this.genus, required this.species, this.isSparrow = false}); + Bird({ + required this.genus, + required this.species, + this.isSparrow = false, + }); @override String? genus; @@ -53,7 +66,11 @@ class Bird extends _Bird { @override bool? isSparrow; - Bird copyWith({String? genus, String? species, bool? isSparrow}) { + Bird copyWith({ + String? genus, + String? species, + bool? isSparrow, + }) { return Bird( genus: genus ?? this.genus, species: species ?? this.species, @@ -70,7 +87,11 @@ class Bird extends _Bird { @override int get hashCode { - return hashObjects([genus, species, isSparrow]); + return hashObjects([ + genus, + species, + isSparrow, + ]); } @override @@ -132,7 +153,10 @@ class AnimalSerializer extends Codec { } abstract class AnimalFields { - static const List allFields = [genus, species]; + static const List allFields = [ + genus, + species, + ]; static const String genus = 'genus'; @@ -190,7 +214,11 @@ class BirdSerializer extends Codec { } abstract class BirdFields { - static const List allFields = [genus, species, isSparrow]; + static const List allFields = [ + genus, + species, + isSparrow, + ]; static const String genus = 'genus'; diff --git a/packages/serialize/angel_serialize_generator/test/models/with_enum.g.dart b/packages/serialize/angel_serialize_generator/test/models/with_enum.g.dart index df927561..a13d13b6 100644 --- a/packages/serialize/angel_serialize_generator/test/models/with_enum.g.dart +++ b/packages/serialize/angel_serialize_generator/test/models/with_enum.g.dart @@ -8,8 +8,11 @@ part of 'with_enum.dart'; @generatedSerializable class WithEnum implements _WithEnum { - WithEnum( - {this.type = WithEnumType.b, this.finalList = const [], this.imageBytes}); + WithEnum({ + this.type = WithEnumType.b, + this.finalList = const [], + this.imageBytes, + }); @override WithEnumType? type; @@ -20,8 +23,11 @@ class WithEnum implements _WithEnum { @override Uint8List? imageBytes; - WithEnum copyWith( - {WithEnumType? type, List? finalList, Uint8List? imageBytes}) { + WithEnum copyWith({ + WithEnumType? type, + List? finalList, + Uint8List? imageBytes, + }) { return WithEnum( type: type ?? this.type, finalList: finalList ?? this.finalList, @@ -39,7 +45,11 @@ class WithEnum implements _WithEnum { @override int get hashCode { - return hashObjects([type, finalList, imageBytes]); + return hashObjects([ + type, + finalList, + imageBytes, + ]); } @override @@ -110,7 +120,11 @@ class WithEnumSerializer extends Codec { } abstract class WithEnumFields { - static const List allFields = [type, finalList, imageBytes]; + static const List allFields = [ + type, + finalList, + imageBytes, + ]; static const String type = 'type'; From c6ca7b4e650e26dbfcc5342277658c45a29be344 Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sat, 22 Apr 2023 13:41:41 +0800 Subject: [PATCH 10/51] Bumped to Dart >= 2.19 --- packages/orm/angel_migration/CHANGELOG.md | 4 ++++ packages/orm/angel_migration/pubspec.yaml | 4 ++-- .../orm/angel_migration_runner/CHANGELOG.md | 4 ++++ .../orm/angel_migration_runner/pubspec.yaml | 10 ++++---- packages/orm/angel_orm/CHANGELOG.md | 4 ++++ packages/orm/angel_orm/example/main.dart | 1 - packages/orm/angel_orm/lib/src/migration.dart | 2 +- packages/orm/angel_orm/pubspec.yaml | 8 +++---- packages/orm/angel_orm_generator/CHANGELOG.md | 5 ++++ packages/orm/angel_orm_generator/pubspec.yaml | 6 ++--- packages/orm/angel_orm_mysql/CHANGELOG.md | 5 ++++ packages/orm/angel_orm_mysql/pubspec.yaml | 20 ++++++++-------- packages/orm/angel_orm_postgres/CHANGELOG.md | 4 ++++ packages/orm/angel_orm_postgres/pubspec.yaml | 23 +++++++++++-------- packages/orm/angel_orm_test/CHANGELOG.md | 4 ++++ packages/orm/angel_orm_test/pubspec.yaml | 16 ++++++------- 16 files changed, 76 insertions(+), 44 deletions(-) diff --git a/packages/orm/angel_migration/CHANGELOG.md b/packages/orm/angel_migration/CHANGELOG.md index 69281d9a..774af50d 100755 --- a/packages/orm/angel_migration/CHANGELOG.md +++ b/packages/orm/angel_migration/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 7.1.0 + +* Require Dart >= 2.18 + ## 7.0.0 * Require Dart >= 2.17 diff --git a/packages/orm/angel_migration/pubspec.yaml b/packages/orm/angel_migration/pubspec.yaml index 52b89917..a3859fc8 100755 --- a/packages/orm/angel_migration/pubspec.yaml +++ b/packages/orm/angel_migration/pubspec.yaml @@ -1,10 +1,10 @@ name: angel3_migration -version: 7.0.0 +version: 7.1.0 description: Database migration runtime for Angel3 ORM. Use this package to define schemas. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_migration environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=2.18.0 <3.0.0' dependencies: angel3_orm: ^7.0.0 dev_dependencies: diff --git a/packages/orm/angel_migration_runner/CHANGELOG.md b/packages/orm/angel_migration_runner/CHANGELOG.md index 961984f4..52105413 100755 --- a/packages/orm/angel_migration_runner/CHANGELOG.md +++ b/packages/orm/angel_migration_runner/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 7.1.0 + +* Require Dart >= 2.18 + ## 7.0.0 * Require Dart >= 2.17 diff --git a/packages/orm/angel_migration_runner/pubspec.yaml b/packages/orm/angel_migration_runner/pubspec.yaml index 6aab8f13..d6ff91aa 100755 --- a/packages/orm/angel_migration_runner/pubspec.yaml +++ b/packages/orm/angel_migration_runner/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_migration_runner -version: 7.0.0 +version: 7.1.0 description: Command-line based database migration runner for Angel3's ORM. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_migration_runner @@ -9,11 +9,11 @@ dependencies: angel3_migration: ^7.0.0 angel3_orm: ^7.0.0 args: ^2.1.0 - charcode: ^1.2.0 - postgres: ^2.4.0 - mysql_client: ^0.0.24 + charcode: ^1.3.0 + postgres: ^2.6.0 + mysql_client: ^0.0.26 mysql1: ^0.20.0 - logging: ^1.0.0 + logging: ^1.1.0 dev_dependencies: lints: ^2.0.0 # dependency_overrides: diff --git a/packages/orm/angel_orm/CHANGELOG.md b/packages/orm/angel_orm/CHANGELOG.md index 613caa5c..4ac7d715 100644 --- a/packages/orm/angel_orm/CHANGELOG.md +++ b/packages/orm/angel_orm/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 7.1.0 + +* Require Dart >= 2.18 + ## 7.0.1 * Reduced debugging verbosity diff --git a/packages/orm/angel_orm/example/main.dart b/packages/orm/angel_orm/example/main.dart index 7f175aeb..470e87f1 100644 --- a/packages/orm/angel_orm/example/main.dart +++ b/packages/orm/angel_orm/example/main.dart @@ -1,6 +1,5 @@ import 'dart:async'; -//import 'package:angel3_migration/angel3_migration.dart'; import 'package:angel3_orm/angel3_orm.dart'; import 'package:angel3_serialize/angel3_serialize.dart'; import 'package:optional/optional.dart'; diff --git a/packages/orm/angel_orm/lib/src/migration.dart b/packages/orm/angel_orm/lib/src/migration.dart index 44d8fc39..8eb16609 100644 --- a/packages/orm/angel_orm/lib/src/migration.dart +++ b/packages/orm/angel_orm/lib/src/migration.dart @@ -1,4 +1,4 @@ -const List SQL_RESERVED_WORDS = [ +const List sqlReservedWords = [ 'SELECT', 'UPDATE', 'INSERT', diff --git a/packages/orm/angel_orm/pubspec.yaml b/packages/orm/angel_orm/pubspec.yaml index 1bee8e0b..ae06f0c7 100644 --- a/packages/orm/angel_orm/pubspec.yaml +++ b/packages/orm/angel_orm/pubspec.yaml @@ -1,16 +1,16 @@ name: angel3_orm -version: 7.0.1 +version: 7.1.0 description: Runtime support for Angel3 ORM. Includes base classes for queries. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_orm environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=2.18.0 <3.0.0' dependencies: - charcode: ^1.2.0 + charcode: ^1.3.0 intl: ^0.17.0 meta: ^1.3.0 string_scanner: ^1.1.0 - optional: ^6.0.0 + optional: ^6.1.0 logging: ^1.0.0 dev_dependencies: angel3_model: ^7.0.0 diff --git a/packages/orm/angel_orm_generator/CHANGELOG.md b/packages/orm/angel_orm_generator/CHANGELOG.md index a22453a6..63d04b08 100644 --- a/packages/orm/angel_orm_generator/CHANGELOG.md +++ b/packages/orm/angel_orm_generator/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 7.2.0-beta.1 + +* [Breaking] Require Dart >= 2.19 +* Use `@SerializableField` properties in `Query.parseRow` + ## 7.1.2 * Fixed #88 due to change in `analyzer` 5.3.x diff --git a/packages/orm/angel_orm_generator/pubspec.yaml b/packages/orm/angel_orm_generator/pubspec.yaml index e130da6f..db670775 100644 --- a/packages/orm/angel_orm_generator/pubspec.yaml +++ b/packages/orm/angel_orm_generator/pubspec.yaml @@ -1,15 +1,15 @@ name: angel3_orm_generator -version: 7.1.3 +version: 7.2.0-beta.1 description: Code generators for Angel3 ORM. Generates query builder classes. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_orm_generator environment: - sdk: '>=2.18.0 <3.0.0' + sdk: '>=2.19.0 <3.0.0' dependencies: angel3_model: ^7.0.0 angel3_serialize: ^7.0.0 angel3_orm: ^7.0.0 - angel3_serialize_generator: ^7.1.0 + angel3_serialize_generator: ^7.2.0-beta.1 analyzer: ^5.3.0 inflection3: ^0.5.3+1 build: ^2.0.1 diff --git a/packages/orm/angel_orm_mysql/CHANGELOG.md b/packages/orm/angel_orm_mysql/CHANGELOG.md index e717a7bd..5cbb0562 100644 --- a/packages/orm/angel_orm_mysql/CHANGELOG.md +++ b/packages/orm/angel_orm_mysql/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 7.1.0-beta.1 + +* [Breaking] Require Dart >= 2.19 +* Added type check on "batch" column + ## 7.0.1 * Reduced debugging verbosity diff --git a/packages/orm/angel_orm_mysql/pubspec.yaml b/packages/orm/angel_orm_mysql/pubspec.yaml index 31f5dee8..001d43d8 100644 --- a/packages/orm/angel_orm_mysql/pubspec.yaml +++ b/packages/orm/angel_orm_mysql/pubspec.yaml @@ -1,21 +1,21 @@ name: angel3_orm_mysql -version: 7.0.1 +version: 7.1.0-beta.1 description: MySQL support for Angel3 ORM. Includes functionality for querying and transactions. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_orm_mysql environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=2.19.0 <3.0.0' dependencies: angel3_orm: ^7.0.0 - logging: ^1.0.0 + logging: ^1.1.0 mysql1: ^0.20.0 - mysql_client: ^0.0.24 - optional: ^6.0.0 + mysql_client: ^0.0.27 + optional: ^6.1.0 dev_dependencies: - angel3_orm_generator: ^7.0.0 - angel3_orm_test: ^7.0.0 + angel3_orm_generator: ^7.1.0-beta.1 + angel3_orm_test: ^7.2.0-beta.1 build_runner: ^2.0.1 - test: ^1.21.0 + test: ^1.24.0 lints: ^2.0.0 dependency_overrides: @@ -29,7 +29,7 @@ dependency_overrides: path: ../angel_orm_test # angel3_orm: # path: ../angel_orm -# angel3_orm_generator: -# path: ../angel_orm_generator + angel3_orm_generator: + path: ../angel_orm_generator # angel3_migration: # path: ../angel_migration diff --git a/packages/orm/angel_orm_postgres/CHANGELOG.md b/packages/orm/angel_orm_postgres/CHANGELOG.md index fa49ab95..f2db2f79 100644 --- a/packages/orm/angel_orm_postgres/CHANGELOG.md +++ b/packages/orm/angel_orm_postgres/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 7.1.0-beta.1 + +* Require Dart >= 2.19 + ## 7.0.1 * Reduced debugging verbosity diff --git a/packages/orm/angel_orm_postgres/pubspec.yaml b/packages/orm/angel_orm_postgres/pubspec.yaml index 2d16865c..e07c7357 100644 --- a/packages/orm/angel_orm_postgres/pubspec.yaml +++ b/packages/orm/angel_orm_postgres/pubspec.yaml @@ -1,28 +1,31 @@ name: angel3_orm_postgres -version: 7.0.1 +version: 7.1.0-beta.1 description: PostgreSQL support for Angel3 ORM. Includes functionality for querying and transactions. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_orm_postgres environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=2.19.0 <3.0.0' dependencies: angel3_orm: ^7.0.0 - logging: ^1.0.1 + logging: ^1.1.0 pool: ^1.5.0 - postgres: ^2.4.1 - postgres_pool: ^2.1.3 + postgres: ^2.6.1 + postgres_pool: ^2.1.6 dev_dependencies: belatuk_pretty_logging: ^5.0.0 - angel3_orm_test: ^7.0.0 - test: ^1.21.0 + angel3_orm_generator: ^7.1.0-beta.1 + angel3_orm_test: ^7.2.0-beta.1 + test: ^1.24.0 lints: ^2.0.0 -# dependency_overrides: +dependency_overrides: # angel3_serialize: # path: ../../serialize/angel_serialize # angel3_model: # path: ../../model -# angel3_orm_test: -# path: ../angel_orm_test + angel3_orm_test: + path: ../angel_orm_test + angel3_orm_genrator: + path: ../angel_orm_generator # angel3_orm: # path: ../angel_orm # angel3_migration: diff --git a/packages/orm/angel_orm_test/CHANGELOG.md b/packages/orm/angel_orm_test/CHANGELOG.md index b74e9fd7..3bf41c85 100644 --- a/packages/orm/angel_orm_test/CHANGELOG.md +++ b/packages/orm/angel_orm_test/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 7.2.0-beta.1 + +* [Breaking] Require Dart >= 2.19 + ## 7.1.0 * [Breaking] Require Dart >= 2.18 diff --git a/packages/orm/angel_orm_test/pubspec.yaml b/packages/orm/angel_orm_test/pubspec.yaml index 094c152b..1383943d 100644 --- a/packages/orm/angel_orm_test/pubspec.yaml +++ b/packages/orm/angel_orm_test/pubspec.yaml @@ -1,25 +1,25 @@ name: angel3_orm_test -version: 7.1.0 +version: 7.2.0-beta.1 description: Common tests for Angel3 ORM. Reference implmentation of the generated ORM files. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_orm_test environment: - sdk: '>=2.18.0 <3.0.0' + sdk: '>=2.19.0 <3.0.0' dependencies: angel3_migration: ^7.0.0 angel3_model: ^7.0.0 angel3_orm: ^7.0.0 angel3_serialize: ^7.0.0 io: ^1.0.0 - test: ^1.21.0 + test: ^1.24.0 collection: ^1.15.0 - optional: ^6.0.0 + optional: ^6.1.0 dev_dependencies: - angel3_orm_generator: ^7.0.0 + angel3_orm_generator: ^7.1.0-beta.1 angel3_framework: ^7.0.0 build_runner: ^2.0.1 lints: ^2.0.0 -# dependency_overrides: +dependency_overrides: # angel3_container: # path: ../../container/angel_container # angel3_framework: @@ -40,5 +40,5 @@ dev_dependencies: # path: ../angel_orm # angel3_migration: # path: ../angel_migration -# angel3_orm_generator: -# path: ../angel_orm_generator + angel3_orm_generator: + path: ../angel_orm_generator From c96454fab193f9a68d8a53402c9c5918f41b2725 Mon Sep 17 00:00:00 2001 From: Thomas Hii Date: Sat, 20 May 2023 15:37:23 +0000 Subject: [PATCH 11/51] Updated to Dart 3 --- .devcontainer/devcontainer.json | 2 +- .github/workflows/dart.yml | 4 ++-- CHANGELOG.md | 4 ++++ experiment/db/pubspec.yaml | 2 +- experiment/logging/pubspec.yaml | 2 +- experiment/performance/pubspec.yaml | 2 +- packages/auth/pubspec.yaml | 2 +- packages/auth_oauth2/pubspec.yaml | 2 +- packages/cache/pubspec.yaml | 2 +- packages/client/pubspec.yaml | 2 +- packages/configuration/pubspec.yaml | 2 +- packages/cors/pubspec.yaml | 2 +- packages/file_service/pubspec.yaml | 2 +- packages/hot/pubspec.yaml | 2 +- packages/html/pubspec.yaml | 2 +- packages/http_exception/CHANGELOG.md | 4 ++++ packages/http_exception/pubspec.yaml | 4 ++-- packages/jael/angel_jael/pubspec.yaml | 2 +- packages/jael/jael/pubspec.yaml | 2 +- packages/jael/jael_language_server/pubspec.yaml | 2 +- packages/jael/jael_preprocessor/pubspec.yaml | 2 +- packages/jael/jael_web/pubspec.yaml | 2 +- packages/jinja/pubspec.yaml | 2 +- packages/markdown/pubspec.yaml | 2 +- packages/mock_request/pubspec.yaml | 2 +- packages/model/pubspec.yaml | 2 +- packages/mongo/pubspec.yaml | 2 +- packages/mustache/pubspec.yaml | 2 +- packages/oauth2/pubspec.yaml | 2 +- packages/orm/angel_migration_runner/pubspec.yaml | 2 +- packages/orm/angel_orm_service/pubspec.yaml | 2 +- packages/paginate/pubspec.yaml | 2 +- packages/production/pubspec.yaml | 2 +- packages/proxy/pubspec.yaml | 2 +- packages/redis/pubspec.yaml | 2 +- packages/route/pubspec.yaml | 2 +- packages/security/pubspec.yaml | 2 +- packages/sembast/pubspec.yaml | 2 +- packages/seo/pubspec.yaml | 2 +- packages/serialize/angel_serialize/pubspec.yaml | 2 +- packages/shelf/pubspec.yaml | 2 +- packages/static/pubspec.yaml | 2 +- packages/sync/pubspec.yaml | 2 +- packages/test/pubspec.yaml | 2 +- packages/user_agent/angel_user_agent/pubspec.yaml | 2 +- packages/validate/pubspec.yaml | 2 +- packages/websocket/pubspec.yaml | 2 +- 47 files changed, 55 insertions(+), 47 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e4ee1e43..08592b0b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "dart:2.19", + "image": "dart:3.0", "features": { } } diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index e0cd2ad8..9ae91d4a 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -21,7 +21,7 @@ jobs: - uses: dart-lang/setup-dart@v1 with: - sdk: "2.19.6" + sdk: "3.0.0" - id: angel3_container_upgrade name: angel3_container; Upgrade depedencies @@ -87,7 +87,7 @@ jobs: - uses: dart-lang/setup-dart@v1 with: - sdk: "2.19.6" + sdk: "3.0.0" # Angel3 ORM - id: angel3_orm_upgrade diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c252625..ba472d8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.0 * Require Dart >= 2.17 diff --git a/experiment/db/pubspec.yaml b/experiment/db/pubspec.yaml index 40588c7f..7dcd4973 100644 --- a/experiment/db/pubspec.yaml +++ b/experiment/db/pubspec.yaml @@ -3,7 +3,7 @@ version: 1.0.0 description: Angel3 performance testing tool publish_to: none environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' published_to: none dependencies: mysql1: ^0.20.0 diff --git a/experiment/logging/pubspec.yaml b/experiment/logging/pubspec.yaml index 2afc783a..0f7d82d4 100644 --- a/experiment/logging/pubspec.yaml +++ b/experiment/logging/pubspec.yaml @@ -3,7 +3,7 @@ version: 1.0.0 description: Angel3 performance testing tool publish_to: none environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' published_to: none dependencies: http: ^0.13.4 diff --git a/experiment/performance/pubspec.yaml b/experiment/performance/pubspec.yaml index 2afc783a..0f7d82d4 100644 --- a/experiment/performance/pubspec.yaml +++ b/experiment/performance/pubspec.yaml @@ -3,7 +3,7 @@ version: 1.0.0 description: Angel3 performance testing tool publish_to: none environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' published_to: none dependencies: http: ^0.13.4 diff --git a/packages/auth/pubspec.yaml b/packages/auth/pubspec.yaml index 605024a3..2755a8fb 100644 --- a/packages/auth/pubspec.yaml +++ b/packages/auth/pubspec.yaml @@ -4,7 +4,7 @@ version: 7.0.1 homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/auth environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_framework: ^7.0.0 charcode: ^1.2.0 diff --git a/packages/auth_oauth2/pubspec.yaml b/packages/auth_oauth2/pubspec.yaml index 99d05ed8..afdd260f 100644 --- a/packages/auth_oauth2/pubspec.yaml +++ b/packages/auth_oauth2/pubspec.yaml @@ -4,7 +4,7 @@ description: Angel3 library for authenticating users with external identity prov homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/auth_oauth2 environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_auth: ^7.0.0 angel3_framework: ^7.0.0 diff --git a/packages/cache/pubspec.yaml b/packages/cache/pubspec.yaml index 6f9ff478..3ba6ac37 100644 --- a/packages/cache/pubspec.yaml +++ b/packages/cache/pubspec.yaml @@ -4,7 +4,7 @@ description: A service that provides HTTP caching to the response data for Angel homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/cache environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_framework: ^7.0.0 collection: ^1.15.0 diff --git a/packages/client/pubspec.yaml b/packages/client/pubspec.yaml index da8213cf..de7ff870 100644 --- a/packages/client/pubspec.yaml +++ b/packages/client/pubspec.yaml @@ -4,7 +4,7 @@ description: A browser, mobile and command line based client that supports query homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/client environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_http_exception: ^7.0.0 belatuk_json_serializer: ^6.0.0 diff --git a/packages/configuration/pubspec.yaml b/packages/configuration/pubspec.yaml index cdfab681..86ad7c71 100644 --- a/packages/configuration/pubspec.yaml +++ b/packages/configuration/pubspec.yaml @@ -4,7 +4,7 @@ description: Automatic YAML application configuration loader for Angel 3, with . homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/configuration environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_framework: ^7.0.0 belatuk_merge_map: ^4.0.0 diff --git a/packages/cors/pubspec.yaml b/packages/cors/pubspec.yaml index 901ff213..2ffb1dc8 100644 --- a/packages/cors/pubspec.yaml +++ b/packages/cors/pubspec.yaml @@ -4,7 +4,7 @@ description: Angel3 CORS middleware. Ported from expressjs/cors to Angel3 framew homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/cors environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_framework: ^7.0.0 dev_dependencies: diff --git a/packages/file_service/pubspec.yaml b/packages/file_service/pubspec.yaml index 7fc7339f..8c87d0c8 100644 --- a/packages/file_service/pubspec.yaml +++ b/packages/file_service/pubspec.yaml @@ -4,7 +4,7 @@ description: Angel service that persists data to a file on disk, stored as a JSO homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/file_service environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_framework: ^7.0.0 file: ^6.1.1 diff --git a/packages/hot/pubspec.yaml b/packages/hot/pubspec.yaml index e313c729..baf50757 100644 --- a/packages/hot/pubspec.yaml +++ b/packages/hot/pubspec.yaml @@ -4,7 +4,7 @@ description: Supports hot reloading/hot code push of Angel3 servers on file chan homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/hot environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_framework: ^7.0.0 angel3_websocket: ^7.0.0 diff --git a/packages/html/pubspec.yaml b/packages/html/pubspec.yaml index 813b639d..24340dcb 100644 --- a/packages/html/pubspec.yaml +++ b/packages/html/pubspec.yaml @@ -4,7 +4,7 @@ description: Support for rendering html_builder AST's as responses in Angel. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/angel3/packages/html_builder environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_framework: ^7.0.0 belatuk_html_builder: ^4.0.0 diff --git a/packages/http_exception/CHANGELOG.md b/packages/http_exception/CHANGELOG.md index 3902f6b6..7b612a11 100644 --- a/packages/http_exception/CHANGELOG.md +++ b/packages/http_exception/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.0 * Require Dart >= 2.17 diff --git a/packages/http_exception/pubspec.yaml b/packages/http_exception/pubspec.yaml index d7e84b4c..3b50d81d 100644 --- a/packages/http_exception/pubspec.yaml +++ b/packages/http_exception/pubspec.yaml @@ -1,9 +1,9 @@ name: angel3_http_exception -version: 7.0.0 +version: 8.0.0 description: Exception class that can be serialized to JSON and serialized to clients. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/http_exception environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dev_dependencies: lints: ^2.0.0 \ No newline at end of file diff --git a/packages/jael/angel_jael/pubspec.yaml b/packages/jael/angel_jael/pubspec.yaml index b1c14a4f..675320a1 100644 --- a/packages/jael/angel_jael/pubspec.yaml +++ b/packages/jael/angel_jael/pubspec.yaml @@ -4,7 +4,7 @@ description: Angel support for the Jael templating engine, similar to Blade or L homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/jael/angel_jael environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_framework: ^7.0.0 jael3: ^7.0.0 diff --git a/packages/jael/jael/pubspec.yaml b/packages/jael/jael/pubspec.yaml index b2494cd7..86dd50bd 100644 --- a/packages/jael/jael/pubspec.yaml +++ b/packages/jael/jael/pubspec.yaml @@ -4,7 +4,7 @@ description: A simple server-side HTML templating engine for Dart. Comparable t homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/jael/jael environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: args: ^2.0.0 charcode: ^1.0.0 diff --git a/packages/jael/jael_language_server/pubspec.yaml b/packages/jael/jael_language_server/pubspec.yaml index 886c4e90..b4b27986 100644 --- a/packages/jael/jael_language_server/pubspec.yaml +++ b/packages/jael/jael_language_server/pubspec.yaml @@ -4,7 +4,7 @@ description: Language Server Protocol implementation for the Jael templating eng homepage: https://github.com/angel-dart/vscode publish_to: none environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: args: ^2.1.1 # dart_language_server: ^0.1.16 diff --git a/packages/jael/jael_preprocessor/pubspec.yaml b/packages/jael/jael_preprocessor/pubspec.yaml index e96f0372..26c7d5ac 100644 --- a/packages/jael/jael_preprocessor/pubspec.yaml +++ b/packages/jael/jael_preprocessor/pubspec.yaml @@ -4,7 +4,7 @@ description: A pre-processor for resolving blocks and includes within Jael templ homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/jael/jael_preprocessor environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: file: ^6.1.0 jael3: ^7.0.0 diff --git a/packages/jael/jael_web/pubspec.yaml b/packages/jael/jael_web/pubspec.yaml index f5056f49..fbc8cde1 100644 --- a/packages/jael/jael_web/pubspec.yaml +++ b/packages/jael/jael_web/pubspec.yaml @@ -3,7 +3,7 @@ version: 7.1.1 description: Experimental virtual DOM/SPA engine built on Jael3. Supports SSR. publish_to: none environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: analyzer: ^5.0.0 build: ^2.0.2 diff --git a/packages/jinja/pubspec.yaml b/packages/jinja/pubspec.yaml index 6e686a4e..21db7690 100644 --- a/packages/jinja/pubspec.yaml +++ b/packages/jinja/pubspec.yaml @@ -3,7 +3,7 @@ version: 7.0.0 description: A service that renders Jinja2 template into HTML view for Angel3. Ported from Python to Dart. homepage: https://github.com/dukefirehawk/angel/tree/master/packages/jinja environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_framework: ^7.0.0 jinja: ^0.3.4 diff --git a/packages/markdown/pubspec.yaml b/packages/markdown/pubspec.yaml index bc492e00..18e36526 100644 --- a/packages/markdown/pubspec.yaml +++ b/packages/markdown/pubspec.yaml @@ -4,7 +4,7 @@ description: Angel3 Markdown view generator. Write static sites, with no build s homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/markdown environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_framework: ^7.0.0 file: ^6.1.2 diff --git a/packages/mock_request/pubspec.yaml b/packages/mock_request/pubspec.yaml index fa4edc2c..1712a495 100644 --- a/packages/mock_request/pubspec.yaml +++ b/packages/mock_request/pubspec.yaml @@ -4,7 +4,7 @@ description: Manufacture dart:io HttpRequests, HttpResponses, HttpHeaders, etc. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/mock_request environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: charcode: ^1.2.0 dev_dependencies: diff --git a/packages/model/pubspec.yaml b/packages/model/pubspec.yaml index b7621aca..74d1cddd 100644 --- a/packages/model/pubspec.yaml +++ b/packages/model/pubspec.yaml @@ -4,6 +4,6 @@ description: Angel3 basic data model class, no longer with the added weight of t homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/model environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dev_dependencies: lints: ^2.0.0 diff --git a/packages/mongo/pubspec.yaml b/packages/mongo/pubspec.yaml index 806e3157..510da81d 100644 --- a/packages/mongo/pubspec.yaml +++ b/packages/mongo/pubspec.yaml @@ -4,7 +4,7 @@ description: MongoDB-enabled services for the Angel3 framework. Well-tested. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/mongo environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_framework: ^7.0.0 belatuk_json_serializer: ^6.0.0 diff --git a/packages/mustache/pubspec.yaml b/packages/mustache/pubspec.yaml index aaff49b8..1e85a0cb 100644 --- a/packages/mustache/pubspec.yaml +++ b/packages/mustache/pubspec.yaml @@ -4,7 +4,7 @@ description: A service that renders Mustache template into HTML view for Angel3 homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/mustache environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_framework: ^7.0.0 file: ^6.1.2 diff --git a/packages/oauth2/pubspec.yaml b/packages/oauth2/pubspec.yaml index 25030bb0..3623b04b 100644 --- a/packages/oauth2/pubspec.yaml +++ b/packages/oauth2/pubspec.yaml @@ -4,7 +4,7 @@ description: A class containing handlers that can be used within Angel to build homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/oauth2 environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_framework: ^7.0.0 angel3_http_exception: ^7.0.0 diff --git a/packages/orm/angel_migration_runner/pubspec.yaml b/packages/orm/angel_migration_runner/pubspec.yaml index d6ff91aa..3b825786 100755 --- a/packages/orm/angel_migration_runner/pubspec.yaml +++ b/packages/orm/angel_migration_runner/pubspec.yaml @@ -4,7 +4,7 @@ description: Command-line based database migration runner for Angel3's ORM. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_migration_runner environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_migration: ^7.0.0 angel3_orm: ^7.0.0 diff --git a/packages/orm/angel_orm_service/pubspec.yaml b/packages/orm/angel_orm_service/pubspec.yaml index a42b7b02..85ef2d2e 100644 --- a/packages/orm/angel_orm_service/pubspec.yaml +++ b/packages/orm/angel_orm_service/pubspec.yaml @@ -4,7 +4,7 @@ description: Service implementation that wraps over Angel3 ORM Query classes. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_orm_service environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_framework: ^7.0.0 angel3_orm: ^7.0.0 diff --git a/packages/paginate/pubspec.yaml b/packages/paginate/pubspec.yaml index 3adc2837..98ebf9b1 100644 --- a/packages/paginate/pubspec.yaml +++ b/packages/paginate/pubspec.yaml @@ -4,7 +4,7 @@ description: Platform-agnostic pagination library, with custom support for the A homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/paginate environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_framework: ^7.0.0 dev_dependencies: diff --git a/packages/production/pubspec.yaml b/packages/production/pubspec.yaml index d56cea1f..7237deb8 100644 --- a/packages/production/pubspec.yaml +++ b/packages/production/pubspec.yaml @@ -4,7 +4,7 @@ description: Helpers for concurrency, message-passing, rotating loggers, and oth homepage: https://angel3-framework.web.app repository: https://github.com/dukefirehawk/angel/tree/master/packages/production environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_container: ^7.0.0 angel3_framework: ^7.0.0 diff --git a/packages/proxy/pubspec.yaml b/packages/proxy/pubspec.yaml index 75ba5081..b02cc0e8 100644 --- a/packages/proxy/pubspec.yaml +++ b/packages/proxy/pubspec.yaml @@ -4,7 +4,7 @@ description: Angel middleware to forward requests to another server (i.e. pub se homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/proxy environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_framework: ^7.0.0 http: ^0.13.3 diff --git a/packages/redis/pubspec.yaml b/packages/redis/pubspec.yaml index 4b52ff0b..db66f0b2 100644 --- a/packages/redis/pubspec.yaml +++ b/packages/redis/pubspec.yaml @@ -4,7 +4,7 @@ description: An Angel3 service provider for Redis. Works well for caching volati homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/redis environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_framework: ^7.0.0 angel3_http_exception: ^7.0.0 diff --git a/packages/route/pubspec.yaml b/packages/route/pubspec.yaml index e1b3a428..ef393611 100644 --- a/packages/route/pubspec.yaml +++ b/packages/route/pubspec.yaml @@ -4,7 +4,7 @@ description: A powerful, isomorphic routing library for Dart. It is mainly used homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/route environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: belatuk_combinator: ^4.0.0 string_scanner: ^1.1.0 diff --git a/packages/security/pubspec.yaml b/packages/security/pubspec.yaml index 0e98a800..7eafa55c 100644 --- a/packages/security/pubspec.yaml +++ b/packages/security/pubspec.yaml @@ -4,7 +4,7 @@ description: Angel3 infrastructure for improving security, rate limiting, and mo homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/security environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_framework: ^7.0.0 crypto: ^3.0.1 diff --git a/packages/sembast/pubspec.yaml b/packages/sembast/pubspec.yaml index af0d5660..6c1a4815 100644 --- a/packages/sembast/pubspec.yaml +++ b/packages/sembast/pubspec.yaml @@ -4,7 +4,7 @@ description: A plugin service that persist data to Sembast for Angel3 framework. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/sembast environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_framework: ^7.0.0 sembast: ^3.1.1 diff --git a/packages/seo/pubspec.yaml b/packages/seo/pubspec.yaml index ec7486fd..ef3a5d63 100644 --- a/packages/seo/pubspec.yaml +++ b/packages/seo/pubspec.yaml @@ -4,7 +4,7 @@ description: Helper infrastructure for building SEO-friendly Web backends in Ang homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/angel3/packages/seo environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_framework: ^7.0.0 angel3_static: ^7.0.0 diff --git a/packages/serialize/angel_serialize/pubspec.yaml b/packages/serialize/angel_serialize/pubspec.yaml index ea724a2b..91d3fde7 100644 --- a/packages/serialize/angel_serialize/pubspec.yaml +++ b/packages/serialize/angel_serialize/pubspec.yaml @@ -4,7 +4,7 @@ description: Static annotations powering Angel3 model serialization. Combine wit homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/serialize/angel_serialize environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_model: ^7.0.0 collection: ^1.15.0 diff --git a/packages/shelf/pubspec.yaml b/packages/shelf/pubspec.yaml index 0e74aec7..ae5c2689 100644 --- a/packages/shelf/pubspec.yaml +++ b/packages/shelf/pubspec.yaml @@ -4,7 +4,7 @@ description: Shelf interop with Angel3. Use this to wrap existing server code. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/shelf environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_framework: ^7.0.0 angel3_container: ^7.0.0 diff --git a/packages/static/pubspec.yaml b/packages/static/pubspec.yaml index eeea42a6..5c3e3a33 100644 --- a/packages/static/pubspec.yaml +++ b/packages/static/pubspec.yaml @@ -4,7 +4,7 @@ description: This library provides a virtual directory to serve static files for homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/angel3/packages/static environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_framework: ^7.0.0 belatuk_range_header: ^5.0.0 diff --git a/packages/sync/pubspec.yaml b/packages/sync/pubspec.yaml index 32e5262a..015d1e6b 100644 --- a/packages/sync/pubspec.yaml +++ b/packages/sync/pubspec.yaml @@ -4,7 +4,7 @@ description: Easily synchronize and scale WebSockets using belatuk_pub_sub in An homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/angel3/packages/sync environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_framework: ^7.0.0 angel3_websocket: ^7.0.0 diff --git a/packages/test/pubspec.yaml b/packages/test/pubspec.yaml index 5e4f0634..1c6d7d73 100644 --- a/packages/test/pubspec.yaml +++ b/packages/test/pubspec.yaml @@ -4,7 +4,7 @@ description: Testing utility library for the Angel3 framework. Use with package: homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/test environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_client: ^7.0.0 angel3_framework: ^7.0.0 diff --git a/packages/user_agent/angel_user_agent/pubspec.yaml b/packages/user_agent/angel_user_agent/pubspec.yaml index ddcb1b2a..02a51b93 100644 --- a/packages/user_agent/angel_user_agent/pubspec.yaml +++ b/packages/user_agent/angel_user_agent/pubspec.yaml @@ -4,7 +4,7 @@ description: Angel3 middleware to parse and inject a User Agent object into requ homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/angel3/packages/user_agent/angel_user_agent environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_framework: ^7.0.0 user_agent_analyzer: ^3.0.0 diff --git a/packages/validate/pubspec.yaml b/packages/validate/pubspec.yaml index 3ebe34b4..d7954ecb 100644 --- a/packages/validate/pubspec.yaml +++ b/packages/validate/pubspec.yaml @@ -4,7 +4,7 @@ version: 7.0.1 homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/validate environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_framework: ^7.0.0 angel3_http_exception: ^7.0.0 diff --git a/packages/websocket/pubspec.yaml b/packages/websocket/pubspec.yaml index bef69cb3..5f80b9b3 100644 --- a/packages/websocket/pubspec.yaml +++ b/packages/websocket/pubspec.yaml @@ -4,7 +4,7 @@ description: This library provides WebSockets support for Angel3 framework. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/websocket environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_auth: ^7.0.0 angel3_client: ^7.0.0 From 5ce990ccbf5a72f7ecec40913aeba9c7427a9175 Mon Sep 17 00:00:00 2001 From: Thomas Hii Date: Sat, 20 May 2023 15:39:47 +0000 Subject: [PATCH 12/51] Updated to Dart 3 --- experiment/container/example2/pubspec.yaml | 2 +- packages/container/angel_container/pubspec.yaml | 2 +- packages/container/angel_container_generator/pubspec.yaml | 2 +- packages/orm/angel_orm_generator/pubspec.yaml | 2 +- packages/orm/angel_orm_mysql/pubspec.yaml | 2 +- packages/orm/angel_orm_postgres/pubspec.yaml | 2 +- packages/orm/angel_orm_test/pubspec.yaml | 2 +- packages/serialize/angel_serialize_generator/pubspec.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/experiment/container/example2/pubspec.yaml b/experiment/container/example2/pubspec.yaml index fb79e1de..48d31108 100644 --- a/experiment/container/example2/pubspec.yaml +++ b/experiment/container/example2/pubspec.yaml @@ -2,7 +2,7 @@ name: example2 version: 0.0.1 description: Example 2. environment: - sdk: '>=2.19.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_container: ^7.1.0-beta.1 angel3_container_generator: ^7.1.0-beta.1 diff --git a/packages/container/angel_container/pubspec.yaml b/packages/container/angel_container/pubspec.yaml index 43cf9ed0..1af76ca5 100644 --- a/packages/container/angel_container/pubspec.yaml +++ b/packages/container/angel_container/pubspec.yaml @@ -4,7 +4,7 @@ description: Angel3 hierarchical DI container, and pluggable backends for reflec homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/container/angel_container environment: - sdk: '>=2.19.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: collection: ^1.17.0 quiver: ^3.2.0 diff --git a/packages/container/angel_container_generator/pubspec.yaml b/packages/container/angel_container_generator/pubspec.yaml index 548ebfad..527442ee 100644 --- a/packages/container/angel_container_generator/pubspec.yaml +++ b/packages/container/angel_container_generator/pubspec.yaml @@ -4,7 +4,7 @@ description: Codegen support for using pkg:reflectable with pkg:angel3_container homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/container/angel_container_generator environment: - sdk: '>=2.19.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_container: ^7.1.0-beta.1 reflectable: ^4.0.2 diff --git a/packages/orm/angel_orm_generator/pubspec.yaml b/packages/orm/angel_orm_generator/pubspec.yaml index db670775..5c181b34 100644 --- a/packages/orm/angel_orm_generator/pubspec.yaml +++ b/packages/orm/angel_orm_generator/pubspec.yaml @@ -4,7 +4,7 @@ description: Code generators for Angel3 ORM. Generates query builder classes. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_orm_generator environment: - sdk: '>=2.19.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_model: ^7.0.0 angel3_serialize: ^7.0.0 diff --git a/packages/orm/angel_orm_mysql/pubspec.yaml b/packages/orm/angel_orm_mysql/pubspec.yaml index 001d43d8..1cd47353 100644 --- a/packages/orm/angel_orm_mysql/pubspec.yaml +++ b/packages/orm/angel_orm_mysql/pubspec.yaml @@ -4,7 +4,7 @@ description: MySQL support for Angel3 ORM. Includes functionality for querying a homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_orm_mysql environment: - sdk: '>=2.19.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_orm: ^7.0.0 logging: ^1.1.0 diff --git a/packages/orm/angel_orm_postgres/pubspec.yaml b/packages/orm/angel_orm_postgres/pubspec.yaml index e07c7357..a0dbdea7 100644 --- a/packages/orm/angel_orm_postgres/pubspec.yaml +++ b/packages/orm/angel_orm_postgres/pubspec.yaml @@ -4,7 +4,7 @@ description: PostgreSQL support for Angel3 ORM. Includes functionality for query homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_orm_postgres environment: - sdk: '>=2.19.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_orm: ^7.0.0 logging: ^1.1.0 diff --git a/packages/orm/angel_orm_test/pubspec.yaml b/packages/orm/angel_orm_test/pubspec.yaml index 1383943d..06d61f1b 100644 --- a/packages/orm/angel_orm_test/pubspec.yaml +++ b/packages/orm/angel_orm_test/pubspec.yaml @@ -4,7 +4,7 @@ description: Common tests for Angel3 ORM. Reference implmentation of the generat homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_orm_test environment: - sdk: '>=2.19.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: angel3_migration: ^7.0.0 angel3_model: ^7.0.0 diff --git a/packages/serialize/angel_serialize_generator/pubspec.yaml b/packages/serialize/angel_serialize_generator/pubspec.yaml index 085e47a3..c3832bd7 100644 --- a/packages/serialize/angel_serialize_generator/pubspec.yaml +++ b/packages/serialize/angel_serialize_generator/pubspec.yaml @@ -4,7 +4,7 @@ description: Angel3 model serialization generators, designed for use with Angel. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/serialize/angel_serialize_generator environment: - sdk: '>=2.19.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: analyzer: ^5.0.0 angel3_model: ^7.0.0 From 2058e4b2f11cf85bde90f9636255d56ce6a5beb0 Mon Sep 17 00:00:00 2001 From: Thomas Hii Date: Sat, 20 May 2023 23:40:23 +0000 Subject: [PATCH 13/51] Added development instructions --- .devcontainer/devcontainer.json | 1 + README.md | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 08592b0b..1e19909c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,6 @@ { "image": "dart:3.0", + "forwardPorts": [3000,5000], "features": { } } diff --git a/README.md b/README.md index 2cc76dd0..d6a006ad 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,29 @@ You can also view the [Angel3 API](http://www.dartdocs.org/documentation/angel_f Interested in contributing to Angel3? See the contribution guide [here](CONTRIBUTING.md). +### Development Setup + +1. Fork `angel` repository + +2. Clone the project to local and create a new branch + + ```bash + git clone https://github.com//angel.git + git checkout -b feature/ + ``` + +2. Download and install [Dart 3](https://dart.dev/get-dart) + +3. Install `melos` + + ```bash + dart pub global activate melos + ``` + +4. Run `melos dart pub "dart pub upgrade"` to update all the packages + +5. Make changes to the packages + ## Donation & Support If you like this project and interested in supporting its development, you can make a donation via [paypal](https://paypal.me/dukefirehawk?country.x=MY&locale.x=en_US) service. From 193fa6c94a3ab3e28cd7ead65f8041b3f3e665ba Mon Sep 17 00:00:00 2001 From: Thomas Hii Date: Sat, 20 May 2023 23:55:42 +0000 Subject: [PATCH 14/51] Updated route --- CHANGELOG.md | 3 +++ packages/route/CHANGELOG.md | 5 +++++ packages/route/pubspec.yaml | 14 +++++++------- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba472d8c..eb59c0ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## 8.0.0 * Require Dart >= 3.0 +* Upgraded: angel3_http_exception +* Upgraded: angel3_route + ## 7.0.0 diff --git a/packages/route/CHANGELOG.md b/packages/route/CHANGELOG.md index 582e4f86..c437177c 100644 --- a/packages/route/CHANGELOG.md +++ b/packages/route/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 +* Breaking: Updated `build_web_compilers` to 4.0.0 + ## 7.0.0 * Require Dart >= 2.17 diff --git a/packages/route/pubspec.yaml b/packages/route/pubspec.yaml index ef393611..40a2a3f9 100644 --- a/packages/route/pubspec.yaml +++ b/packages/route/pubspec.yaml @@ -1,17 +1,17 @@ name: angel3_route -version: 7.0.0 +version: 8.0.0 description: A powerful, isomorphic routing library for Dart. It is mainly used in the Angel3 framework, but can be used in Flutter and on the Web. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/route environment: sdk: '>=3.0.0 <4.0.0' dependencies: - belatuk_combinator: ^4.0.0 - string_scanner: ^1.1.0 + belatuk_combinator: ^5.0.0 + string_scanner: ^1.2.0 path: ^1.8.0 dev_dependencies: - build_runner: ^2.1.2 - build_web_compilers: ^3.2.1 - http: ^0.13.3 - test: ^1.21.0 + build_runner: ^2.4.0 + build_web_compilers: ^4.0.0 + http: ^0.13.0 + test: ^1.24.0 lints: ^2.0.0 From 1f0e61958f4b3f7fbe6735c99560ee3ff9a3dd1e Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sun, 21 May 2023 08:02:05 +0800 Subject: [PATCH 15/51] Updated README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d6a006ad..f21e5a5f 100644 --- a/README.md +++ b/README.md @@ -184,17 +184,17 @@ Interested in contributing to Angel3? See the contribution guide [here](CONTRIBU git checkout -b feature/ ``` -2. Download and install [Dart 3](https://dart.dev/get-dart) +3. Download and install [Dart 3](https://dart.dev/get-dart) -3. Install `melos` +4. Install `melos` 3.0 ```bash dart pub global activate melos ``` -4. Run `melos dart pub "dart pub upgrade"` to update all the packages +5. Run `melos exec "dart pub upgrade"` to update all the packages -5. Make changes to the packages +6. Make changes to the packages ## Donation & Support From 9626cc93a45cc43270c74e34e54de552216c0a2f Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sun, 21 May 2023 08:13:59 +0800 Subject: [PATCH 16/51] Updated route --- packages/route/lib/src/middleware_pipeline.dart | 2 +- packages/route/lib/src/routing_exception.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/route/lib/src/middleware_pipeline.dart b/packages/route/lib/src/middleware_pipeline.dart index beccba7d..97da1a33 100644 --- a/packages/route/lib/src/middleware_pipeline.dart +++ b/packages/route/lib/src/middleware_pipeline.dart @@ -35,7 +35,7 @@ class MiddlewarePipeline { } /// Iterates through a [MiddlewarePipeline]. -class MiddlewarePipelineIterator extends Iterator> { +class MiddlewarePipelineIterator implements Iterator> { final MiddlewarePipeline pipeline; final Iterator> _inner; diff --git a/packages/route/lib/src/routing_exception.dart b/packages/route/lib/src/routing_exception.dart index bceb6cb5..4dd9b756 100644 --- a/packages/route/lib/src/routing_exception.dart +++ b/packages/route/lib/src/routing_exception.dart @@ -1,5 +1,5 @@ /// Represents an error in route configuration or navigation. -abstract class RoutingException extends Exception { +abstract class RoutingException implements Exception { factory RoutingException(String message) => _RoutingExceptionImpl(message); /// Occurs when trying to resolve the parent of a [Route] without a parent. From 16bf2ddfc68fc23fc0a1f17e746beecf86c2bfec Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sun, 21 May 2023 08:26:04 +0800 Subject: [PATCH 17/51] Upgraded model --- CHANGELOG.md | 5 ++++- packages/http_exception/pubspec.yaml | 2 +- packages/model/CHANGELOG.md | 4 ++++ packages/model/pubspec.yaml | 4 ++-- packages/route/pubspec.yaml | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb59c0ee..329d8413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,10 @@ * Require Dart >= 3.0 * Upgraded: angel3_http_exception * Upgraded: angel3_route - +* Upgraded: angel3_model +* Upgraded: angel3_container +* Upgraded: angel3_container_generator +* Upgraded: angel3_mock_request ## 7.0.0 diff --git a/packages/http_exception/pubspec.yaml b/packages/http_exception/pubspec.yaml index 3b50d81d..af7f7e6c 100644 --- a/packages/http_exception/pubspec.yaml +++ b/packages/http_exception/pubspec.yaml @@ -6,4 +6,4 @@ repository: https://github.com/dukefirehawk/angel/tree/master/packages/http_exce environment: sdk: '>=3.0.0 <4.0.0' dev_dependencies: - lints: ^2.0.0 \ No newline at end of file + lints: ^2.1.0 \ No newline at end of file diff --git a/packages/model/CHANGELOG.md b/packages/model/CHANGELOG.md index fed8fde0..a5d38134 100644 --- a/packages/model/CHANGELOG.md +++ b/packages/model/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.1.0 * Return -1 instead of throwing exception when id is null diff --git a/packages/model/pubspec.yaml b/packages/model/pubspec.yaml index 74d1cddd..96e89e4d 100644 --- a/packages/model/pubspec.yaml +++ b/packages/model/pubspec.yaml @@ -1,9 +1,9 @@ name: angel3_model -version: 7.1.0 +version: 8.0.0 description: Angel3 basic data model class, no longer with the added weight of the whole framework. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/model environment: sdk: '>=3.0.0 <4.0.0' dev_dependencies: - lints: ^2.0.0 + lints: ^2.1.0 diff --git a/packages/route/pubspec.yaml b/packages/route/pubspec.yaml index 40a2a3f9..dc751d3a 100644 --- a/packages/route/pubspec.yaml +++ b/packages/route/pubspec.yaml @@ -14,4 +14,4 @@ dev_dependencies: build_web_compilers: ^4.0.0 http: ^0.13.0 test: ^1.24.0 - lints: ^2.0.0 + lints: ^2.1.0 From c2191a8c9cbe579c269fa419d878f7c11d120bde Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sun, 21 May 2023 08:53:53 +0800 Subject: [PATCH 18/51] Updated mock_request --- packages/mock_request/CHANGELOG.md | 4 +++ packages/mock_request/README.md | 3 +- packages/mock_request/lib/src/headers.dart | 33 ++++++++++++++++++---- packages/mock_request/pubspec.yaml | 10 +++---- 4 files changed, 38 insertions(+), 12 deletions(-) diff --git a/packages/mock_request/CHANGELOG.md b/packages/mock_request/CHANGELOG.md index eb326454..d5edb3e0 100644 --- a/packages/mock_request/CHANGELOG.md +++ b/packages/mock_request/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.1 * Fixed `BytesBuilder` warnings diff --git a/packages/mock_request/README.md b/packages/mock_request/README.md index e39d6019..52f2399e 100644 --- a/packages/mock_request/README.md +++ b/packages/mock_request/README.md @@ -7,8 +7,7 @@ **Forked from `mock_request` to support NNBD** -Manufacture dart:io HttpRequests, HttpResponses, HttpHeaders, etc. This makes it possible to test server-side Dart applications without -having to ever bind to a port. +Manufacture dart:io HttpRequests, HttpResponses, HttpHeaders, etc. This makes it possible to test server-side Dart applications without having to ever bind to a port. This package was originally designed to make testing [Angel3](https://angel3-framework.web.app/) applications smoother, but works with any Dart-based server. diff --git a/packages/mock_request/lib/src/headers.dart b/packages/mock_request/lib/src/headers.dart index d2ae30f9..07f015cc 100644 --- a/packages/mock_request/lib/src/headers.dart +++ b/packages/mock_request/lib/src/headers.dart @@ -1,9 +1,11 @@ import 'dart:io'; -class MockHttpHeaders extends HttpHeaders { +class MockHttpHeaders implements HttpHeaders { final Map> _data = {}; final List _noFolding = []; - Uri? _host; + //Uri? _host; + String? _hostname; + int _port = 80; List get doNotFold => List.unmodifiable(_noFolding); @@ -50,6 +52,8 @@ class MockHttpHeaders extends HttpHeaders { @override String? get host { + return _hostname; + /* if (_host != null) { return _host!.host; } else if (_data.containsKey(HttpHeaders.hostHeader)) { @@ -58,12 +62,12 @@ class MockHttpHeaders extends HttpHeaders { } else { return null; } + */ } @override - int? get port { - host; // Parse it - return _host?.port; + int get port { + return _port; } @override @@ -148,4 +152,23 @@ class MockHttpHeaders extends HttpHeaders { }); return b.toString(); } + + @override + bool chunkedTransferEncoding = false; + + @override + int contentLength = 0; + + @override + bool persistentConnection = true; + + @override + set host(String? host) { + _hostname = host; + } + + @override + set port(int? port) { + _port = port ?? 80; + } } diff --git a/packages/mock_request/pubspec.yaml b/packages/mock_request/pubspec.yaml index 1712a495..1159d069 100644 --- a/packages/mock_request/pubspec.yaml +++ b/packages/mock_request/pubspec.yaml @@ -1,17 +1,17 @@ name: angel3_mock_request -version: 7.0.1 +version: 8.0.0 description: Manufacture dart:io HttpRequests, HttpResponses, HttpHeaders, etc. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/mock_request environment: sdk: '>=3.0.0 <4.0.0' dependencies: - charcode: ^1.2.0 + charcode: ^1.3.0 dev_dependencies: #angel3_framework: ^7.0.0 - http: ^0.13.2 - test: ^1.21.0 - lints: ^2.0.0 + http: ^0.13.0 + test: ^1.24.0 + lints: ^2.1.0 # dependency_overrides: # angel3_framework: # path: ../framework From 7ed8589754554c02a76c5f62322f885caa7a61b3 Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sun, 21 May 2023 08:57:13 +0800 Subject: [PATCH 19/51] Updated container --- packages/container/angel_container/CHANGELOG.md | 4 ++++ packages/container/angel_container/pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/container/angel_container/CHANGELOG.md b/packages/container/angel_container/CHANGELOG.md index 0e8f3e90..ab260842 100644 --- a/packages/container/angel_container/CHANGELOG.md +++ b/packages/container/angel_container/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.1.0-beta.2 * Require Dart >= 2.19 diff --git a/packages/container/angel_container/pubspec.yaml b/packages/container/angel_container/pubspec.yaml index 1af76ca5..3c0173e2 100644 --- a/packages/container/angel_container/pubspec.yaml +++ b/packages/container/angel_container/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_container -version: 7.1.0-beta.2 +version: 8.0.0 description: Angel3 hierarchical DI container, and pluggable backends for reflection. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/container/angel_container @@ -10,4 +10,4 @@ dependencies: quiver: ^3.2.0 dev_dependencies: test: ^1.24.0 - lints: ^2.0.0 \ No newline at end of file + lints: ^2.1.0 \ No newline at end of file From fb99b0b4ec4db21396f004014b4345c3be7f11f5 Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sun, 21 May 2023 09:05:14 +0800 Subject: [PATCH 20/51] Upgraded container_generator --- packages/container/angel_container/README.md | 2 +- .../angel_container_generator/CHANGELOG.md | 4 + .../example/main.reflectable.dart | 2198 +++++++++-------- .../angel_container_generator/pubspec.yaml | 18 +- .../test/reflector_test.reflectable.dart | 2172 ++++++++-------- 5 files changed, 2317 insertions(+), 2077 deletions(-) diff --git a/packages/container/angel_container/README.md b/packages/container/angel_container/README.md index a83eaf12..2efb49ed 100644 --- a/packages/container/angel_container/README.md +++ b/packages/container/angel_container/README.md @@ -40,6 +40,6 @@ A better IoC container for Angel3, ultimately allowing Angel3 to be used with or var http = AngelHttp(app); var server = await http.startServer('localhost', 3000); - print("Angel server listening at ${http.uri}"); + print("Angel3 server listening at ${http.uri}"); } ``` diff --git a/packages/container/angel_container_generator/CHANGELOG.md b/packages/container/angel_container_generator/CHANGELOG.md index 2bbcc7e5..d832dc97 100644 --- a/packages/container/angel_container_generator/CHANGELOG.md +++ b/packages/container/angel_container_generator/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.1.0-beta.1 * Require Dart >= 2.19 diff --git a/packages/container/angel_container_generator/example/main.reflectable.dart b/packages/container/angel_container_generator/example/main.reflectable.dart index b7db7ad1..78da37c2 100644 --- a/packages/container/angel_container_generator/example/main.reflectable.dart +++ b/packages/container/angel_container_generator/example/main.reflectable.dart @@ -33,8 +33,8 @@ final _data = { 134217735, 0, const prefix0.ContainedReflectable(), - const [71], - const [72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84], + const [67], + const [68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80], const [], 1, {}, @@ -51,9 +51,9 @@ final _data = { 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], + const [27, 28, 81, 84, 85], + const [68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80], + const [81, 82, 83], 2, { r'getInstance': () => prefix1.Reflectable.getInstance, @@ -73,8 +73,8 @@ final _data = { 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 [74, 75, 76, 77, 78, 79, 80, 86, 87], + const [68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80], const [], 3, {}, @@ -91,8 +91,8 @@ final _data = { 134217735, 3, const prefix0.ContainedReflectable(), - const [77, 92, 93], - const [72, 73, 74, 75, 76, 77], + const [73, 88, 89], + const [68, 69, 70, 71, 72, 73], const [], 4, {}, @@ -127,9 +127,9 @@ final _data = { 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], + const [68, 69, 70, 90, 91, 92, 71, 72, 93], + const [68, 69, 70, 71, 72], + const [90, 91, 92], null, { r'hash': () => Object.hash, @@ -150,6 +150,10 @@ final _data = { 5, const prefix0.ContainedReflectable(), const [ + 94, + 95, + 96, + 97, 98, 99, 100, @@ -158,13 +162,9 @@ final _data = { 103, 104, 105, - 106, - 107, - 108, - 109, - 110 + 106 ], - const [72, 73, 74, 75, 76, 99, 105], + const [68, 69, 70, 71, 72, 95, 101], const [], 4, {}, @@ -197,8 +197,8 @@ final _data = { 134218247, 6, const prefix0.ContainedReflectable(), - const [111, 112, 113, 114], - const [72, 73, 74, 75, 76], + const [107, 108, 109, 110], + const [68, 69, 70, 71, 72], const [], 4, {}, @@ -216,6 +216,10 @@ final _data = { 7, const prefix0.ContainedReflectable(), const [ + 111, + 112, + 113, + 114, 115, 116, 117, @@ -246,13 +250,9 @@ final _data = { 142, 143, 144, - 145, - 146, - 147, - 148, - 149 + 145 ], - const [72, 73, 74, 75, 76], + const [68, 69, 70, 71, 72], const [], 4, {}, @@ -277,11 +277,11 @@ final _data = { 134217735, 8, const prefix0.ContainedReflectable(), - const [150, 151, 152, 153, 154, 155, 156], - const [72, 153, 74, 154, 76, 150, 151, 152], - const [], + const [146, 147, 148, 149, 150, 151, 152, 153, 154], + const [68, 151, 70, 152, 72, 148, 149, 150], + const [146, 147], 4, - {}, + {r'parse': () => bool.parse, r'tryParse': () => bool.tryParse}, {}, { r'fromEnvironment': (bool b) => (name, {defaultValue}) => b @@ -302,6 +302,8 @@ final _data = { 9, const prefix0.ContainedReflectable(), const [ + 155, + 156, 157, 158, 159, @@ -330,12 +332,10 @@ final _data = { 182, 183, 184, - 185, - 186, - 187 + 185 ], - const [72, 73, 74, 75, 76], - const [181, 182], + const [68, 69, 70, 71, 72], + const [179, 180], -1, {r'parse': () => int.parse, r'tryParse': () => int.tryParse}, {}, @@ -356,6 +356,8 @@ final _data = { 10, const prefix0.ContainedReflectable(), const [ + 186, + 187, 188, 189, 190, @@ -396,13 +398,10 @@ final _data = { 225, 226, 227, - 228, - 229, - 230, - 231 + 228 ], - const [72, 73, 74, 75, 76], - const [188, 189, 190], + const [68, 69, 70, 71, 72], + const [186, 187, 188], 4, { r'castFrom': () => List.castFrom, @@ -411,8 +410,6 @@ final _data = { }, {}, { - 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) => @@ -441,8 +438,8 @@ final _data = { 134218247, 11, const prefix0.ContainedReflectable(), - const [232, 233, 234, 235, 236, 237, 238], - const [72, 73, 74, 75, 76], + const [229, 230, 231, 232, 233, 234, 235], + const [68, 69, 70, 71, 72], const [], 4, {}, @@ -460,6 +457,9 @@ final _data = { 12, const prefix0.ContainedReflectable(), const [ + 236, + 237, + 238, 239, 240, 241, @@ -470,12 +470,9 @@ final _data = { 246, 247, 248, - 249, - 250, - 251, - 252 + 249 ], - const [72, 73, 74, 75, 76], + const [68, 69, 70, 71, 72], const [], 4, {}, @@ -492,8 +489,8 @@ final _data = { 134218247, 13, const prefix0.ContainedReflectable(), - const [253, 254, 255, 256, 257, 258, 259], - const [72, 73, 74, 75, 76], + const [250, 251, 252, 253, 254, 255, 256], + const [68, 69, 70, 71, 72], const [], 4, {}, @@ -511,6 +508,9 @@ final _data = { 14, const prefix0.ContainedReflectable(), const [ + 257, + 258, + 259, 260, 261, 262, @@ -537,13 +537,10 @@ final _data = { 283, 284, 285, - 286, - 287, - 288, - 289 + 286 ], - const [72, 73, 74, 75, 76], - const [260], + const [68, 69, 70, 71, 72], + const [257], 4, {r'castFrom': () => Map.castFrom}, {}, @@ -576,6 +573,9 @@ final _data = { 15, const prefix0.ContainedReflectable(), const [ + 287, + 288, + 289, 290, 291, 292, @@ -609,15 +609,17 @@ final _data = { 320, 321, 322, - 323, - 324 + 323 ], const [ + 68, + 311, + 70, + 71, 72, - 314, - 74, - 75, - 76, + 288, + 289, + 290, 291, 292, 293, @@ -638,19 +640,20 @@ final _data = { 308, 309, 310, - 311, - 312, - 313, + 315, 316, 317, 318, 319, - 320, - 321 + 320 ], - const [290], + const [287, 312, 313], 4, - {r'castFrom': () => Iterable.castFrom}, + { + r'castFrom': () => Iterable.castFrom, + r'iterableToShortString': () => Iterable.iterableToShortString, + r'iterableToFullString': () => Iterable.iterableToFullString + }, {}, { r'generate': (bool b) => (count, [generator]) => @@ -671,8 +674,8 @@ final _data = { 134218247, 16, const prefix0.ContainedReflectable(), - const [325], - const [72, 73, 74, 75, 76], + const [324], + const [68, 69, 70, 71, 72], const [], 4, {}, @@ -745,32 +748,24 @@ final _data = { 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, + 22, + 22, const [], const []), + r.VariableMirrorImpl( + r'staticInvokeCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, 23, 23, const [], const []), r.VariableMirrorImpl( - r'staticInvokeCapability', + r'topLevelInvokeCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -778,7 +773,7 @@ final _data = { 24, 24, const [], const []), r.VariableMirrorImpl( - r'topLevelInvokeCapability', + r'newInstanceCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -786,7 +781,7 @@ final _data = { 25, 25, const [], const []), r.VariableMirrorImpl( - r'newInstanceCapability', + r'metadataCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -794,7 +789,7 @@ final _data = { 26, 26, const [], const []), r.VariableMirrorImpl( - r'metadataCapability', + r'typeCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -802,7 +797,7 @@ final _data = { 27, 27, const [], const []), r.VariableMirrorImpl( - r'typeCapability', + r'typeRelationsCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -810,7 +805,7 @@ final _data = { 28, 28, const [], const []), r.VariableMirrorImpl( - r'typeRelationsCapability', + r'reflectedTypeCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -818,7 +813,7 @@ final _data = { 29, 29, const [], const []), r.VariableMirrorImpl( - r'reflectedTypeCapability', + r'libraryCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -826,7 +821,7 @@ final _data = { 30, 30, const [], const []), r.VariableMirrorImpl( - r'libraryCapability', + r'declarationsCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -834,7 +829,7 @@ final _data = { 31, 31, const [], const []), r.VariableMirrorImpl( - r'declarationsCapability', + r'uriCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -842,7 +837,7 @@ final _data = { 32, 32, const [], const []), r.VariableMirrorImpl( - r'uriCapability', + r'libraryDependenciesCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -850,7 +845,7 @@ final _data = { 33, 33, const [], const []), r.VariableMirrorImpl( - r'libraryDependenciesCapability', + r'invokingCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -858,7 +853,7 @@ final _data = { 34, 34, const [], const []), r.VariableMirrorImpl( - r'invokingCapability', + r'typingCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -866,7 +861,7 @@ final _data = { 35, 35, const [], const []), r.VariableMirrorImpl( - r'typingCapability', + r'delegateCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -874,7 +869,7 @@ final _data = { 36, 36, const [], const []), r.VariableMirrorImpl( - r'delegateCapability', + r'subtypeQuantifyCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -882,7 +877,7 @@ final _data = { 37, 37, const [], const []), r.VariableMirrorImpl( - r'subtypeQuantifyCapability', + r'superclassQuantifyCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -890,45 +885,37 @@ final _data = { 38, 38, const [], const []), r.VariableMirrorImpl( - r'superclassQuantifyCapability', + r'typeAnnotationQuantifyCapability', 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 []), + 39, + 39, const [], const []), r.VariableMirrorImpl( r'correspondingSetterQuantifyCapability', 142738581, -1, const prefix0.ContainedReflectable(), -1, - 41, - 41, const [], const []), + 40, + 40, const [], const []), r.VariableMirrorImpl( r'admitSubtypeCapability', 142738581, -1, const prefix0.ContainedReflectable(), -1, - 42, - 42, const [], const []), + 41, + 41, const [], const []), r.VariableMirrorImpl( r'thisClassName', 134349973, @@ -956,8 +943,8 @@ final _data = { 44040211, -1, -1, + 42, 43, - 44, const [1], const [], const prefix0.ContainedReflectable(), @@ -979,8 +966,6 @@ final _data = { 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, @@ -1036,6 +1021,8 @@ final _data = { const [23, 24, 25, 26], const prefix0.ContainedReflectable(), const []), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 6, 19), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 7, 20), r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 8, 21), r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 9, 22), r.ImplicitGetterMirrorImpl( @@ -1072,10 +1059,6 @@ final _data = { 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 [], @@ -1102,7 +1085,7 @@ final _data = { 35651587, 3, 10, - 45, + 44, 10, const [16], const [], @@ -1168,9 +1151,9 @@ final _data = { 35651587, 2, 14, - 47, + 46, 14, - const [46, 13], + const [45, 13], const [], const prefix0.ContainedReflectable(), const [override]), @@ -1179,16 +1162,16 @@ final _data = { 35651587, 2, 15, - 49, + 48, 15, - const [48], + const [47], const [], const prefix0.ContainedReflectable(), 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.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 0, 55), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 1, 56), r.MethodMirrorImpl( r'', 128, @@ -1282,7 +1265,7 @@ final _data = { 35651587, 5, 10, - 50, + 49, 10, const [6], const [], @@ -1293,13 +1276,13 @@ final _data = { 35652099, 5, 10, - 51, + 50, 10, null, const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'namedArguments', 35652099, 5, 14, 52, 14, null, + r.MethodMirrorImpl(r'namedArguments', 35652099, 5, 14, 51, 14, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'isMethod', 2097667, 5, 8, 8, 8, const [], const [], const prefix0.ContainedReflectable(), const []), @@ -1506,7 +1489,7 @@ final _data = { const [132, 133, 134], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'split', 35652098, 7, 10, 53, 10, const [7], + r.MethodMirrorImpl(r'split', 35652098, 7, 10, 52, 10, const [7], const [135], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'splitMapJoin', @@ -1536,13 +1519,13 @@ final _data = { 35652099, 7, 10, - 54, + 53, 10, const [9], const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'runes', 2097667, 7, -1, 55, 55, const [], + r.MethodMirrorImpl(r'runes', 2097667, 7, -1, 54, 54, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'fromCharCodes', @@ -1568,12 +1551,34 @@ final _data = { const [143, 144], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'parse', + 2097170, + 8, + 8, + 8, + 8, + const [], + const [145, 146], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'tryParse', + 2097170, + 8, + 8, + 8, + 8, + const [], + const [147, 148], + const prefix0.ContainedReflectable(), + const []), r.MethodMirrorImpl(r'&', 2097154, 8, 8, 8, 8, const [], - const [145], const prefix0.ContainedReflectable(), const []), + const [149], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'|', 2097154, 8, 8, 8, 8, const [], - const [146], const prefix0.ContainedReflectable(), const []), + const [150], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'^', 2097154, 8, 8, 8, 8, const [], - const [147], const prefix0.ContainedReflectable(), const []), + const [151], 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 [], @@ -1586,25 +1591,25 @@ final _data = { 8, 8, const [], - const [148, 149], + const [152, 153], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'hasEnvironment', 129, 8, -1, 8, 8, const [], - const [150], const prefix0.ContainedReflectable(), const []), + const [154], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'&', 2097666, 9, 9, 9, 9, const [], - const [151], const prefix0.ContainedReflectable(), const []), + const [155], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'|', 2097666, 9, 9, 9, 9, const [], - const [152], const prefix0.ContainedReflectable(), const []), + const [156], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'^', 2097666, 9, 9, 9, 9, const [], - const [153], const prefix0.ContainedReflectable(), const []), + const [157], 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 []), + const [158], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'>>', 2097666, 9, 9, 9, 9, const [], - const [155], const prefix0.ContainedReflectable(), const []), + const [159], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'>>>', 2097666, 9, 9, 9, 9, const [], - const [156], const prefix0.ContainedReflectable(), const []), + const [160], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'modPow', 2097666, @@ -1613,17 +1618,17 @@ final _data = { 9, 9, const [], - const [157, 158], + const [161, 162], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'modInverse', 2097666, 9, 9, 9, 9, const [], - const [159], const prefix0.ContainedReflectable(), const []), + const [163], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'gcd', 2097666, 9, 9, 9, 9, const [], - const [160], const prefix0.ContainedReflectable(), const []), + const [164], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'toUnsigned', 2097666, 9, 9, 9, 9, const [], - const [161], const prefix0.ContainedReflectable(), const []), + const [165], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'toSigned', 2097666, 9, 9, 9, 9, const [], - const [162], const prefix0.ContainedReflectable(), const []), + const [166], 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 [], @@ -1641,8 +1646,8 @@ final _data = { 2097666, 9, -1, - 56, - 56, + 55, + 55, const [], const [], const prefix0.ContainedReflectable(), @@ -1652,8 +1657,8 @@ final _data = { 2097666, 9, -1, - 56, - 56, + 55, + 55, const [], const [], const prefix0.ContainedReflectable(), @@ -1663,8 +1668,8 @@ final _data = { 2097666, 9, -1, - 56, - 56, + 55, + 55, const [], const [], const prefix0.ContainedReflectable(), @@ -1674,8 +1679,8 @@ final _data = { 2097666, 9, -1, - 56, - 56, + 55, + 55, const [], const [], const prefix0.ContainedReflectable(), @@ -1683,7 +1688,7 @@ final _data = { 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 []), + const [167], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'parse', 2097170, @@ -1692,7 +1697,7 @@ final _data = { 9, 9, const [], - const [164, 165, 166], + const [168, 169], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -1703,7 +1708,7 @@ final _data = { 9, 9, const [], - const [167, 168], + const [170, 171], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'isEven', 2097667, 9, 8, 8, 8, const [], @@ -1722,11 +1727,11 @@ final _data = { 9, 9, const [], - const [169, 170], + const [172, 173], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'castFrom', 35651602, 10, 10, 57, 10, null, - const [171], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'castFrom', 35651602, 10, 10, 56, 10, null, + const [174], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'copyRange', 1310738, @@ -1735,7 +1740,7 @@ final _data = { -1, -1, const [], - const [172, 173, 174, 175, 176], + const [175, 176, 177, 178, 179], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -1746,13 +1751,13 @@ final _data = { -1, -1, const [], - const [177, 178, 179], + const [180, 181, 182], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'cast', 35652098, 10, 10, 58, 10, null, + r.MethodMirrorImpl(r'cast', 35652098, 10, 10, 57, 10, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'[]', 514, 10, -1, -1, -1, const [], - const [180], const prefix0.ContainedReflectable(), const []), + const [183], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'[]=', 1311234, @@ -1761,17 +1766,17 @@ final _data = { -1, -1, const [], - const [181, 182], + const [184, 185], 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'addAll', 1311234, 10, -1, -1, -1, const [], + const [187], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'sort', 1311234, 10, -1, -1, -1, const [], + const [188], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'shuffle', 1311234, 10, -1, -1, -1, const [], + const [189], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'indexOf', 2097666, @@ -1780,7 +1785,7 @@ final _data = { 9, 9, const [], - const [187, 188], + const [190, 191], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -1791,7 +1796,7 @@ final _data = { 9, 9, const [], - const [189, 190], + const [192, 193], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -1802,7 +1807,7 @@ final _data = { 9, 9, const [], - const [191, 192], + const [194, 195], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -1813,7 +1818,7 @@ final _data = { 9, 9, const [], - const [193, 194], + const [196, 197], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'clear', 1311234, 10, -1, -1, -1, const [], @@ -1826,7 +1831,7 @@ final _data = { -1, -1, const [], - const [195, 196], + const [198, 199], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -1837,7 +1842,7 @@ final _data = { -1, -1, const [], - const [197, 198], + const [200, 201], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -1848,13 +1853,13 @@ final _data = { -1, -1, const [], - const [199, 200], + const [202, 203], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'remove', 2097666, 10, 8, 8, 8, const [], - const [201], const prefix0.ContainedReflectable(), const []), + const [204], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'removeAt', 514, 10, -1, -1, -1, const [], - const [202], const prefix0.ContainedReflectable(), const []), + const [205], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'removeLast', 514, 10, -1, -1, -1, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -1865,7 +1870,7 @@ final _data = { -1, -1, const [], - const [203], + const [206], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -1876,20 +1881,20 @@ final _data = { -1, -1, const [], - const [204], + const [207], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'+', 35652098, 10, 10, 59, 10, null, - const [205], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'+', 35652098, 10, 10, 58, 10, null, + const [208], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'sublist', 35652098, 10, 10, - 59, + 58, 10, null, - const [206, 207], + const [209, 210], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -1897,10 +1902,10 @@ final _data = { 35652098, 10, 15, - 60, + 59, 15, null, - const [208, 209], + const [211, 212], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -1911,7 +1916,7 @@ final _data = { -1, -1, const [], - const [210, 211, 212, 213], + const [213, 214, 215, 216], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -1922,7 +1927,7 @@ final _data = { -1, -1, const [], - const [214, 215], + const [217, 218], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -1933,7 +1938,7 @@ final _data = { -1, -1, const [], - const [216, 217, 218], + const [219, 220, 221], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -1944,47 +1949,45 @@ final _data = { -1, -1, const [], - const [219, 220, 221], + const [222, 223, 224], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'asMap', 35652098, 10, 14, 61, 14, null, + r.MethodMirrorImpl(r'asMap', 35652098, 10, 14, 60, 14, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'==', 2097666, 10, 8, 8, 8, const [], - const [222], const prefix0.ContainedReflectable(), const []), + const [225], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'first=', 1311236, 10, -1, -1, -1, const [], - const [236], const prefix0.ContainedReflectable(), const []), + const [238], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'last=', 1311236, 10, -1, -1, -1, const [], - const [237], const prefix0.ContainedReflectable(), const []), + const [239], 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 [240], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'reversed', 35652099, 10, 15, 59, 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, + 58, 10, null, - const [224, 225, 226], + const [226, 227, 228], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'empty', 1, 10, -1, 59, 10, null, const [227], + r.MethodMirrorImpl(r'empty', 1, 10, -1, 58, 10, null, const [229], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'from', 1, 10, -1, - 59, + 58, 10, null, - const [228, 229], + const [230, 231], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -1992,10 +1995,10 @@ final _data = { 1, 10, -1, - 59, + 58, 10, null, - const [230, 231], + const [232, 233], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2003,14 +2006,14 @@ final _data = { 1, 10, -1, - 59, + 58, 10, null, - const [232, 233, 234], + const [234, 235, 236], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'unmodifiable', 1, 10, -1, 59, 10, null, - const [235], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'unmodifiable', 1, 10, -1, 58, 10, null, + const [237], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'==', 2097666, @@ -2019,12 +2022,12 @@ final _data = { 8, 8, const [], - const [239], + const [241], 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 [242], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'type', 2097667, 11, -1, 47, 47, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'hasReflectee', 2097667, 11, 8, 8, 8, const [], const [], const prefix0.ContainedReflectable(), const []), @@ -2044,7 +2047,7 @@ final _data = { 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 []), + const [243], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'isAssignableTo', 2097666, @@ -2053,7 +2056,7 @@ final _data = { 8, 8, const [], - const [242], + const [244], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2083,9 +2086,9 @@ final _data = { 35652099, 12, 10, - 63, + 62, 10, - const [62], + const [61], const [], const prefix0.ContainedReflectable(), const []), @@ -2094,7 +2097,7 @@ final _data = { 35652099, 12, 10, - 64, + 63, 10, const [12], const [], @@ -2105,7 +2108,7 @@ final _data = { 35652099, 12, 10, - 50, + 49, 10, const [6], const [], @@ -2178,19 +2181,19 @@ final _data = { 8, 8, const [], - const [243], + const [245], const prefix0.ContainedReflectable(), const [override]), - r.MethodMirrorImpl(r'uri', 2097667, 13, -1, 46, 46, const [], + r.MethodMirrorImpl(r'uri', 2097667, 13, -1, 45, 45, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'declarations', 35652099, 13, 14, - 66, + 65, 14, - const [7, 65], + const [7, 64], const [], const prefix0.ContainedReflectable(), const []), @@ -2210,9 +2213,9 @@ final _data = { 35652099, 13, 10, - 68, + 67, 10, - const [67], + const [66], const [], const prefix0.ContainedReflectable(), const []), @@ -2221,8 +2224,8 @@ final _data = { 2097667, 13, -1, - 22, - 22, + 68, + 68, const [], const [], const prefix0.ContainedReflectable(), @@ -2230,7 +2233,7 @@ final _data = { 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 []), + const [246], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'cast', 35652098, 14, 14, 70, 14, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2241,13 +2244,13 @@ final _data = { 8, 8, const [], - const [245], + const [247], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'containsKey', 2097666, 14, 8, 8, 8, const [], - const [246], const prefix0.ContainedReflectable(), const []), + const [248], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'[]', 514, 14, -1, -1, -1, const [], - const [247], const prefix0.ContainedReflectable(), const []), + const [249], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'[]=', 1311234, @@ -2256,11 +2259,11 @@ final _data = { -1, -1, const [], - const [248, 249], + const [250, 251], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'map', 35652098, 14, 14, 71, 14, null, - const [250], const prefix0.ContainedReflectable(), const []), + const [252], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'addEntries', 1311234, @@ -2269,7 +2272,7 @@ final _data = { -1, -1, const [], - const [251], + const [253], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2280,11 +2283,11 @@ final _data = { -1, -1, const [], - const [252, 253, 254], + const [254, 255, 256], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'updateAll', 1311234, 14, -1, -1, -1, const [], - const [255], const prefix0.ContainedReflectable(), const []), + const [257], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'removeWhere', 1311234, @@ -2293,7 +2296,7 @@ final _data = { -1, -1, const [], - const [256], + const [258], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2304,17 +2307,17 @@ final _data = { -1, -1, const [], - const [257, 258], + const [259, 260], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'addAll', 1311234, 14, -1, -1, -1, const [], - const [259], const prefix0.ContainedReflectable(), const []), + const [261], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'remove', 514, 14, -1, -1, -1, const [], - const [260], const prefix0.ContainedReflectable(), const []), + const [262], 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 []), + const [263], 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, @@ -2329,12 +2332,12 @@ final _data = { 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], + r.MethodMirrorImpl(r'from', 257, 14, -1, 75, 14, null, const [264], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'of', 257, 14, -1, 75, 14, null, const [263], + r.MethodMirrorImpl(r'of', 257, 14, -1, 75, 14, null, const [265], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'unmodifiable', 1, 14, -1, 75, 14, null, - const [264], const prefix0.ContainedReflectable(), const []), + const [266], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'identity', 257, 14, -1, 75, 14, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2345,7 +2348,7 @@ final _data = { 75, 14, null, - const [265, 266, 267], + const [267, 268, 269], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2356,31 +2359,31 @@ final _data = { 75, 14, null, - const [268, 269], + const [270, 271], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'fromEntries', 1, 14, -1, 75, 14, null, - const [270], const prefix0.ContainedReflectable(), const []), + const [272], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'castFrom', 35651602, 15, 15, 76, 15, null, - const [271], const prefix0.ContainedReflectable(), const []), + const [273], 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'map', 35651586, 15, 15, 79, 15, null, + const [275], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'where', 35651586, 15, 15, 78, 15, null, + const [276], 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 [], + r.MethodMirrorImpl(r'contains', 2097154, 15, 8, 8, 8, const [], const [278], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'forEach', 1310722, 15, -1, -1, -1, const [], + const [279], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'reduce', 2, 15, -1, -1, -1, const [], + const [280], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'fold', 2, @@ -2389,27 +2392,27 @@ final _data = { -1, -1, const [], - const [279, 280], + const [281, 282], 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, + r.MethodMirrorImpl(r'join', 2097154, 15, 7, 7, 7, const [], const [284], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'any', 2097154, 15, 8, 8, 8, const [], + const [285], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'toList', 35651586, 15, 10, 82, 10, null, + const [286], 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, + r.MethodMirrorImpl(r'takeWhile', 35651586, 15, 15, 78, 15, null, const [288], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'skip', 35651586, 15, 15, 78, 15, null, + const [289], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'skipWhile', 35651586, 15, 15, 78, 15, null, + const [290], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'firstWhere', 2, @@ -2418,22 +2421,11 @@ final _data = { -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', + r'lastWhere', 2, 15, -1, @@ -2443,10 +2435,43 @@ final _data = { const [293, 294], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'singleWhere', + 2, + 15, + -1, + -1, + -1, + const [], + const [295, 296], + const prefix0.ContainedReflectable(), + const []), r.MethodMirrorImpl(r'elementAt', 2, 15, -1, -1, -1, const [], - const [295], const prefix0.ContainedReflectable(), const []), + const [297], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'toString', 2097154, 15, 7, 7, 7, const [], const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'iterableToShortString', + 2097170, + 15, + 7, + 7, + 7, + const [], + const [298, 299, 300], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'iterableToFullString', + 2097170, + 15, + 7, + 7, + 7, + const [], + const [301, 302, 303], + 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 [], @@ -2471,7 +2496,7 @@ final _data = { 78, 15, null, - const [296, 297], + const [304, 305], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'empty', 385, 15, -1, 78, 15, null, const [], @@ -2555,7 +2580,7 @@ final _data = { r.ParameterMirrorImpl( r'receiver', 67239942, - 16, + 14, const prefix0.ContainedReflectable(), 4, 4, @@ -2567,7 +2592,7 @@ final _data = { r.ParameterMirrorImpl( r'memberName', 134348806, - 16, + 14, const prefix0.ContainedReflectable(), 7, 7, @@ -2579,10 +2604,10 @@ final _data = { r.ParameterMirrorImpl( r'positionalArguments', 151126022, - 16, + 14, const prefix0.ContainedReflectable(), 10, - 51, + 50, 10, null, const [], @@ -2591,7 +2616,7 @@ final _data = { r.ParameterMirrorImpl( r'namedArguments', 84017158, - 16, + 14, const prefix0.ContainedReflectable(), 14, 87, @@ -2603,7 +2628,7 @@ final _data = { r.ParameterMirrorImpl( r'kind', 134348806, - 16, + 14, const prefix0.ContainedReflectable(), -1, 88, @@ -2612,6 +2637,102 @@ final _data = { const [], null, null), + r.ParameterMirrorImpl( + r'receiver', + 67239942, + 15, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'memberName', + 134348806, + 15, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'positionalArguments', + 151126022, + 15, + const prefix0.ContainedReflectable(), + 10, + 50, + 10, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'namedArguments', + 84017158, + 15, + const prefix0.ContainedReflectable(), + 14, + 87, + 14, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'receiver', + 67239942, + 16, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'memberName', + 134348806, + 16, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'positionalArguments', + 151126022, + 16, + const prefix0.ContainedReflectable(), + 10, + 50, + 10, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'namedArguments', + 84017158, + 16, + const prefix0.ContainedReflectable(), + 14, + 87, + 14, + null, + const [], + null, + null), r.ParameterMirrorImpl( r'receiver', 67239942, @@ -2642,7 +2763,7 @@ final _data = { 17, const prefix0.ContainedReflectable(), 10, - 51, + 50, 10, null, const [], @@ -2672,106 +2793,10 @@ final _data = { 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, + 18, const prefix0.ContainedReflectable(), 7, 7, @@ -2783,10 +2808,10 @@ final _data = { r.ParameterMirrorImpl( r'positionalArguments', 151126022, - 20, + 18, const prefix0.ContainedReflectable(), 10, - 51, + 50, 10, null, const [], @@ -2795,7 +2820,7 @@ final _data = { r.ParameterMirrorImpl( r'namedArguments', 84017158, - 20, + 18, const prefix0.ContainedReflectable(), 14, 87, @@ -2807,7 +2832,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 43, + 41, const prefix0.ContainedReflectable(), 4, 4, @@ -2819,7 +2844,7 @@ final _data = { r.ParameterMirrorImpl( r'invocation', 134348806, - 45, + 43, const prefix0.ContainedReflectable(), 5, 5, @@ -2831,44 +2856,44 @@ final _data = { r.ParameterMirrorImpl( r'reflectee', 134348806, + 47, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'reflectee', + 134348806, + 48, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'type', + 134348806, 49, const prefix0.ContainedReflectable(), - 4, - 4, - 4, + 6, + 6, + 6, const [], const [], null, null), r.ParameterMirrorImpl( - r'reflectee', + r'type', 134348806, 50, const prefix0.ContainedReflectable(), - 4, - 4, - 4, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'type', - 134348806, - 51, - const prefix0.ContainedReflectable(), - 6, - 6, - 6, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'type', - 134348806, - 52, - const prefix0.ContainedReflectable(), 6, 6, 6, @@ -2879,7 +2904,7 @@ final _data = { r.ParameterMirrorImpl( r'libraryName', 134348806, - 53, + 51, const prefix0.ContainedReflectable(), 7, 7, @@ -2891,7 +2916,7 @@ final _data = { r.ParameterMirrorImpl( r'type', 134348806, - 56, + 54, const prefix0.ContainedReflectable(), 6, 6, @@ -2900,6 +2925,138 @@ final _data = { const [], null, null), + r.ParameterMirrorImpl( + r'cap0', + 67244038, + 57, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap1', + 67244038, + 57, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap2', + 67244038, + 57, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap3', + 67244038, + 57, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap4', + 67244038, + 57, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap5', + 67244038, + 57, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap6', + 67244038, + 57, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap7', + 67244038, + 57, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap8', + 67244038, + 57, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap9', + 67244038, + 57, + const prefix0.ContainedReflectable(), + 16, + 16, + 16, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'capabilities', + 151126022, + 58, + const prefix0.ContainedReflectable(), + 10, + 44, + 10, + const [16], + const [], + null, + null), r.ParameterMirrorImpl( r'cap0', 67244038, @@ -3026,139 +3183,7 @@ final _data = { 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, + 44, 10, const [16], const [], @@ -3167,7 +3192,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap0', 67245094, - 63, + 61, const prefix0.ContainedReflectable(), 16, 16, @@ -3179,7 +3204,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap1', 67245094, - 63, + 61, const prefix0.ContainedReflectable(), 16, 16, @@ -3191,7 +3216,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap2', 67245094, - 63, + 61, const prefix0.ContainedReflectable(), 16, 16, @@ -3203,7 +3228,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap3', 67245094, - 63, + 61, const prefix0.ContainedReflectable(), 16, 16, @@ -3215,7 +3240,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap4', 67245094, - 63, + 61, const prefix0.ContainedReflectable(), 16, 16, @@ -3227,7 +3252,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap5', 67245094, - 63, + 61, const prefix0.ContainedReflectable(), 16, 16, @@ -3239,7 +3264,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap6', 67245094, - 63, + 61, const prefix0.ContainedReflectable(), 16, 16, @@ -3251,7 +3276,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap7', 67245094, - 63, + 61, const prefix0.ContainedReflectable(), 16, 16, @@ -3263,7 +3288,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap8', 67245094, - 63, + 61, const prefix0.ContainedReflectable(), 16, 16, @@ -3275,7 +3300,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap9', 67245094, - 63, + 61, const prefix0.ContainedReflectable(), 16, 16, @@ -3287,7 +3312,7 @@ final _data = { r.ParameterMirrorImpl( r'_capabilities', 84018214, - 64, + 62, const prefix0.ContainedReflectable(), 10, 89, @@ -3299,7 +3324,7 @@ final _data = { r.ParameterMirrorImpl( r'object1', 67239942, - 65, + 63, const prefix0.ContainedReflectable(), 4, 4, @@ -3311,7 +3336,7 @@ final _data = { r.ParameterMirrorImpl( r'object2', 67239942, - 65, + 63, const prefix0.ContainedReflectable(), 4, 4, @@ -3323,7 +3348,7 @@ final _data = { r.ParameterMirrorImpl( r'object3', 67246086, - 65, + 63, const prefix0.ContainedReflectable(), 4, 4, @@ -3335,7 +3360,7 @@ final _data = { r.ParameterMirrorImpl( r'object4', 67246086, - 65, + 63, const prefix0.ContainedReflectable(), 4, 4, @@ -3347,7 +3372,7 @@ final _data = { r.ParameterMirrorImpl( r'object5', 67246086, - 65, + 63, const prefix0.ContainedReflectable(), 4, 4, @@ -3359,7 +3384,7 @@ final _data = { r.ParameterMirrorImpl( r'object6', 67246086, - 65, + 63, const prefix0.ContainedReflectable(), 4, 4, @@ -3371,7 +3396,7 @@ final _data = { r.ParameterMirrorImpl( r'object7', 67246086, - 65, + 63, const prefix0.ContainedReflectable(), 4, 4, @@ -3383,7 +3408,7 @@ final _data = { r.ParameterMirrorImpl( r'object8', 67246086, - 65, + 63, const prefix0.ContainedReflectable(), 4, 4, @@ -3395,7 +3420,7 @@ final _data = { r.ParameterMirrorImpl( r'object9', 67246086, - 65, + 63, const prefix0.ContainedReflectable(), 4, 4, @@ -3407,7 +3432,7 @@ final _data = { r.ParameterMirrorImpl( r'object10', 67246086, - 65, + 63, const prefix0.ContainedReflectable(), 4, 4, @@ -3419,7 +3444,7 @@ final _data = { r.ParameterMirrorImpl( r'object11', 67246086, - 65, + 63, const prefix0.ContainedReflectable(), 4, 4, @@ -3431,7 +3456,7 @@ final _data = { r.ParameterMirrorImpl( r'object12', 67246086, - 65, + 63, const prefix0.ContainedReflectable(), 4, 4, @@ -3443,7 +3468,7 @@ final _data = { r.ParameterMirrorImpl( r'object13', 67246086, - 65, + 63, const prefix0.ContainedReflectable(), 4, 4, @@ -3455,7 +3480,7 @@ final _data = { r.ParameterMirrorImpl( r'object14', 67246086, - 65, + 63, const prefix0.ContainedReflectable(), 4, 4, @@ -3467,7 +3492,7 @@ final _data = { r.ParameterMirrorImpl( r'object15', 67246086, - 65, + 63, const prefix0.ContainedReflectable(), 4, 4, @@ -3479,7 +3504,7 @@ final _data = { r.ParameterMirrorImpl( r'object16', 67246086, - 65, + 63, const prefix0.ContainedReflectable(), 4, 4, @@ -3491,7 +3516,7 @@ final _data = { r.ParameterMirrorImpl( r'object17', 67246086, - 65, + 63, const prefix0.ContainedReflectable(), 4, 4, @@ -3503,7 +3528,7 @@ final _data = { r.ParameterMirrorImpl( r'object18', 67246086, - 65, + 63, const prefix0.ContainedReflectable(), 4, 4, @@ -3515,7 +3540,7 @@ final _data = { r.ParameterMirrorImpl( r'object19', 67246086, - 65, + 63, const prefix0.ContainedReflectable(), 4, 4, @@ -3527,7 +3552,7 @@ final _data = { r.ParameterMirrorImpl( r'object20', 67246086, - 65, + 63, const prefix0.ContainedReflectable(), 4, 4, @@ -3539,7 +3564,7 @@ final _data = { r.ParameterMirrorImpl( r'objects', 151126022, - 66, + 64, const prefix0.ContainedReflectable(), 15, 90, @@ -3551,7 +3576,7 @@ final _data = { r.ParameterMirrorImpl( r'objects', 151126022, - 67, + 65, const prefix0.ContainedReflectable(), 15, 90, @@ -3563,7 +3588,7 @@ final _data = { r.ParameterMirrorImpl( r'memberName', 134348806, - 78, + 76, const prefix0.ContainedReflectable(), -1, 20, @@ -3575,7 +3600,7 @@ final _data = { r.ParameterMirrorImpl( r'positionalArguments', 84017158, - 78, + 76, const prefix0.ContainedReflectable(), 15, 91, @@ -3587,7 +3612,7 @@ final _data = { r.ParameterMirrorImpl( r'namedArguments', 84021254, - 78, + 76, const prefix0.ContainedReflectable(), 14, 92, @@ -3599,7 +3624,7 @@ final _data = { r.ParameterMirrorImpl( r'memberName', 134348806, - 79, + 77, const prefix0.ContainedReflectable(), -1, 20, @@ -3611,7 +3636,7 @@ final _data = { r.ParameterMirrorImpl( r'typeArguments', 84017158, - 79, + 77, const prefix0.ContainedReflectable(), 15, 93, @@ -3623,7 +3648,7 @@ final _data = { r.ParameterMirrorImpl( r'positionalArguments', 84017158, - 79, + 77, const prefix0.ContainedReflectable(), 15, 91, @@ -3635,7 +3660,7 @@ final _data = { r.ParameterMirrorImpl( r'namedArguments', 84021254, - 79, + 77, const prefix0.ContainedReflectable(), 14, 92, @@ -3647,7 +3672,7 @@ final _data = { r.ParameterMirrorImpl( r'name', 134348806, - 80, + 78, const prefix0.ContainedReflectable(), -1, 20, @@ -3659,7 +3684,7 @@ final _data = { r.ParameterMirrorImpl( r'memberName', 134348806, - 81, + 79, const prefix0.ContainedReflectable(), -1, 20, @@ -3671,7 +3696,7 @@ final _data = { r.ParameterMirrorImpl( r'argument', 67239942, - 81, + 79, const prefix0.ContainedReflectable(), 4, 4, @@ -3683,7 +3708,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 82, + 80, const prefix0.ContainedReflectable(), 4, 4, @@ -3695,23 +3720,47 @@ final _data = { r.ParameterMirrorImpl( r'index', 134348806, + 84, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'index', + 134348806, + 85, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'other', + 134348806, 86, const prefix0.ContainedReflectable(), - 9, - 9, - 9, + 4, + 4, + 4, const [], const [], null, null), r.ParameterMirrorImpl( - r'index', + r'other', 134348806, 87, const prefix0.ContainedReflectable(), - 9, - 9, - 9, + 7, + 7, + 7, const [], const [], null, @@ -3721,30 +3770,6 @@ final _data = { 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, @@ -3755,7 +3780,7 @@ final _data = { r.ParameterMirrorImpl( r'pattern', 134348806, - 91, + 89, const prefix0.ContainedReflectable(), -1, 94, @@ -3767,7 +3792,7 @@ final _data = { r.ParameterMirrorImpl( r'index', 134354950, - 91, + 89, const prefix0.ContainedReflectable(), 9, 9, @@ -3779,7 +3804,7 @@ final _data = { r.ParameterMirrorImpl( r'pattern', 134348806, - 92, + 90, const prefix0.ContainedReflectable(), -1, 94, @@ -3791,7 +3816,7 @@ final _data = { r.ParameterMirrorImpl( r'start', 134354950, - 92, + 90, const prefix0.ContainedReflectable(), 9, 9, @@ -3803,7 +3828,7 @@ final _data = { r.ParameterMirrorImpl( r'pattern', 134348806, - 93, + 91, const prefix0.ContainedReflectable(), -1, 94, @@ -3815,7 +3840,7 @@ final _data = { r.ParameterMirrorImpl( r'start', 67244038, - 93, + 91, const prefix0.ContainedReflectable(), 9, 9, @@ -3827,7 +3852,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 94, + 92, const prefix0.ContainedReflectable(), 7, 7, @@ -3839,7 +3864,7 @@ final _data = { r.ParameterMirrorImpl( r'start', 134348806, - 95, + 93, const prefix0.ContainedReflectable(), 9, 9, @@ -3851,7 +3876,7 @@ final _data = { r.ParameterMirrorImpl( r'end', 67244038, - 95, + 93, const prefix0.ContainedReflectable(), 9, 9, @@ -3863,6 +3888,42 @@ final _data = { r.ParameterMirrorImpl( r'times', 134348806, + 97, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'width', + 134348806, + 98, + const prefix0.ContainedReflectable(), + 9, + 9, + 9, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'padding', + 134354950, + 98, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'width', + 134348806, 99, const prefix0.ContainedReflectable(), 9, @@ -3872,46 +3933,10 @@ final _data = { 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, + 99, const prefix0.ContainedReflectable(), 7, 7, @@ -3923,7 +3948,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 102, + 100, const prefix0.ContainedReflectable(), -1, 94, @@ -3935,7 +3960,7 @@ final _data = { r.ParameterMirrorImpl( r'startIndex', 134354950, - 102, + 100, const prefix0.ContainedReflectable(), 9, 9, @@ -3947,7 +3972,7 @@ final _data = { r.ParameterMirrorImpl( r'from', 134348806, - 103, + 101, const prefix0.ContainedReflectable(), -1, 94, @@ -3959,7 +3984,7 @@ final _data = { r.ParameterMirrorImpl( r'to', 134348806, - 103, + 101, const prefix0.ContainedReflectable(), 7, 7, @@ -3971,7 +3996,7 @@ final _data = { r.ParameterMirrorImpl( r'startIndex', 134354950, - 103, + 101, const prefix0.ContainedReflectable(), 9, 9, @@ -3980,6 +4005,66 @@ final _data = { const [], null, null), + r.ParameterMirrorImpl( + r'from', + 134348806, + 102, + const prefix0.ContainedReflectable(), + -1, + 94, + 94, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'replace', + 134217734, + 102, + const prefix0.ContainedReflectable(), + -1, + 95, + 95, + 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'replace', + 134348806, + 103, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), r.ParameterMirrorImpl( r'from', 134348806, @@ -4004,70 +4089,10 @@ final _data = { 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, + 105, const prefix0.ContainedReflectable(), 9, 9, @@ -4079,7 +4104,7 @@ final _data = { r.ParameterMirrorImpl( r'end', 67239942, - 107, + 105, const prefix0.ContainedReflectable(), 9, 9, @@ -4091,7 +4116,7 @@ final _data = { r.ParameterMirrorImpl( r'replacement', 134348806, - 107, + 105, const prefix0.ContainedReflectable(), 7, 7, @@ -4103,7 +4128,7 @@ final _data = { r.ParameterMirrorImpl( r'pattern', 134348806, - 108, + 106, const prefix0.ContainedReflectable(), -1, 94, @@ -4115,7 +4140,7 @@ final _data = { r.ParameterMirrorImpl( r'pattern', 134348806, - 109, + 107, const prefix0.ContainedReflectable(), -1, 94, @@ -4127,7 +4152,7 @@ final _data = { r.ParameterMirrorImpl( r'onMatch', 67121158, - 109, + 107, const prefix0.ContainedReflectable(), -1, 96, @@ -4139,7 +4164,7 @@ final _data = { r.ParameterMirrorImpl( r'onNonMatch', 67121158, - 109, + 107, const prefix0.ContainedReflectable(), -1, 97, @@ -4151,7 +4176,7 @@ final _data = { r.ParameterMirrorImpl( r'charCodes', 151126022, - 118, + 116, const prefix0.ContainedReflectable(), 15, 98, @@ -4163,7 +4188,7 @@ final _data = { r.ParameterMirrorImpl( r'start', 134354950, - 118, + 116, const prefix0.ContainedReflectable(), 9, 9, @@ -4175,7 +4200,7 @@ final _data = { r.ParameterMirrorImpl( r'end', 67244038, - 118, + 116, const prefix0.ContainedReflectable(), 9, 9, @@ -4187,7 +4212,7 @@ final _data = { r.ParameterMirrorImpl( r'charCode', 134348806, - 119, + 117, const prefix0.ContainedReflectable(), 9, 9, @@ -4199,7 +4224,7 @@ final _data = { r.ParameterMirrorImpl( r'name', 134348806, - 120, + 118, const prefix0.ContainedReflectable(), 7, 7, @@ -4211,7 +4236,7 @@ final _data = { r.ParameterMirrorImpl( r'defaultValue', 134363142, - 120, + 118, const prefix0.ContainedReflectable(), 7, 7, @@ -4220,6 +4245,54 @@ final _data = { const [], null, #defaultValue), + r.ParameterMirrorImpl( + r'source', + 134348806, + 119, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'caseSensitive', + 134363142, + 119, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + #caseSensitive), + r.ParameterMirrorImpl( + r'source', + 134348806, + 120, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'caseSensitive', + 134363142, + 120, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + #caseSensitive), r.ParameterMirrorImpl( r'other', 134348806, @@ -4472,18 +4545,6 @@ final _data = { const [], null, #radix), - r.ParameterMirrorImpl( - r'onError', - 67121158, - 152, - const prefix0.ContainedReflectable(), - -1, - 99, - 99, - const [], - const [], - null, - #onError), r.ParameterMirrorImpl( r'source', 134348806, @@ -4538,7 +4599,7 @@ final _data = { 159, const prefix0.ContainedReflectable(), 10, - 100, + 99, 10, null, const [], @@ -4550,7 +4611,7 @@ final _data = { 160, const prefix0.ContainedReflectable(), 10, - 101, + 100, 10, null, const [], @@ -4574,7 +4635,7 @@ final _data = { 160, const prefix0.ContainedReflectable(), 10, - 101, + 100, 10, null, const [], @@ -4610,7 +4671,7 @@ final _data = { 161, const prefix0.ContainedReflectable(), 10, - 102, + 101, 10, null, const [], @@ -4634,7 +4695,7 @@ final _data = { 161, const prefix0.ContainedReflectable(), 15, - 103, + 102, 15, null, const [], @@ -4694,7 +4755,7 @@ final _data = { 166, const prefix0.ContainedReflectable(), 15, - 60, + 59, 15, null, const [], @@ -4706,8 +4767,8 @@ final _data = { 167, const prefix0.ContainedReflectable(), -1, - 104, - 104, + 103, + 103, const [], const [], null, @@ -4718,8 +4779,8 @@ final _data = { 168, const prefix0.ContainedReflectable(), -1, - 105, - 105, + 104, + 104, const [], const [], null, @@ -4754,8 +4815,8 @@ final _data = { 170, const prefix0.ContainedReflectable(), -1, - 106, - 106, + 105, + 105, const [], const [], null, @@ -4778,8 +4839,8 @@ final _data = { 171, const prefix0.ContainedReflectable(), -1, - 106, - 106, + 105, + 105, const [], const [], null, @@ -4862,7 +4923,7 @@ final _data = { 175, const prefix0.ContainedReflectable(), 15, - 60, + 59, 15, null, const [], @@ -4886,7 +4947,7 @@ final _data = { 176, const prefix0.ContainedReflectable(), 15, - 60, + 59, 15, null, const [], @@ -4922,8 +4983,8 @@ final _data = { 180, const prefix0.ContainedReflectable(), -1, - 106, - 106, + 105, + 105, const [], const [], null, @@ -4934,8 +4995,8 @@ final _data = { 181, const prefix0.ContainedReflectable(), -1, - 106, - 106, + 105, + 105, const [], const [], null, @@ -4946,7 +5007,7 @@ final _data = { 182, const prefix0.ContainedReflectable(), 10, - 59, + 58, 10, null, const [], @@ -5030,7 +5091,7 @@ final _data = { 185, const prefix0.ContainedReflectable(), 15, - 60, + 59, 15, null, const [], @@ -5138,7 +5199,7 @@ final _data = { 188, const prefix0.ContainedReflectable(), 15, - 60, + 59, 15, null, const [], @@ -5156,22 +5217,10 @@ final _data = { 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, + 196, const prefix0.ContainedReflectable(), 9, 9, @@ -5183,7 +5232,7 @@ final _data = { r.ParameterMirrorImpl( r'fill', 6, - 197, + 196, const prefix0.ContainedReflectable(), -1, -1, @@ -5192,6 +5241,18 @@ final _data = { const [], null, null), + r.ParameterMirrorImpl( + r'growable', + 134363142, + 196, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + #growable), r.ParameterMirrorImpl( r'growable', 134363142, @@ -5204,6 +5265,18 @@ final _data = { const [], null, #growable), + r.ParameterMirrorImpl( + r'elements', + 151126022, + 198, + const prefix0.ContainedReflectable(), + 15, + 106, + 15, + null, + const [], + null, + null), r.ParameterMirrorImpl( r'growable', 134363142, @@ -5222,7 +5295,7 @@ final _data = { 199, const prefix0.ContainedReflectable(), 15, - 107, + 59, 15, null, const [], @@ -5240,34 +5313,10 @@ final _data = { 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, + 200, const prefix0.ContainedReflectable(), 9, 9, @@ -5279,11 +5328,11 @@ final _data = { r.ParameterMirrorImpl( r'generator', 134217734, - 201, + 200, const prefix0.ContainedReflectable(), -1, - 108, - 108, + 107, + 107, const [], const [], null, @@ -5291,7 +5340,7 @@ final _data = { r.ParameterMirrorImpl( r'growable', 134363142, - 201, + 200, const prefix0.ContainedReflectable(), 8, 8, @@ -5303,10 +5352,10 @@ final _data = { r.ParameterMirrorImpl( r'elements', 151126022, - 202, + 201, const prefix0.ContainedReflectable(), 15, - 107, + 106, 15, null, const [], @@ -5351,7 +5400,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 203, + 202, const prefix0.ContainedReflectable(), 4, 4, @@ -5363,7 +5412,7 @@ final _data = { r.ParameterMirrorImpl( r'invocation', 134348806, - 204, + 203, const prefix0.ContainedReflectable(), 5, 5, @@ -5372,6 +5421,18 @@ final _data = { const [], null, null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 209, + const prefix0.ContainedReflectable(), + 12, + 12, + 12, + const [], + const [], + null, + null), r.ParameterMirrorImpl( r'other', 134348806, @@ -5387,19 +5448,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 211, - const prefix0.ContainedReflectable(), - 12, - 12, - 12, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'other', - 134348806, - 224, + 223, const prefix0.ContainedReflectable(), 4, 4, @@ -5411,10 +5460,10 @@ final _data = { r.ParameterMirrorImpl( r'source', 151126022, - 231, + 230, const prefix0.ContainedReflectable(), 14, - 109, + 108, 14, null, const [], @@ -5423,6 +5472,18 @@ final _data = { r.ParameterMirrorImpl( r'value', 67239942, + 232, + const prefix0.ContainedReflectable(), + 4, + 4, + 4, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'key', + 67239942, 233, const prefix0.ContainedReflectable(), 4, @@ -5444,22 +5505,10 @@ final _data = { 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, + 235, const prefix0.ContainedReflectable(), -1, -1, @@ -5471,7 +5520,7 @@ final _data = { r.ParameterMirrorImpl( r'value', 6, - 236, + 235, const prefix0.ContainedReflectable(), -1, -1, @@ -5483,11 +5532,11 @@ final _data = { r.ParameterMirrorImpl( r'convert', 134217734, - 237, + 236, const prefix0.ContainedReflectable(), -1, - 110, - 110, + 109, + 109, const [], const [], null, @@ -5495,7 +5544,7 @@ final _data = { r.ParameterMirrorImpl( r'newEntries', 151126022, - 238, + 237, const prefix0.ContainedReflectable(), 15, 72, @@ -5507,7 +5556,7 @@ final _data = { r.ParameterMirrorImpl( r'key', 6, - 239, + 238, const prefix0.ContainedReflectable(), -1, -1, @@ -5519,11 +5568,11 @@ final _data = { r.ParameterMirrorImpl( r'update', 134217734, - 239, + 238, const prefix0.ContainedReflectable(), -1, - 111, - 111, + 110, + 110, const [], const [], null, @@ -5531,6 +5580,18 @@ final _data = { r.ParameterMirrorImpl( r'ifAbsent', 67121158, + 238, + const prefix0.ContainedReflectable(), + -1, + 111, + 111, + const [], + const [], + null, + #ifAbsent), + r.ParameterMirrorImpl( + r'update', + 134217734, 239, const prefix0.ContainedReflectable(), -1, @@ -5539,9 +5600,9 @@ final _data = { const [], const [], null, - #ifAbsent), + null), r.ParameterMirrorImpl( - r'update', + r'test', 134217734, 240, const prefix0.ContainedReflectable(), @@ -5552,22 +5613,10 @@ final _data = { 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, + 241, const prefix0.ContainedReflectable(), -1, -1, @@ -5579,11 +5628,11 @@ final _data = { r.ParameterMirrorImpl( r'ifAbsent', 134217734, - 242, + 241, const prefix0.ContainedReflectable(), -1, - 115, - 115, + 114, + 114, const [], const [], null, @@ -5591,7 +5640,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 151126022, - 243, + 242, const prefix0.ContainedReflectable(), 14, 75, @@ -5603,7 +5652,7 @@ final _data = { r.ParameterMirrorImpl( r'key', 67239942, - 244, + 243, const prefix0.ContainedReflectable(), 4, 4, @@ -5615,22 +5664,34 @@ final _data = { r.ParameterMirrorImpl( r'action', 134217734, - 246, + 245, const prefix0.ContainedReflectable(), -1, - 116, - 116, + 115, + 115, const [], const [], null, null), + r.ParameterMirrorImpl( + r'other', + 151126022, + 253, + const prefix0.ContainedReflectable(), + 14, + 116, + 14, + null, + const [], + null, + null), r.ParameterMirrorImpl( r'other', 151126022, 254, const prefix0.ContainedReflectable(), 14, - 117, + 75, 14, null, const [], @@ -5642,19 +5703,7 @@ final _data = { 255, const prefix0.ContainedReflectable(), 14, - 75, - 14, - null, - const [], - null, - null), - r.ParameterMirrorImpl( - r'other', - 151126022, - 256, - const prefix0.ContainedReflectable(), - 14, - 117, + 116, 14, null, const [], @@ -5663,10 +5712,10 @@ final _data = { r.ParameterMirrorImpl( r'iterable', 151126022, - 258, + 257, const prefix0.ContainedReflectable(), 15, - 107, + 106, 15, null, const [], @@ -5675,11 +5724,11 @@ final _data = { r.ParameterMirrorImpl( r'key', 67121158, - 258, + 257, const prefix0.ContainedReflectable(), -1, - 118, - 118, + 117, + 117, const [], const [], null, @@ -5687,11 +5736,11 @@ final _data = { r.ParameterMirrorImpl( r'value', 67121158, - 258, + 257, const prefix0.ContainedReflectable(), -1, - 119, - 119, + 118, + 118, const [], const [], null, @@ -5699,7 +5748,7 @@ final _data = { r.ParameterMirrorImpl( r'keys', 151126022, - 259, + 258, const prefix0.ContainedReflectable(), 15, 73, @@ -5711,7 +5760,7 @@ final _data = { r.ParameterMirrorImpl( r'values', 151126022, - 259, + 258, const prefix0.ContainedReflectable(), 15, 74, @@ -5723,7 +5772,7 @@ final _data = { r.ParameterMirrorImpl( r'entries', 151126022, - 260, + 259, const prefix0.ContainedReflectable(), 15, 72, @@ -5735,10 +5784,10 @@ final _data = { r.ParameterMirrorImpl( r'source', 151126022, - 261, + 260, const prefix0.ContainedReflectable(), 15, - 120, + 119, 15, null, const [], @@ -5747,7 +5796,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 151126022, - 263, + 262, const prefix0.ContainedReflectable(), 15, 78, @@ -5759,6 +5808,18 @@ final _data = { r.ParameterMirrorImpl( r'toElement', 134217734, + 263, + const prefix0.ContainedReflectable(), + -1, + 120, + 120, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, 264, const prefix0.ContainedReflectable(), -1, @@ -5768,26 +5829,14 @@ final _data = { 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, + 266, const prefix0.ContainedReflectable(), -1, - 123, - 123, + 122, + 122, const [], const [], null, @@ -5795,7 +5844,7 @@ final _data = { r.ParameterMirrorImpl( r'element', 67239942, - 268, + 267, const prefix0.ContainedReflectable(), 4, 4, @@ -5807,6 +5856,18 @@ final _data = { r.ParameterMirrorImpl( r'action', 134217734, + 268, + const prefix0.ContainedReflectable(), + -1, + 123, + 123, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'combine', + 134217734, 269, const prefix0.ContainedReflectable(), -1, @@ -5816,6 +5877,18 @@ final _data = { const [], null, null), + r.ParameterMirrorImpl( + r'initialValue', + 6, + 270, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), r.ParameterMirrorImpl( r'combine', 134217734, @@ -5828,38 +5901,14 @@ final _data = { 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, + 271, const prefix0.ContainedReflectable(), -1, - 122, - 122, + 121, + 121, const [], const [], null, @@ -5867,7 +5916,7 @@ final _data = { r.ParameterMirrorImpl( r'separator', 134354950, - 273, + 272, const prefix0.ContainedReflectable(), 7, 7, @@ -5879,11 +5928,11 @@ final _data = { r.ParameterMirrorImpl( r'test', 134217734, - 274, + 273, const prefix0.ContainedReflectable(), -1, - 122, - 122, + 121, + 121, const [], const [], null, @@ -5891,7 +5940,7 @@ final _data = { r.ParameterMirrorImpl( r'growable', 134363142, - 275, + 274, const prefix0.ContainedReflectable(), 8, 8, @@ -5903,7 +5952,7 @@ final _data = { r.ParameterMirrorImpl( r'count', 134348806, - 277, + 276, const prefix0.ContainedReflectable(), 9, 9, @@ -5915,11 +5964,11 @@ final _data = { r.ParameterMirrorImpl( r'test', 134217734, - 278, + 277, const prefix0.ContainedReflectable(), -1, - 122, - 122, + 121, + 121, const [], const [], null, @@ -5927,7 +5976,7 @@ final _data = { r.ParameterMirrorImpl( r'count', 134348806, - 279, + 278, const prefix0.ContainedReflectable(), 9, 9, @@ -5936,26 +5985,50 @@ final _data = { const [], null, null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 279, + const prefix0.ContainedReflectable(), + -1, + 121, + 121, + const [], + const [], + null, + null), r.ParameterMirrorImpl( r'test', 134217734, 280, const prefix0.ContainedReflectable(), -1, - 122, - 122, + 121, + 121, const [], const [], null, null), + r.ParameterMirrorImpl( + r'orElse', + 67121158, + 280, + const prefix0.ContainedReflectable(), + -1, + 126, + 126, + const [], + const [], + null, + #orElse), r.ParameterMirrorImpl( r'test', 134217734, 281, const prefix0.ContainedReflectable(), -1, - 122, - 122, + 121, + 121, const [], const [], null, @@ -5966,8 +6039,8 @@ final _data = { 281, const prefix0.ContainedReflectable(), -1, - 127, - 127, + 126, + 126, const [], const [], null, @@ -5978,8 +6051,8 @@ final _data = { 282, const prefix0.ContainedReflectable(), -1, - 122, - 122, + 121, + 121, const [], const [], null, @@ -5990,32 +6063,8 @@ final _data = { 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, + 126, + 126, const [], const [], null, @@ -6023,7 +6072,7 @@ final _data = { r.ParameterMirrorImpl( r'index', 134348806, - 284, + 283, const prefix0.ContainedReflectable(), 9, 9, @@ -6032,10 +6081,82 @@ final _data = { const [], null, null), + r.ParameterMirrorImpl( + r'iterable', + 151126022, + 285, + const prefix0.ContainedReflectable(), + 15, + 106, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'leftDelimiter', + 134354950, + 285, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'rightDelimiter', + 134354950, + 285, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'iterable', + 151126022, + 286, + const prefix0.ContainedReflectable(), + 15, + 106, + 15, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'leftDelimiter', + 134354950, + 286, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'rightDelimiter', + 134354950, + 286, + const prefix0.ContainedReflectable(), + 7, + 7, + 7, + const [], + const [], + null, + null), r.ParameterMirrorImpl( r'count', 134348806, - 294, + 295, const prefix0.ContainedReflectable(), 9, 9, @@ -6047,11 +6168,11 @@ final _data = { r.ParameterMirrorImpl( r'generator', 67112966, - 294, + 295, const prefix0.ContainedReflectable(), -1, - 128, - 128, + 127, + 127, const [], const [], null, @@ -6081,7 +6202,6 @@ final _data = { const m.TypeValue>().type, Symbol, Deprecated, - Null, prefix5.InstanceInvokeCapability, prefix5.StaticInvokeCapability, prefix5.TopLevelInvokeCapability, @@ -6129,6 +6249,7 @@ final _data = { const m.TypeValue>().type, prefix4.LibraryDependencyMirror, const m.TypeValue>().type, + Null, const r.FakeType(r'dart.core.Map'), const r.FakeType(r'dart.core.Map'), const r.FakeType(r'dart.core.Map'), @@ -6159,7 +6280,6 @@ final _data = { 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'), @@ -6265,7 +6385,7 @@ final _data = { r'reflectable.src.reflectable_builder_based', Uri.parse('package:reflectable/src/reflectable_builder_based.dart'), const prefix0.ContainedReflectable(), - const [1, 2, 3, 37], + const [1, 2, 3, 35], { r'pleaseInitializeMessage': () => prefix2.pleaseInitializeMessage, r'data': () => prefix2.data, @@ -6290,14 +6410,12 @@ final _data = { null), r.LibraryMirrorImpl( r'dart.core', - Uri.parse(r'reflectable://4/dart.core'), + Uri.parse(r'reflectable://4/library dart:core'), const prefix0.ContainedReflectable(), - const [4, 5, 6, 7, 38, 39, 40], + const [4, 5, 36, 37, 38], { r'deprecated': () => deprecated, r'override': () => override, - r'provisional': () => provisional, - r'proxy': () => proxy, r'identical': () => identical, r'identityHashCode': () => identityHashCode, r'print': () => print @@ -6319,6 +6437,8 @@ final _data = { Uri.parse('package:reflectable/capability.dart'), const prefix0.ContainedReflectable(), const [ + 6, + 7, 8, 9, 10, @@ -6338,13 +6458,11 @@ final _data = { 24, 25, 26, - 27, - 28, - 45, - 46, - 47, - 48, - 49 + 41, + 42, + 43, + 44, + 45 ], { r'instanceInvokeCapability': () => diff --git a/packages/container/angel_container_generator/pubspec.yaml b/packages/container/angel_container_generator/pubspec.yaml index 527442ee..c91db0bb 100644 --- a/packages/container/angel_container_generator/pubspec.yaml +++ b/packages/container/angel_container_generator/pubspec.yaml @@ -1,18 +1,18 @@ name: angel3_container_generator -version: 7.1.0-beta.1 +version: 8.0.0 description: Codegen support for using pkg:reflectable with pkg:angel3_container. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/container/angel_container_generator environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_container: ^7.1.0-beta.1 - reflectable: ^4.0.2 + angel3_container: ^8.0.0 + reflectable: ^4.0.0 dev_dependencies: - build_runner: ^2.3.0 - build_test: ^2.1.3 + build_runner: ^2.4.0 + build_test: ^2.1.0 test: ^1.24.0 - lints: ^2.0.0 -#dependency_overrides: -# angel3_container: -# path: ../angel_container + lints: ^2.1.0 +dependency_overrides: + angel3_container: + path: ../angel_container diff --git a/packages/container/angel_container_generator/test/reflector_test.reflectable.dart b/packages/container/angel_container_generator/test/reflector_test.reflectable.dart index edb12297..1cd81134 100644 --- a/packages/container/angel_container_generator/test/reflector_test.reflectable.dart +++ b/packages/container/angel_container_generator/test/reflector_test.reflectable.dart @@ -35,8 +35,8 @@ final _data = { 134217735, 0, const prefix0.ContainedReflectable(), - const [29, 89, 90], - const [91, 92, 93, 94, 95, 88, 89], + const [27, 85, 86], + const [87, 88, 89, 90, 91, 84, 85], const [], 8, {}, @@ -56,8 +56,8 @@ final _data = { 134217735, 1, const prefix0.ContainedReflectable(), - const [30, 31, 96, 99, 100], - const [91, 96, 93, 94, 95, 97, 98], + const [28, 29, 92, 95, 96], + const [87, 92, 89, 90, 91, 93, 94], const [], 8, {}, @@ -79,8 +79,8 @@ final _data = { 134217735, 2, const prefix0.ContainedReflectable(), - const [101], - const [91, 96, 93, 94, 95, 97, 98], + const [97], + const [87, 92, 89, 90, 91, 93, 94], const [], 1, {}, @@ -100,8 +100,8 @@ final _data = { 134217735, 3, const prefix0.ContainedReflectable(), - const [32, 103, 104], - const [91, 92, 93, 94, 95, 102, 103], + const [30, 99, 100], + const [87, 88, 89, 90, 91, 98, 99], const [], 8, {}, @@ -120,8 +120,8 @@ final _data = { 134217735, 4, const prefix0.ContainedReflectable(), - const [33, 106, 107], - const [91, 92, 93, 94, 95, 105, 106], + const [31, 102, 103], + const [87, 88, 89, 90, 91, 101, 102], const [], 8, {}, @@ -138,8 +138,8 @@ final _data = { 134217735, 5, const prefix0.ContainedReflectable(), - const [34, 35, 110, 111], - const [91, 92, 93, 94, 95, 108, 109, 110], + const [32, 33, 106, 107], + const [87, 88, 89, 90, 91, 104, 105, 106], const [], 8, {}, @@ -159,9 +159,9 @@ final _data = { 138412039, 6, const prefix0.ContainedReflectable(), - const [36, 37, 38, 39, 40, 41, 119], - const [91, 92, 93, 94, 95, 120], - const [112, 113, 114, 115, 116, 117, 118], + const [34, 35, 36, 37, 38, 39, 115], + const [87, 88, 89, 90, 91, 116], + const [108, 109, 110, 111, 112, 113, 114], 9, { r'water': () => prefix1.PokemonType.water, @@ -185,21 +185,21 @@ final _data = { 134217735, 7, const prefix0.ContainedReflectable(), - const [121], + const [117], const [ + 87, + 88, + 89, + 90, 91, - 92, - 93, - 94, - 95, + 118, + 119, + 120, + 121, 122, 123, 124, - 125, - 126, - 127, - 128, - 129 + 125 ], const [], 10, @@ -217,9 +217,9 @@ final _data = { 134217735, 8, const prefix0.ContainedReflectable(), - const [91, 92, 93, 130, 131, 132, 94, 95, 133], - const [91, 92, 93, 94, 95], - const [130, 131, 132], + const [87, 88, 89, 126, 127, 128, 90, 91, 129], + const [87, 88, 89, 90, 91], + const [126, 127, 128], null, { r'hash': () => Object.hash, @@ -239,9 +239,9 @@ final _data = { 134218247, 9, const prefix0.ContainedReflectable(), - const [134, 135, 120, 136], - const [91, 92, 93, 94, 95, 120], - const [134, 135], + const [130, 131, 116, 132], + const [87, 88, 89, 90, 91, 116], + const [130, 131], 8, { r'compareByIndex': () => Enum.compareByIndex, @@ -260,23 +260,23 @@ final _data = { 134218247, 10, const prefix0.ContainedReflectable(), - const [43, 44, 137, 140, 141], + const [41, 42, 133, 136, 137], const [ + 87, + 88, + 89, + 90, 91, - 92, - 93, - 94, - 95, + 118, + 119, + 120, + 121, 122, 123, 124, - 125, - 126, - 127, - 128, - 129 + 125 ], - const [137, 138, 139], + const [133, 134, 135], 11, { r'getInstance': () => prefix2.Reflectable.getInstance, @@ -296,21 +296,21 @@ final _data = { 134218247, 11, const prefix0.ContainedReflectable(), - const [123, 124, 125, 126, 127, 128, 129, 142, 143], + const [119, 120, 121, 122, 123, 124, 125, 138, 139], const [ + 87, + 88, + 89, + 90, 91, - 92, - 93, - 94, - 95, + 118, + 119, + 120, + 121, 122, 123, 124, - 125, - 126, - 127, - 128, - 129 + 125 ], const [], 12, @@ -328,8 +328,8 @@ final _data = { 134217735, 12, const prefix0.ContainedReflectable(), - const [122, 144, 145], - const [91, 92, 93, 94, 95, 122], + const [118, 140, 141], + const [87, 88, 89, 90, 91, 118], const [], 8, {}, @@ -365,6 +365,10 @@ final _data = { 13, const prefix0.ContainedReflectable(), const [ + 142, + 143, + 144, + 145, 146, 147, 148, @@ -373,13 +377,9 @@ final _data = { 151, 152, 153, - 154, - 155, - 156, - 157, - 158 + 154 ], - const [91, 92, 93, 94, 95, 147, 153], + const [87, 88, 89, 90, 91, 143, 149], const [], 8, {}, @@ -412,11 +412,11 @@ final _data = { 134217735, 14, const prefix0.ContainedReflectable(), - const [159, 160, 161, 162, 163, 164, 165], - const [91, 162, 93, 163, 95, 159, 160, 161], - const [], + const [155, 156, 157, 158, 159, 160, 161, 162, 163], + const [87, 160, 89, 161, 91, 157, 158, 159], + const [155, 156], 8, - {}, + {r'parse': () => bool.parse, r'tryParse': () => bool.tryParse}, {}, { r'fromEnvironment': (bool b) => (name, {defaultValue}) => b @@ -437,6 +437,8 @@ final _data = { 15, const prefix0.ContainedReflectable(), const [ + 164, + 165, 166, 167, 168, @@ -469,11 +471,9 @@ final _data = { 195, 196, 197, - 198, - 199, - 200 + 198 ], - const [91, 92, 93, 94, 95], + const [87, 88, 89, 90, 91], const [], 8, {}, @@ -499,6 +499,8 @@ final _data = { 16, const prefix0.ContainedReflectable(), const [ + 199, + 200, 201, 202, 203, @@ -527,12 +529,10 @@ final _data = { 226, 227, 228, - 229, - 230, - 231 + 229 ], - const [91, 92, 93, 94, 95], - const [225, 226], + const [87, 88, 89, 90, 91], + const [223, 224], -1, {r'parse': () => int.parse, r'tryParse': () => int.tryParse}, {}, @@ -552,8 +552,8 @@ final _data = { 134218247, 17, const prefix0.ContainedReflectable(), - const [232, 233, 234, 235], - const [91, 92, 93, 94, 95], + const [230, 231, 232, 233], + const [87, 88, 89, 90, 91], const [], 8, {}, @@ -571,6 +571,8 @@ final _data = { 18, const prefix0.ContainedReflectable(), const [ + 234, + 235, 236, 237, 238, @@ -611,13 +613,10 @@ final _data = { 273, 274, 275, - 276, - 277, - 278, - 279 + 276 ], - const [91, 92, 93, 94, 95], - const [236, 237, 238], + const [87, 88, 89, 90, 91], + const [234, 235, 236], 8, { r'castFrom': () => List.castFrom, @@ -626,8 +625,6 @@ final _data = { }, {}, { - 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) => @@ -656,8 +653,8 @@ final _data = { 134218247, 19, const prefix0.ContainedReflectable(), - const [280, 281, 282, 283, 284, 285, 286], - const [91, 92, 93, 94, 95], + const [277, 278, 279, 280, 281, 282, 283], + const [87, 88, 89, 90, 91], const [], 8, {}, @@ -675,6 +672,9 @@ final _data = { 20, const prefix0.ContainedReflectable(), const [ + 284, + 285, + 286, 287, 288, 289, @@ -685,12 +685,9 @@ final _data = { 294, 295, 296, - 297, - 298, - 299, - 300 + 297 ], - const [91, 92, 93, 94, 95], + const [87, 88, 89, 90, 91], const [], 8, {}, @@ -707,8 +704,8 @@ final _data = { 134218247, 21, const prefix0.ContainedReflectable(), - const [301, 302, 303, 304, 305, 306, 307], - const [91, 92, 93, 94, 95], + const [298, 299, 300, 301, 302, 303, 304], + const [87, 88, 89, 90, 91], const [], 8, {}, @@ -726,6 +723,9 @@ final _data = { 22, const prefix0.ContainedReflectable(), const [ + 305, + 306, + 307, 308, 309, 310, @@ -752,13 +752,10 @@ final _data = { 331, 332, 333, - 334, - 335, - 336, - 337 + 334 ], - const [91, 92, 93, 94, 95], - const [308], + const [87, 88, 89, 90, 91], + const [305], 8, {r'castFrom': () => Map.castFrom}, {}, @@ -791,6 +788,9 @@ final _data = { 23, const prefix0.ContainedReflectable(), const [ + 335, + 336, + 337, 338, 339, 340, @@ -824,15 +824,17 @@ final _data = { 368, 369, 370, - 371, - 372 + 371 ], const [ + 87, + 359, + 89, + 90, 91, - 362, - 93, - 94, - 95, + 336, + 337, + 338, 339, 340, 341, @@ -853,19 +855,20 @@ final _data = { 356, 357, 358, - 359, - 360, - 361, + 363, 364, 365, 366, 367, - 368, - 369 + 368 ], - const [338], + const [335, 360, 361], 8, - {r'castFrom': () => Iterable.castFrom}, + { + r'castFrom': () => Iterable.castFrom, + r'iterableToShortString': () => Iterable.iterableToShortString, + r'iterableToFullString': () => Iterable.iterableToFullString + }, {}, { r'generate': (bool b) => (count, [generator]) => @@ -886,8 +889,8 @@ final _data = { 134218247, 24, const prefix0.ContainedReflectable(), - const [373], - const [91, 92, 93, 94, 95], + const [372], + const [87, 88, 89, 90, 91], const [], 8, {}, @@ -932,22 +935,6 @@ final _data = { 8, 8, 8, const [], const []), - r.VariableMirrorImpl( - r'provisional', - 75629717, - -1, - const prefix0.ContainedReflectable(), - -1, - 26, - 26, const [], const []), - r.VariableMirrorImpl( - r'proxy', - 75629717, - -1, - const prefix0.ContainedReflectable(), - -1, - 26, - 26, const [], const []), r.VariableMirrorImpl( r'pleaseInitializeMessage', 142738581, @@ -962,9 +949,9 @@ final _data = { -1, const prefix0.ContainedReflectable(), 22, - 27, + 26, 22, - const [10, 28], + const [10, 27], const []), r.VariableMirrorImpl( r'memberSymbolMap', @@ -972,9 +959,9 @@ final _data = { -1, const prefix0.ContainedReflectable(), 22, - 29, + 28, 22, - const [30, 15], + const [29, 15], const []), r.VariableMirrorImpl( r'instanceInvokeCapability', @@ -982,10 +969,18 @@ final _data = { -1, const prefix0.ContainedReflectable(), -1, + 30, + 30, const [], const []), + r.VariableMirrorImpl( + r'staticInvokeCapability', + 142738581, + -1, + const prefix0.ContainedReflectable(), + -1, 31, 31, const [], const []), r.VariableMirrorImpl( - r'staticInvokeCapability', + r'topLevelInvokeCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -993,7 +988,7 @@ final _data = { 32, 32, const [], const []), r.VariableMirrorImpl( - r'topLevelInvokeCapability', + r'newInstanceCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -1001,7 +996,7 @@ final _data = { 33, 33, const [], const []), r.VariableMirrorImpl( - r'newInstanceCapability', + r'metadataCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -1009,7 +1004,7 @@ final _data = { 34, 34, const [], const []), r.VariableMirrorImpl( - r'metadataCapability', + r'typeCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -1017,7 +1012,7 @@ final _data = { 35, 35, const [], const []), r.VariableMirrorImpl( - r'typeCapability', + r'typeRelationsCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -1025,7 +1020,7 @@ final _data = { 36, 36, const [], const []), r.VariableMirrorImpl( - r'typeRelationsCapability', + r'reflectedTypeCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -1033,7 +1028,7 @@ final _data = { 37, 37, const [], const []), r.VariableMirrorImpl( - r'reflectedTypeCapability', + r'libraryCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -1041,7 +1036,7 @@ final _data = { 38, 38, const [], const []), r.VariableMirrorImpl( - r'libraryCapability', + r'declarationsCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -1049,7 +1044,7 @@ final _data = { 39, 39, const [], const []), r.VariableMirrorImpl( - r'declarationsCapability', + r'uriCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -1057,7 +1052,7 @@ final _data = { 40, 40, const [], const []), r.VariableMirrorImpl( - r'uriCapability', + r'libraryDependenciesCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -1065,7 +1060,7 @@ final _data = { 41, 41, const [], const []), r.VariableMirrorImpl( - r'libraryDependenciesCapability', + r'invokingCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -1073,7 +1068,7 @@ final _data = { 42, 42, const [], const []), r.VariableMirrorImpl( - r'invokingCapability', + r'typingCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -1081,7 +1076,7 @@ final _data = { 43, 43, const [], const []), r.VariableMirrorImpl( - r'typingCapability', + r'delegateCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -1089,7 +1084,7 @@ final _data = { 44, 44, const [], const []), r.VariableMirrorImpl( - r'delegateCapability', + r'subtypeQuantifyCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -1097,7 +1092,7 @@ final _data = { 45, 45, const [], const []), r.VariableMirrorImpl( - r'subtypeQuantifyCapability', + r'superclassQuantifyCapability', 142738581, -1, const prefix0.ContainedReflectable(), @@ -1105,45 +1100,37 @@ final _data = { 46, 46, const [], const []), r.VariableMirrorImpl( - r'superclassQuantifyCapability', + r'typeAnnotationQuantifyCapability', 142738581, -1, const prefix0.ContainedReflectable(), -1, 47, 47, const [], const []), - r.VariableMirrorImpl( - r'typeAnnotationQuantifyCapability', - 142738581, - -1, - const prefix0.ContainedReflectable(), - -1, - 48, - 48, const [], const []), r.VariableMirrorImpl( r'typeAnnotationDeepQuantifyCapability', 142738581, -1, const prefix0.ContainedReflectable(), -1, - 48, - 48, const [], const []), + 47, + 47, const [], const []), r.VariableMirrorImpl( r'correspondingSetterQuantifyCapability', 142738581, -1, const prefix0.ContainedReflectable(), -1, - 49, - 49, const [], const []), + 48, + 48, const [], const []), r.VariableMirrorImpl( r'admitSubtypeCapability', 142738581, -1, const prefix0.ContainedReflectable(), -1, - 50, - 50, const [], const []), + 49, + 49, const [], const []), r.VariableMirrorImpl( r'pokemon', 134349829, @@ -1254,7 +1241,7 @@ final _data = { 6, const prefix0.ContainedReflectable(), 18, - 51, + 50, 18, const [6], const []), @@ -1327,18 +1314,16 @@ final _data = { r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 2, 24), r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 3, 25), r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 4, 26), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 5, 27), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 6, 28), - r.ImplicitSetterMirrorImpl(const prefix0.ContainedReflectable(), 6, 29), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 7, 30), - r.ImplicitSetterMirrorImpl(const prefix0.ContainedReflectable(), 7, 31), + r.ImplicitSetterMirrorImpl(const prefix0.ContainedReflectable(), 4, 27), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 5, 28), + r.ImplicitSetterMirrorImpl(const prefix0.ContainedReflectable(), 5, 29), r.MethodMirrorImpl( r'reflectors', 44040211, -1, -1, + 51, 52, - 53, const [10], const [], const prefix0.ContainedReflectable(), @@ -1398,6 +1383,8 @@ final _data = { const [25, 26, 27, 28], const prefix0.ContainedReflectable(), const []), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 6, 36), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 7, 37), r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 8, 38), r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 9, 39), r.ImplicitGetterMirrorImpl( @@ -1434,11 +1421,7 @@ final _data = { const prefix0.ContainedReflectable(), 25, 55), r.ImplicitGetterMirrorImpl( const prefix0.ContainedReflectable(), 26, 56), - r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 27, 57), - r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 28, 58), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 0, 59), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 0, 57), r.MethodMirrorImpl( r'lowercaseName', 2097155, @@ -1491,8 +1474,8 @@ final _data = { const [], const prefix0.ContainedReflectable(), const [override]), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 1, 68), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 2, 69), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 1, 66), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 2, 67), r.MethodMirrorImpl( r'', 0, @@ -1526,18 +1509,18 @@ final _data = { const [36, 37], const prefix0.ContainedReflectable(), const []), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 3, 73), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 3, 71), r.MethodMirrorImpl(r'lowerName', 2097155, 3, 15, 15, 15, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'', 0, 3, -1, 3, 3, const [], const [38], const prefix0.ContainedReflectable(), const []), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 4, 76), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 4, 74), r.MethodMirrorImpl(r'title', 2097155, 4, 15, 15, 15, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'', 0, 4, -1, 4, 4, const [], const [39], const prefix0.ContainedReflectable(), const []), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 5, 79), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 6, 80), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 5, 77), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 6, 78), r.MethodMirrorImpl( r'totalLength', 2097155, @@ -1560,17 +1543,17 @@ final _data = { const [40, 41], const prefix0.ContainedReflectable(), const []), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 7, 83), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 8, 84), - r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 9, 85), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 7, 81), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 8, 82), + r.ImplicitGetterMirrorImpl(const prefix0.ContainedReflectable(), 9, 83), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 10, 86), + const prefix0.ContainedReflectable(), 10, 84), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 11, 87), + const prefix0.ContainedReflectable(), 11, 85), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 12, 88), + const prefix0.ContainedReflectable(), 12, 86), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 13, 89), + const prefix0.ContainedReflectable(), 13, 87), r.MethodMirrorImpl(r'', 192, 6, -1, 6, 6, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'index', 2097155, 9, 16, 16, 16, const [], @@ -1582,7 +1565,7 @@ final _data = { 35651587, 12, 18, - 54, + 53, 18, const [24], const [], @@ -1648,9 +1631,9 @@ final _data = { 35651587, 11, 22, - 56, + 55, 22, - const [55, 21], + const [54, 21], const [], const prefix0.ContainedReflectable(), const [override]), @@ -1659,9 +1642,9 @@ final _data = { 35651587, 11, 23, - 58, + 57, 23, - const [57], + const [56], const [], const prefix0.ContainedReflectable(), const [override]), @@ -1748,9 +1731,9 @@ final _data = { const prefix0.ContainedReflectable(), const []), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 14, 109), + const prefix0.ContainedReflectable(), 14, 107), r.ImplicitGetterMirrorImpl( - const prefix0.ContainedReflectable(), 15, 110), + const prefix0.ContainedReflectable(), 15, 108), r.MethodMirrorImpl( r'', 128, @@ -1795,8 +1778,8 @@ final _data = { 2097667, 13, -1, - 30, - 30, + 29, + 29, const [], const [], const prefix0.ContainedReflectable(), @@ -1806,7 +1789,7 @@ final _data = { 35651587, 13, 18, - 59, + 58, 18, const [17], const [], @@ -1817,13 +1800,13 @@ final _data = { 35652099, 13, 18, - 60, + 59, 18, null, const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'namedArguments', 35652099, 13, 22, 61, 22, null, + r.MethodMirrorImpl(r'namedArguments', 35652099, 13, 22, 60, 22, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'isMethod', 2097667, 13, 14, 14, 14, const [], const [], const prefix0.ContainedReflectable(), const []), @@ -1879,12 +1862,34 @@ final _data = { const [115, 116], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'parse', + 2097170, + 14, + 14, + 14, + 14, + const [], + const [117, 118], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'tryParse', + 2097170, + 14, + 14, + 14, + 14, + const [], + const [119, 120], + const prefix0.ContainedReflectable(), + const []), r.MethodMirrorImpl(r'&', 2097154, 14, 14, 14, 14, const [], - const [117], const prefix0.ContainedReflectable(), const []), + const [121], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'|', 2097154, 14, 14, 14, 14, const [], - const [118], const prefix0.ContainedReflectable(), const []), + const [122], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'^', 2097154, 14, 14, 14, 14, const [], - const [119], const prefix0.ContainedReflectable(), const []), + const [123], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'toString', 2097154, 14, 15, 15, 15, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'hashCode', 2097155, 14, 16, 16, 16, const [], @@ -1897,7 +1902,7 @@ final _data = { 14, 14, const [], - const [120, 121], + const [124, 125], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -1908,11 +1913,11 @@ final _data = { 14, 14, const [], - const [122], + const [126], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'[]', 2097666, 15, 15, 15, 15, const [], - const [123], const prefix0.ContainedReflectable(), const []), + const [127], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'codeUnitAt', 2097666, @@ -1921,15 +1926,15 @@ final _data = { 16, 16, const [], - const [124], + const [128], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'==', 2097666, 15, 14, 14, 14, const [], - const [125], const prefix0.ContainedReflectable(), const []), + const [129], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'compareTo', 2097666, 15, 16, 16, 16, const [], - const [126], const prefix0.ContainedReflectable(), const []), + const [130], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'endsWith', 2097666, 15, 14, 14, 14, const [], - const [127], const prefix0.ContainedReflectable(), const []), + const [131], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'startsWith', 2097666, @@ -1938,7 +1943,7 @@ final _data = { 14, 14, const [], - const [128, 129], + const [132, 133], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -1949,7 +1954,7 @@ final _data = { 16, 16, const [], - const [130, 131], + const [134, 135], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -1960,11 +1965,11 @@ final _data = { 16, 16, const [], - const [132, 133], + const [136, 137], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'+', 2097666, 15, 15, 15, 15, const [], - const [134], const prefix0.ContainedReflectable(), const []), + const [138], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'substring', 2097666, @@ -1973,7 +1978,7 @@ final _data = { 15, 15, const [], - const [135, 136], + const [139, 140], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'trim', 2097666, 15, 15, 15, 15, const [], @@ -1983,7 +1988,7 @@ final _data = { r.MethodMirrorImpl(r'trimRight', 2097666, 15, 15, 15, 15, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'*', 2097666, 15, 15, 15, 15, const [], - const [137], const prefix0.ContainedReflectable(), const []), + const [141], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'padLeft', 2097666, @@ -1992,7 +1997,7 @@ final _data = { 15, 15, const [], - const [138, 139], + const [142, 143], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2003,7 +2008,7 @@ final _data = { 15, 15, const [], - const [140, 141], + const [144, 145], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2014,7 +2019,7 @@ final _data = { 14, 14, const [], - const [142, 143], + const [146, 147], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2025,7 +2030,7 @@ final _data = { 15, 15, const [], - const [144, 145, 146], + const [148, 149, 150], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2036,7 +2041,7 @@ final _data = { 15, 15, const [], - const [147, 148, 149], + const [151, 152, 153], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2047,7 +2052,7 @@ final _data = { 15, 15, const [], - const [150, 151], + const [154, 155], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2058,7 +2063,7 @@ final _data = { 15, 15, const [], - const [152, 153], + const [156, 157], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2069,11 +2074,11 @@ final _data = { 15, 15, const [], - const [154, 155, 156], + const [158, 159, 160], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'split', 35652098, 15, 18, 62, 18, const [15], - const [157], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'split', 35652098, 15, 18, 61, 18, const [15], + const [161], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'splitMapJoin', 2097666, @@ -2082,7 +2087,7 @@ final _data = { 15, 15, const [], - const [158, 159, 160], + const [162, 163, 164], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2129,13 +2134,13 @@ final _data = { 35652099, 15, 18, - 63, + 62, 18, const [16], const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'runes', 2097667, 15, -1, 64, 64, const [], + r.MethodMirrorImpl(r'runes', 2097667, 15, -1, 63, 63, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'fromCharCodes', @@ -2145,11 +2150,11 @@ final _data = { 15, 15, const [], - const [161, 162, 163], + const [165, 166, 167], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'fromCharCode', 1, 15, -1, 15, 15, const [], - const [164], const prefix0.ContainedReflectable(), const []), + const [168], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'fromEnvironment', 129, @@ -2158,23 +2163,23 @@ final _data = { 15, 15, const [], - const [165, 166], + const [169, 170], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'&', 2097666, 16, 16, 16, 16, const [], - const [167], const prefix0.ContainedReflectable(), const []), + const [171], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'|', 2097666, 16, 16, 16, 16, const [], - const [168], const prefix0.ContainedReflectable(), const []), + const [172], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'^', 2097666, 16, 16, 16, 16, const [], - const [169], const prefix0.ContainedReflectable(), const []), + const [173], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'~', 2097666, 16, 16, 16, 16, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'<<', 2097666, 16, 16, 16, 16, const [], - const [170], const prefix0.ContainedReflectable(), const []), + const [174], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'>>', 2097666, 16, 16, 16, 16, const [], - const [171], const prefix0.ContainedReflectable(), const []), + const [175], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'>>>', 2097666, 16, 16, 16, 16, const [], - const [172], const prefix0.ContainedReflectable(), const []), + const [176], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'modPow', 2097666, @@ -2183,7 +2188,7 @@ final _data = { 16, 16, const [], - const [173, 174], + const [177, 178], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2194,11 +2199,11 @@ final _data = { 16, 16, const [], - const [175], + const [179], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'gcd', 2097666, 16, 16, 16, 16, const [], - const [176], const prefix0.ContainedReflectable(), const []), + const [180], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'toUnsigned', 2097666, @@ -2207,11 +2212,11 @@ final _data = { 16, 16, const [], - const [177], + const [181], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'toSigned', 2097666, 16, 16, 16, 16, const [], - const [178], const prefix0.ContainedReflectable(), const []), + const [182], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'unary-', 2097666, 16, 16, 16, 16, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'abs', 2097666, 16, 16, 16, 16, const [], @@ -2229,8 +2234,8 @@ final _data = { 2097666, 16, -1, - 65, - 65, + 64, + 64, const [], const [], const prefix0.ContainedReflectable(), @@ -2240,8 +2245,8 @@ final _data = { 2097666, 16, -1, - 65, - 65, + 64, + 64, const [], const [], const prefix0.ContainedReflectable(), @@ -2251,8 +2256,8 @@ final _data = { 2097666, 16, -1, - 65, - 65, + 64, + 64, const [], const [], const prefix0.ContainedReflectable(), @@ -2262,8 +2267,8 @@ final _data = { 2097666, 16, -1, - 65, - 65, + 64, + 64, const [], const [], const prefix0.ContainedReflectable(), @@ -2278,7 +2283,7 @@ final _data = { 15, 15, const [], - const [179], + const [183], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2289,7 +2294,7 @@ final _data = { 16, 16, const [], - const [180, 181, 182], + const [184, 185], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2300,7 +2305,7 @@ final _data = { 16, 16, const [], - const [183, 184], + const [186, 187], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'isEven', 2097667, 16, 14, 14, 14, const [], @@ -2319,19 +2324,19 @@ final _data = { 16, 16, const [], - const [185, 186], + const [188, 189], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'==', 2097666, 17, 14, 14, 14, const [], - const [187], const prefix0.ContainedReflectable(), const []), + const [190], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'toString', 2097666, 17, 15, 15, 15, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'hashCode', 2097667, 17, 16, 16, 16, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'', 64, 17, -1, 17, 17, const [], const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'castFrom', 35651602, 18, 18, 66, 18, null, - const [188], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'castFrom', 35651602, 18, 18, 65, 18, null, + const [191], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'copyRange', 1310738, @@ -2340,7 +2345,7 @@ final _data = { -1, -1, const [], - const [189, 190, 191, 192, 193], + const [192, 193, 194, 195, 196], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2351,13 +2356,13 @@ final _data = { -1, -1, const [], - const [194, 195, 196], + const [197, 198, 199], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'cast', 35652098, 18, 18, 67, 18, null, + r.MethodMirrorImpl(r'cast', 35652098, 18, 18, 66, 18, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'[]', 514, 18, -1, -1, -1, const [], - const [197], const prefix0.ContainedReflectable(), const []), + const [200], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'[]=', 1311234, @@ -2366,17 +2371,17 @@ final _data = { -1, -1, const [], - const [198, 199], + const [201, 202], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'add', 1311234, 18, -1, -1, -1, const [], - const [200], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'addAll', 1311234, 18, -1, -1, -1, const [], - const [201], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'sort', 1311234, 18, -1, -1, -1, const [], - const [202], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'shuffle', 1311234, 18, -1, -1, -1, const [], const [203], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'addAll', 1311234, 18, -1, -1, -1, const [], + const [204], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'sort', 1311234, 18, -1, -1, -1, const [], + const [205], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'shuffle', 1311234, 18, -1, -1, -1, const [], + const [206], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'indexOf', 2097666, @@ -2385,7 +2390,7 @@ final _data = { 16, 16, const [], - const [204, 205], + const [207, 208], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2396,7 +2401,7 @@ final _data = { 16, 16, const [], - const [206, 207], + const [209, 210], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2407,7 +2412,7 @@ final _data = { 16, 16, const [], - const [208, 209], + const [211, 212], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2418,7 +2423,7 @@ final _data = { 16, 16, const [], - const [210, 211], + const [213, 214], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'clear', 1311234, 18, -1, -1, -1, const [], @@ -2431,7 +2436,7 @@ final _data = { -1, -1, const [], - const [212, 213], + const [215, 216], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2442,7 +2447,7 @@ final _data = { -1, -1, const [], - const [214, 215], + const [217, 218], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2453,13 +2458,13 @@ final _data = { -1, -1, const [], - const [216, 217], + const [219, 220], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'remove', 2097666, 18, 14, 14, 14, const [], - const [218], const prefix0.ContainedReflectable(), const []), + const [221], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'removeAt', 514, 18, -1, -1, -1, const [], - const [219], const prefix0.ContainedReflectable(), const []), + const [222], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'removeLast', 514, 18, -1, -1, -1, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2470,7 +2475,7 @@ final _data = { -1, -1, const [], - const [220], + const [223], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2481,20 +2486,20 @@ final _data = { -1, -1, const [], - const [221], + const [224], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'+', 35652098, 18, 18, 68, 18, null, - const [222], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'+', 35652098, 18, 18, 67, 18, null, + const [225], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'sublist', 35652098, 18, 18, - 68, + 67, 18, null, - const [223, 224], + const [226, 227], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2502,10 +2507,10 @@ final _data = { 35652098, 18, 23, - 69, + 68, 23, null, - const [225, 226], + const [228, 229], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2516,7 +2521,7 @@ final _data = { -1, -1, const [], - const [227, 228, 229, 230], + const [230, 231, 232, 233], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2527,7 +2532,7 @@ final _data = { -1, -1, const [], - const [231, 232], + const [234, 235], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2538,7 +2543,7 @@ final _data = { -1, -1, const [], - const [233, 234, 235], + const [236, 237, 238], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2549,47 +2554,45 @@ final _data = { -1, -1, const [], - const [236, 237, 238], + const [239, 240, 241], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'asMap', 35652098, 18, 22, 70, 22, null, + r.MethodMirrorImpl(r'asMap', 35652098, 18, 22, 69, 22, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'==', 2097666, 18, 14, 14, 14, const [], - const [239], const prefix0.ContainedReflectable(), const []), + const [242], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'first=', 1311236, 18, -1, -1, -1, const [], - const [253], const prefix0.ContainedReflectable(), const []), + const [255], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'last=', 1311236, 18, -1, -1, -1, const [], - const [254], const prefix0.ContainedReflectable(), const []), + const [256], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'length', 2097667, 18, 16, 16, 16, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'length=', 1311236, 18, -1, -1, -1, const [], - const [255], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'reversed', 35652099, 18, 23, 69, 23, null, + const [257], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'reversed', 35652099, 18, 23, 68, 23, null, const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'', 1, 18, -1, 68, 18, null, const [240], - const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'filled', 1, 18, -1, - 68, + 67, 18, null, - const [241, 242, 243], + const [243, 244, 245], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'empty', 1, 18, -1, 68, 18, null, const [244], + r.MethodMirrorImpl(r'empty', 1, 18, -1, 67, 18, null, const [246], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'from', 1, 18, -1, - 68, + 67, 18, null, - const [245, 246], + const [247, 248], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2597,10 +2600,10 @@ final _data = { 1, 18, -1, - 68, + 67, 18, null, - const [247, 248], + const [249, 250], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2608,14 +2611,14 @@ final _data = { 1, 18, -1, - 68, + 67, 18, null, - const [249, 250, 251], + const [251, 252, 253], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'unmodifiable', 1, 18, -1, 68, 18, null, - const [252], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'unmodifiable', 1, 18, -1, 67, 18, null, + const [254], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'==', 2097666, @@ -2624,12 +2627,12 @@ final _data = { 14, 14, const [], - const [256], + const [258], const prefix0.ContainedReflectable(), const [override]), r.MethodMirrorImpl(r'delegate', 2097666, 19, 8, 8, 8, const [], - const [257], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'type', 2097667, 19, -1, 57, 57, const [], + const [259], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'type', 2097667, 19, -1, 56, 56, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'hasReflectee', @@ -2665,7 +2668,7 @@ final _data = { 14, 14, const [], - const [258], + const [260], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2676,7 +2679,7 @@ final _data = { 14, 14, const [], - const [259], + const [261], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2706,9 +2709,9 @@ final _data = { 35652099, 20, 18, - 72, + 71, 18, - const [71], + const [70], const [], const prefix0.ContainedReflectable(), const []), @@ -2717,7 +2720,7 @@ final _data = { 35652099, 20, 18, - 73, + 72, 18, const [20], const [], @@ -2728,7 +2731,7 @@ final _data = { 35652099, 20, 18, - 59, + 58, 18, const [17], const [], @@ -2810,19 +2813,19 @@ final _data = { 14, 14, const [], - const [260], + const [262], const prefix0.ContainedReflectable(), const [override]), - r.MethodMirrorImpl(r'uri', 2097667, 21, -1, 55, 55, const [], + r.MethodMirrorImpl(r'uri', 2097667, 21, -1, 54, 54, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'declarations', 35652099, 21, 22, - 75, + 74, 22, - const [15, 74], + const [15, 73], const [], const prefix0.ContainedReflectable(), const []), @@ -2842,9 +2845,9 @@ final _data = { 35652099, 21, 18, - 77, + 76, 18, - const [76], + const [75], const [], const prefix0.ContainedReflectable(), const []), @@ -2853,8 +2856,8 @@ final _data = { 2097667, 21, -1, - 26, - 26, + 77, + 77, const [], const [], const prefix0.ContainedReflectable(), @@ -2862,7 +2865,7 @@ final _data = { r.MethodMirrorImpl(r'', 64, 21, -1, 21, 21, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'castFrom', 35651602, 22, 22, 78, 22, null, - const [261], const prefix0.ContainedReflectable(), const []), + const [263], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'cast', 35652098, 22, 22, 79, 22, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2873,7 +2876,7 @@ final _data = { 14, 14, const [], - const [262], + const [264], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2884,11 +2887,11 @@ final _data = { 14, 14, const [], - const [263], + const [265], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'[]', 514, 22, -1, -1, -1, const [], - const [264], const prefix0.ContainedReflectable(), const []), + const [266], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'[]=', 1311234, @@ -2897,11 +2900,11 @@ final _data = { -1, -1, const [], - const [265, 266], + const [267, 268], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'map', 35652098, 22, 22, 80, 22, null, - const [267], const prefix0.ContainedReflectable(), const []), + const [269], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'addEntries', 1311234, @@ -2910,7 +2913,7 @@ final _data = { -1, -1, const [], - const [268], + const [270], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2921,11 +2924,11 @@ final _data = { -1, -1, const [], - const [269, 270, 271], + const [271, 272, 273], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'updateAll', 1311234, 22, -1, -1, -1, const [], - const [272], const prefix0.ContainedReflectable(), const []), + const [274], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'removeWhere', 1311234, @@ -2934,7 +2937,7 @@ final _data = { -1, -1, const [], - const [273], + const [275], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2945,17 +2948,17 @@ final _data = { -1, -1, const [], - const [274, 275], + const [276, 277], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'addAll', 1311234, 22, -1, -1, -1, const [], - const [276], const prefix0.ContainedReflectable(), const []), + const [278], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'remove', 514, 22, -1, -1, -1, const [], - const [277], const prefix0.ContainedReflectable(), const []), + const [279], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'clear', 1311234, 22, -1, -1, -1, const [], const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'forEach', 1311234, 22, -1, -1, -1, const [], - const [278], const prefix0.ContainedReflectable(), const []), + const [280], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'entries', 35652099, 22, 23, 81, 23, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'keys', 35652099, 22, 23, 82, 23, null, @@ -2979,12 +2982,12 @@ final _data = { const []), r.MethodMirrorImpl(r'', 1, 22, -1, 84, 22, null, const [], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'from', 257, 22, -1, 84, 22, null, const [279], + r.MethodMirrorImpl(r'from', 257, 22, -1, 84, 22, null, const [281], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'of', 257, 22, -1, 84, 22, null, const [280], + r.MethodMirrorImpl(r'of', 257, 22, -1, 84, 22, null, const [282], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'unmodifiable', 1, 22, -1, 84, 22, null, - const [281], const prefix0.ContainedReflectable(), const []), + const [283], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'identity', 257, 22, -1, 84, 22, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -2995,7 +2998,7 @@ final _data = { 84, 22, null, - const [282, 283, 284], + const [284, 285, 286], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( @@ -3006,31 +3009,31 @@ final _data = { 84, 22, null, - const [285, 286], + const [287, 288], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'fromEntries', 1, 22, -1, 84, 22, null, - const [287], const prefix0.ContainedReflectable(), const []), + const [289], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'castFrom', 35651602, 23, 23, 85, 23, null, - const [288], const prefix0.ContainedReflectable(), const []), + const [290], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'cast', 35651586, 23, 23, 86, 23, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'followedBy', 35651586, 23, 23, 87, 23, null, - const [289], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'map', 35651586, 23, 23, 88, 23, null, - const [290], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'where', 35651586, 23, 23, 87, 23, null, const [291], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'map', 35651586, 23, 23, 88, 23, null, + const [292], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'where', 35651586, 23, 23, 87, 23, null, + const [293], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'whereType', 35651586, 23, 23, 89, 23, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'expand', 35651586, 23, 23, 90, 23, null, - const [292], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'contains', 2097154, 23, 14, 14, 14, const [], - const [293], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'forEach', 1310722, 23, -1, -1, -1, const [], const [294], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'reduce', 2, 23, -1, -1, -1, const [], + r.MethodMirrorImpl(r'contains', 2097154, 23, 14, 14, 14, const [], const [295], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'forEach', 1310722, 23, -1, -1, -1, const [], + const [296], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'reduce', 2, 23, -1, -1, -1, const [], + const [297], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'fold', 2, @@ -3039,27 +3042,27 @@ final _data = { -1, -1, const [], - const [296, 297], + const [298, 299], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'every', 2097154, 23, 14, 14, 14, const [], - const [298], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'join', 2097154, 23, 15, 15, 15, const [], - const [299], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'any', 2097154, 23, 14, 14, 14, const [], const [300], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'toList', 35651586, 23, 18, 91, 18, null, + r.MethodMirrorImpl(r'join', 2097154, 23, 15, 15, 15, const [], const [301], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'any', 2097154, 23, 14, 14, 14, const [], + const [302], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'toList', 35651586, 23, 18, 91, 18, null, + const [303], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'toSet', 35651586, 23, -1, 92, 93, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'take', 35651586, 23, 23, 87, 23, null, - const [302], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'takeWhile', 35651586, 23, 23, 87, 23, null, - const [303], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'skip', 35651586, 23, 23, 87, 23, null, const [304], const prefix0.ContainedReflectable(), const []), - r.MethodMirrorImpl(r'skipWhile', 35651586, 23, 23, 87, 23, null, + r.MethodMirrorImpl(r'takeWhile', 35651586, 23, 23, 87, 23, null, const [305], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'skip', 35651586, 23, 23, 87, 23, null, + const [306], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl(r'skipWhile', 35651586, 23, 23, 87, 23, null, + const [307], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( r'firstWhere', 2, @@ -3068,22 +3071,11 @@ final _data = { -1, -1, const [], - const [306, 307], - const prefix0.ContainedReflectable(), - const []), - r.MethodMirrorImpl( - r'lastWhere', - 2, - 23, - -1, - -1, - -1, - const [], const [308, 309], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl( - r'singleWhere', + r'lastWhere', 2, 23, -1, @@ -3093,10 +3085,43 @@ final _data = { const [310, 311], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'singleWhere', + 2, + 23, + -1, + -1, + -1, + const [], + const [312, 313], + const prefix0.ContainedReflectable(), + const []), r.MethodMirrorImpl(r'elementAt', 2, 23, -1, -1, -1, const [], - const [312], const prefix0.ContainedReflectable(), const []), + const [314], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'toString', 2097154, 23, 15, 15, 15, const [], const [], const prefix0.ContainedReflectable(), const []), + r.MethodMirrorImpl( + r'iterableToShortString', + 2097170, + 23, + 15, + 15, + 15, + const [], + const [315, 316, 317], + const prefix0.ContainedReflectable(), + const []), + r.MethodMirrorImpl( + r'iterableToFullString', + 2097170, + 23, + 15, + 15, + 15, + const [], + const [318, 319, 320], + const prefix0.ContainedReflectable(), + const []), r.MethodMirrorImpl(r'iterator', 35652099, 23, -1, 94, 95, null, const [], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'length', 2097155, 23, 16, 16, 16, const [], @@ -3130,7 +3155,7 @@ final _data = { 87, 23, null, - const [313, 314], + const [321, 322], const prefix0.ContainedReflectable(), const []), r.MethodMirrorImpl(r'empty', 385, 23, -1, 87, 23, null, const [], @@ -3214,31 +3239,31 @@ final _data = { r.ParameterMirrorImpl( r'_data', 151126118, - 29, + 27, const prefix0.ContainedReflectable(), 22, - 27, + 26, 22, - const [10, 28], + const [10, 27], const [], null, null), r.ParameterMirrorImpl( r'_memberSymbolMap', 84017254, - 31, + 29, const prefix0.ContainedReflectable(), 22, - 29, + 28, 22, - const [30, 15], + const [29, 15], const [], null, null), r.ParameterMirrorImpl( r'receiver', 67239942, - 33, + 31, const prefix0.ContainedReflectable(), 8, 8, @@ -3250,7 +3275,7 @@ final _data = { r.ParameterMirrorImpl( r'memberName', 134348806, - 33, + 31, const prefix0.ContainedReflectable(), 15, 15, @@ -3262,10 +3287,10 @@ final _data = { r.ParameterMirrorImpl( r'positionalArguments', 151126022, - 33, + 31, const prefix0.ContainedReflectable(), 18, - 60, + 59, 18, null, const [], @@ -3274,7 +3299,7 @@ final _data = { r.ParameterMirrorImpl( r'namedArguments', 84017158, - 33, + 31, const prefix0.ContainedReflectable(), 22, 97, @@ -3286,7 +3311,7 @@ final _data = { r.ParameterMirrorImpl( r'kind', 134348806, - 33, + 31, const prefix0.ContainedReflectable(), -1, 98, @@ -3295,6 +3320,102 @@ final _data = { const [], null, null), + r.ParameterMirrorImpl( + r'receiver', + 67239942, + 32, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'memberName', + 134348806, + 32, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'positionalArguments', + 151126022, + 32, + const prefix0.ContainedReflectable(), + 18, + 59, + 18, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'namedArguments', + 84017158, + 32, + const prefix0.ContainedReflectable(), + 22, + 97, + 22, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'receiver', + 67239942, + 33, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'memberName', + 134348806, + 33, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'positionalArguments', + 151126022, + 33, + const prefix0.ContainedReflectable(), + 18, + 59, + 18, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'namedArguments', + 84017158, + 33, + const prefix0.ContainedReflectable(), + 22, + 97, + 22, + null, + const [], + null, + null), r.ParameterMirrorImpl( r'receiver', 67239942, @@ -3325,7 +3446,7 @@ final _data = { 34, const prefix0.ContainedReflectable(), 18, - 60, + 59, 18, null, const [], @@ -3355,106 +3476,10 @@ final _data = { const [], null, null), - r.ParameterMirrorImpl( - r'memberName', - 134348806, - 35, - const prefix0.ContainedReflectable(), - 15, - 15, - 15, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'positionalArguments', - 151126022, - 35, - const prefix0.ContainedReflectable(), - 18, - 60, - 18, - null, - const [], - null, - null), - r.ParameterMirrorImpl( - r'namedArguments', - 84017158, - 35, - const prefix0.ContainedReflectable(), - 22, - 97, - 22, - null, - const [], - null, - null), - r.ParameterMirrorImpl( - r'receiver', - 67239942, - 36, - const prefix0.ContainedReflectable(), - 8, - 8, - 8, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'memberName', - 134348806, - 36, - const prefix0.ContainedReflectable(), - 15, - 15, - 15, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'positionalArguments', - 151126022, - 36, - const prefix0.ContainedReflectable(), - 18, - 60, - 18, - null, - const [], - null, - null), - r.ParameterMirrorImpl( - r'namedArguments', - 84017158, - 36, - const prefix0.ContainedReflectable(), - 22, - 97, - 22, - null, - const [], - null, - null), - r.ParameterMirrorImpl( - r'receiver', - 67239942, - 37, - const prefix0.ContainedReflectable(), - 8, - 8, - 8, - const [], - const [], - null, - null), r.ParameterMirrorImpl( r'constructorName', 134348806, - 37, + 35, const prefix0.ContainedReflectable(), 15, 15, @@ -3466,10 +3491,10 @@ final _data = { r.ParameterMirrorImpl( r'positionalArguments', 151126022, - 37, + 35, const prefix0.ContainedReflectable(), 18, - 60, + 59, 18, null, const [], @@ -3478,7 +3503,7 @@ final _data = { r.ParameterMirrorImpl( r'namedArguments', 84017158, - 37, + 35, const prefix0.ContainedReflectable(), 22, 97, @@ -3490,7 +3515,7 @@ final _data = { r.ParameterMirrorImpl( r'pokemon', 134349830, - 61, + 59, const prefix0.ContainedReflectable(), 1, 1, @@ -3502,7 +3527,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 62, + 60, const prefix0.ContainedReflectable(), 8, 8, @@ -3514,7 +3539,7 @@ final _data = { r.ParameterMirrorImpl( r'invocation', 134348806, - 64, + 62, const prefix0.ContainedReflectable(), 13, 13, @@ -3526,7 +3551,7 @@ final _data = { r.ParameterMirrorImpl( r'name', 134349830, - 70, + 68, const prefix0.ContainedReflectable(), 15, 15, @@ -3538,7 +3563,7 @@ final _data = { r.ParameterMirrorImpl( r'type', 134349830, - 70, + 68, const prefix0.ContainedReflectable(), 6, 6, @@ -3550,7 +3575,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 71, + 69, const prefix0.ContainedReflectable(), 1, 1, @@ -3562,7 +3587,7 @@ final _data = { r.ParameterMirrorImpl( r'name', 134348806, - 71, + 69, const prefix0.ContainedReflectable(), 15, 15, @@ -3574,7 +3599,7 @@ final _data = { r.ParameterMirrorImpl( r'name', 134348806, - 72, + 70, const prefix0.ContainedReflectable(), 15, 15, @@ -3586,7 +3611,7 @@ final _data = { r.ParameterMirrorImpl( r'type', 134348806, - 72, + 70, const prefix0.ContainedReflectable(), 6, 6, @@ -3598,7 +3623,7 @@ final _data = { r.ParameterMirrorImpl( r'name', 134358022, - 75, + 73, const prefix0.ContainedReflectable(), 15, 15, @@ -3610,7 +3635,7 @@ final _data = { r.ParameterMirrorImpl( r'artist', 134349830, - 78, + 76, const prefix0.ContainedReflectable(), 3, 3, @@ -3622,7 +3647,7 @@ final _data = { r.ParameterMirrorImpl( r'artist', 134349830, - 82, + 80, const prefix0.ContainedReflectable(), 3, 3, @@ -3634,7 +3659,7 @@ final _data = { r.ParameterMirrorImpl( r'album', 134349830, - 82, + 80, const prefix0.ContainedReflectable(), 4, 4, @@ -3646,44 +3671,44 @@ final _data = { r.ParameterMirrorImpl( r'reflectee', 134348806, + 92, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'reflectee', + 134348806, + 93, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'type', + 134348806, 94, const prefix0.ContainedReflectable(), - 8, - 8, - 8, + 17, + 17, + 17, const [], const [], null, null), r.ParameterMirrorImpl( - r'reflectee', + r'type', 134348806, 95, const prefix0.ContainedReflectable(), - 8, - 8, - 8, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'type', - 134348806, - 96, - const prefix0.ContainedReflectable(), - 17, - 17, - 17, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'type', - 134348806, - 97, - const prefix0.ContainedReflectable(), 17, 17, 17, @@ -3694,7 +3719,7 @@ final _data = { r.ParameterMirrorImpl( r'libraryName', 134348806, - 98, + 96, const prefix0.ContainedReflectable(), 15, 15, @@ -3706,7 +3731,7 @@ final _data = { r.ParameterMirrorImpl( r'object1', 67239942, - 101, + 99, const prefix0.ContainedReflectable(), 8, 8, @@ -3718,7 +3743,7 @@ final _data = { r.ParameterMirrorImpl( r'object2', 67239942, - 101, + 99, const prefix0.ContainedReflectable(), 8, 8, @@ -3730,7 +3755,7 @@ final _data = { r.ParameterMirrorImpl( r'object3', 67246086, - 101, + 99, const prefix0.ContainedReflectable(), 8, 8, @@ -3742,7 +3767,7 @@ final _data = { r.ParameterMirrorImpl( r'object4', 67246086, - 101, + 99, const prefix0.ContainedReflectable(), 8, 8, @@ -3754,7 +3779,7 @@ final _data = { r.ParameterMirrorImpl( r'object5', 67246086, - 101, + 99, const prefix0.ContainedReflectable(), 8, 8, @@ -3766,7 +3791,7 @@ final _data = { r.ParameterMirrorImpl( r'object6', 67246086, - 101, + 99, const prefix0.ContainedReflectable(), 8, 8, @@ -3778,7 +3803,7 @@ final _data = { r.ParameterMirrorImpl( r'object7', 67246086, - 101, + 99, const prefix0.ContainedReflectable(), 8, 8, @@ -3790,7 +3815,7 @@ final _data = { r.ParameterMirrorImpl( r'object8', 67246086, - 101, + 99, const prefix0.ContainedReflectable(), 8, 8, @@ -3802,7 +3827,7 @@ final _data = { r.ParameterMirrorImpl( r'object9', 67246086, - 101, + 99, const prefix0.ContainedReflectable(), 8, 8, @@ -3814,7 +3839,7 @@ final _data = { r.ParameterMirrorImpl( r'object10', 67246086, - 101, + 99, const prefix0.ContainedReflectable(), 8, 8, @@ -3826,7 +3851,7 @@ final _data = { r.ParameterMirrorImpl( r'object11', 67246086, - 101, + 99, const prefix0.ContainedReflectable(), 8, 8, @@ -3838,7 +3863,7 @@ final _data = { r.ParameterMirrorImpl( r'object12', 67246086, - 101, + 99, const prefix0.ContainedReflectable(), 8, 8, @@ -3850,7 +3875,7 @@ final _data = { r.ParameterMirrorImpl( r'object13', 67246086, - 101, + 99, const prefix0.ContainedReflectable(), 8, 8, @@ -3862,7 +3887,7 @@ final _data = { r.ParameterMirrorImpl( r'object14', 67246086, - 101, + 99, const prefix0.ContainedReflectable(), 8, 8, @@ -3874,7 +3899,7 @@ final _data = { r.ParameterMirrorImpl( r'object15', 67246086, - 101, + 99, const prefix0.ContainedReflectable(), 8, 8, @@ -3886,7 +3911,7 @@ final _data = { r.ParameterMirrorImpl( r'object16', 67246086, - 101, + 99, const prefix0.ContainedReflectable(), 8, 8, @@ -3898,7 +3923,7 @@ final _data = { r.ParameterMirrorImpl( r'object17', 67246086, - 101, + 99, const prefix0.ContainedReflectable(), 8, 8, @@ -3910,7 +3935,7 @@ final _data = { r.ParameterMirrorImpl( r'object18', 67246086, - 101, + 99, const prefix0.ContainedReflectable(), 8, 8, @@ -3922,7 +3947,7 @@ final _data = { r.ParameterMirrorImpl( r'object19', 67246086, - 101, + 99, const prefix0.ContainedReflectable(), 8, 8, @@ -3934,20 +3959,32 @@ final _data = { r.ParameterMirrorImpl( r'object20', 67246086, + 99, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'objects', + 151126022, + 100, + const prefix0.ContainedReflectable(), + 23, + 99, + 23, + const [8], + const [], + null, + null), + r.ParameterMirrorImpl( + r'objects', + 151126022, 101, const prefix0.ContainedReflectable(), - 8, - 8, - 8, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'objects', - 151126022, - 102, - const prefix0.ContainedReflectable(), 23, 99, 23, @@ -3956,22 +3993,10 @@ final _data = { null, null), r.ParameterMirrorImpl( - r'objects', - 151126022, + r'value1', + 134217734, 103, const prefix0.ContainedReflectable(), - 23, - 99, - 23, - const [8], - const [], - null, - null), - r.ParameterMirrorImpl( - r'value1', - 134217734, - 105, - const prefix0.ContainedReflectable(), -1, -1, -1, @@ -3982,7 +4007,7 @@ final _data = { r.ParameterMirrorImpl( r'value2', 134217734, - 105, + 103, const prefix0.ContainedReflectable(), -1, -1, @@ -3994,7 +4019,7 @@ final _data = { r.ParameterMirrorImpl( r'value1', 134217734, - 106, + 104, const prefix0.ContainedReflectable(), -1, -1, @@ -4006,7 +4031,7 @@ final _data = { r.ParameterMirrorImpl( r'value2', 134217734, - 106, + 104, const prefix0.ContainedReflectable(), -1, -1, @@ -4018,7 +4043,7 @@ final _data = { r.ParameterMirrorImpl( r'type', 134348806, - 108, + 106, const prefix0.ContainedReflectable(), 17, 17, @@ -4027,6 +4052,138 @@ final _data = { const [], null, null), + r.ParameterMirrorImpl( + r'cap0', + 67244038, + 109, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap1', + 67244038, + 109, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap2', + 67244038, + 109, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap3', + 67244038, + 109, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap4', + 67244038, + 109, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap5', + 67244038, + 109, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap6', + 67244038, + 109, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap7', + 67244038, + 109, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap8', + 67244038, + 109, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'cap9', + 67244038, + 109, + const prefix0.ContainedReflectable(), + 24, + 24, + 24, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'capabilities', + 151126022, + 110, + const prefix0.ContainedReflectable(), + 18, + 53, + 18, + const [24], + const [], + null, + null), r.ParameterMirrorImpl( r'cap0', 67244038, @@ -4153,139 +4310,7 @@ final _data = { 112, const prefix0.ContainedReflectable(), 18, - 54, - 18, - const [24], - const [], - null, - null), - r.ParameterMirrorImpl( - r'cap0', - 67244038, - 113, - const prefix0.ContainedReflectable(), - 24, - 24, - 24, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'cap1', - 67244038, - 113, - const prefix0.ContainedReflectable(), - 24, - 24, - 24, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'cap2', - 67244038, - 113, - const prefix0.ContainedReflectable(), - 24, - 24, - 24, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'cap3', - 67244038, - 113, - const prefix0.ContainedReflectable(), - 24, - 24, - 24, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'cap4', - 67244038, - 113, - const prefix0.ContainedReflectable(), - 24, - 24, - 24, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'cap5', - 67244038, - 113, - const prefix0.ContainedReflectable(), - 24, - 24, - 24, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'cap6', - 67244038, - 113, - const prefix0.ContainedReflectable(), - 24, - 24, - 24, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'cap7', - 67244038, - 113, - const prefix0.ContainedReflectable(), - 24, - 24, - 24, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'cap8', - 67244038, - 113, - const prefix0.ContainedReflectable(), - 24, - 24, - 24, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'cap9', - 67244038, - 113, - const prefix0.ContainedReflectable(), - 24, - 24, - 24, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'capabilities', - 151126022, - 114, - const prefix0.ContainedReflectable(), - 18, - 54, + 53, 18, const [24], const [], @@ -4294,7 +4319,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap0', 67245094, - 115, + 113, const prefix0.ContainedReflectable(), 24, 24, @@ -4306,7 +4331,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap1', 67245094, - 115, + 113, const prefix0.ContainedReflectable(), 24, 24, @@ -4318,7 +4343,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap2', 67245094, - 115, + 113, const prefix0.ContainedReflectable(), 24, 24, @@ -4330,7 +4355,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap3', 67245094, - 115, + 113, const prefix0.ContainedReflectable(), 24, 24, @@ -4342,7 +4367,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap4', 67245094, - 115, + 113, const prefix0.ContainedReflectable(), 24, 24, @@ -4354,7 +4379,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap5', 67245094, - 115, + 113, const prefix0.ContainedReflectable(), 24, 24, @@ -4366,7 +4391,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap6', 67245094, - 115, + 113, const prefix0.ContainedReflectable(), 24, 24, @@ -4378,7 +4403,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap7', 67245094, - 115, + 113, const prefix0.ContainedReflectable(), 24, 24, @@ -4390,7 +4415,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap8', 67245094, - 115, + 113, const prefix0.ContainedReflectable(), 24, 24, @@ -4402,7 +4427,7 @@ final _data = { r.ParameterMirrorImpl( r'_cap9', 67245094, - 115, + 113, const prefix0.ContainedReflectable(), 24, 24, @@ -4414,7 +4439,7 @@ final _data = { r.ParameterMirrorImpl( r'_capabilities', 84018214, - 116, + 114, const prefix0.ContainedReflectable(), 18, 100, @@ -4426,11 +4451,11 @@ final _data = { r.ParameterMirrorImpl( r'memberName', 134348806, - 126, + 124, const prefix0.ContainedReflectable(), -1, - 30, - 30, + 29, + 29, const [], const [], null, @@ -4438,7 +4463,7 @@ final _data = { r.ParameterMirrorImpl( r'positionalArguments', 84017158, - 126, + 124, const prefix0.ContainedReflectable(), 23, 101, @@ -4450,23 +4475,23 @@ final _data = { r.ParameterMirrorImpl( r'namedArguments', 84021254, - 126, + 124, const prefix0.ContainedReflectable(), 22, 102, 22, - const [30, 8], + const [29, 8], const [], null, null), r.ParameterMirrorImpl( r'memberName', 134348806, - 127, + 125, const prefix0.ContainedReflectable(), -1, - 30, - 30, + 29, + 29, const [], const [], null, @@ -4474,7 +4499,7 @@ final _data = { r.ParameterMirrorImpl( r'typeArguments', 84017158, - 127, + 125, const prefix0.ContainedReflectable(), 23, 103, @@ -4486,7 +4511,7 @@ final _data = { r.ParameterMirrorImpl( r'positionalArguments', 84017158, - 127, + 125, const prefix0.ContainedReflectable(), 23, 101, @@ -4498,23 +4523,23 @@ final _data = { r.ParameterMirrorImpl( r'namedArguments', 84021254, - 127, + 125, const prefix0.ContainedReflectable(), 22, 102, 22, - const [30, 8], + const [29, 8], const [], null, null), r.ParameterMirrorImpl( r'name', 134348806, - 128, + 126, const prefix0.ContainedReflectable(), -1, - 30, - 30, + 29, + 29, const [], const [], null, @@ -4522,11 +4547,11 @@ final _data = { r.ParameterMirrorImpl( r'memberName', 134348806, - 129, + 127, const prefix0.ContainedReflectable(), -1, - 30, - 30, + 29, + 29, const [], const [], null, @@ -4534,7 +4559,7 @@ final _data = { r.ParameterMirrorImpl( r'argument', 67239942, - 129, + 127, const prefix0.ContainedReflectable(), 8, 8, @@ -4543,6 +4568,54 @@ final _data = { const [], null, null), + r.ParameterMirrorImpl( + r'source', + 134348806, + 128, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'caseSensitive', + 134363142, + 128, + const prefix0.ContainedReflectable(), + 14, + 14, + 14, + const [], + const [], + null, + #caseSensitive), + r.ParameterMirrorImpl( + r'source', + 134348806, + 129, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'caseSensitive', + 134363142, + 129, + const prefix0.ContainedReflectable(), + 14, + 14, + 14, + const [], + const [], + null, + #caseSensitive), r.ParameterMirrorImpl( r'other', 134348806, @@ -5323,18 +5396,6 @@ final _data = { const [], null, #radix), - r.ParameterMirrorImpl( - r'onError', - 67121158, - 196, - const prefix0.ContainedReflectable(), - -1, - 109, - 109, - const [], - const [], - null, - #onError), r.ParameterMirrorImpl( r'source', 134348806, @@ -5401,7 +5462,7 @@ final _data = { 207, const prefix0.ContainedReflectable(), 18, - 110, + 109, 18, null, const [], @@ -5413,7 +5474,7 @@ final _data = { 208, const prefix0.ContainedReflectable(), 18, - 111, + 110, 18, null, const [], @@ -5437,7 +5498,7 @@ final _data = { 208, const prefix0.ContainedReflectable(), 18, - 111, + 110, 18, null, const [], @@ -5473,7 +5534,7 @@ final _data = { 209, const prefix0.ContainedReflectable(), 18, - 112, + 111, 18, null, const [], @@ -5497,7 +5558,7 @@ final _data = { 209, const prefix0.ContainedReflectable(), 23, - 113, + 112, 23, null, const [], @@ -5557,7 +5618,7 @@ final _data = { 214, const prefix0.ContainedReflectable(), 23, - 69, + 68, 23, null, const [], @@ -5569,8 +5630,8 @@ final _data = { 215, const prefix0.ContainedReflectable(), -1, - 114, - 114, + 113, + 113, const [], const [], null, @@ -5581,8 +5642,8 @@ final _data = { 216, const prefix0.ContainedReflectable(), -1, - 115, - 115, + 114, + 114, const [], const [], null, @@ -5617,8 +5678,8 @@ final _data = { 218, const prefix0.ContainedReflectable(), -1, - 116, - 116, + 115, + 115, const [], const [], null, @@ -5641,8 +5702,8 @@ final _data = { 219, const prefix0.ContainedReflectable(), -1, - 116, - 116, + 115, + 115, const [], const [], null, @@ -5725,7 +5786,7 @@ final _data = { 223, const prefix0.ContainedReflectable(), 23, - 69, + 68, 23, null, const [], @@ -5749,7 +5810,7 @@ final _data = { 224, const prefix0.ContainedReflectable(), 23, - 69, + 68, 23, null, const [], @@ -5785,8 +5846,8 @@ final _data = { 228, const prefix0.ContainedReflectable(), -1, - 116, - 116, + 115, + 115, const [], const [], null, @@ -5797,8 +5858,8 @@ final _data = { 229, const prefix0.ContainedReflectable(), -1, - 116, - 116, + 115, + 115, const [], const [], null, @@ -5809,7 +5870,7 @@ final _data = { 230, const prefix0.ContainedReflectable(), 18, - 68, + 67, 18, null, const [], @@ -5893,7 +5954,7 @@ final _data = { 233, const prefix0.ContainedReflectable(), 23, - 69, + 68, 23, null, const [], @@ -6001,7 +6062,7 @@ final _data = { 236, const prefix0.ContainedReflectable(), 23, - 69, + 68, 23, null, const [], @@ -6019,22 +6080,10 @@ final _data = { const [], null, null), - r.ParameterMirrorImpl( - r'length', - 67244038, - 244, - const prefix0.ContainedReflectable(), - 16, - 16, - 16, - const [], - const [], - null, - null), r.ParameterMirrorImpl( r'length', 134348806, - 245, + 244, const prefix0.ContainedReflectable(), 16, 16, @@ -6046,7 +6095,7 @@ final _data = { r.ParameterMirrorImpl( r'fill', 6, - 245, + 244, const prefix0.ContainedReflectable(), -1, -1, @@ -6055,6 +6104,18 @@ final _data = { const [], null, null), + r.ParameterMirrorImpl( + r'growable', + 134363142, + 244, + const prefix0.ContainedReflectable(), + 14, + 14, + 14, + const [], + const [], + null, + #growable), r.ParameterMirrorImpl( r'growable', 134363142, @@ -6067,6 +6128,18 @@ final _data = { const [], null, #growable), + r.ParameterMirrorImpl( + r'elements', + 151126022, + 246, + const prefix0.ContainedReflectable(), + 23, + 116, + 23, + null, + const [], + null, + null), r.ParameterMirrorImpl( r'growable', 134363142, @@ -6085,7 +6158,7 @@ final _data = { 247, const prefix0.ContainedReflectable(), 23, - 117, + 68, 23, null, const [], @@ -6103,34 +6176,10 @@ final _data = { const [], null, #growable), - r.ParameterMirrorImpl( - r'elements', - 151126022, - 248, - const prefix0.ContainedReflectable(), - 23, - 69, - 23, - null, - const [], - null, - null), - r.ParameterMirrorImpl( - r'growable', - 134363142, - 248, - const prefix0.ContainedReflectable(), - 14, - 14, - 14, - const [], - const [], - null, - #growable), r.ParameterMirrorImpl( r'length', 134348806, - 249, + 248, const prefix0.ContainedReflectable(), 16, 16, @@ -6142,11 +6191,11 @@ final _data = { r.ParameterMirrorImpl( r'generator', 134217734, - 249, + 248, const prefix0.ContainedReflectable(), -1, - 118, - 118, + 117, + 117, const [], const [], null, @@ -6154,7 +6203,7 @@ final _data = { r.ParameterMirrorImpl( r'growable', 134363142, - 249, + 248, const prefix0.ContainedReflectable(), 14, 14, @@ -6166,10 +6215,10 @@ final _data = { r.ParameterMirrorImpl( r'elements', 151126022, - 250, + 249, const prefix0.ContainedReflectable(), 23, - 117, + 116, 23, null, const [], @@ -6214,7 +6263,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 251, + 250, const prefix0.ContainedReflectable(), 8, 8, @@ -6226,7 +6275,7 @@ final _data = { r.ParameterMirrorImpl( r'invocation', 134348806, - 252, + 251, const prefix0.ContainedReflectable(), 13, 13, @@ -6235,6 +6284,18 @@ final _data = { const [], null, null), + r.ParameterMirrorImpl( + r'other', + 134348806, + 257, + const prefix0.ContainedReflectable(), + 20, + 20, + 20, + const [], + const [], + null, + null), r.ParameterMirrorImpl( r'other', 134348806, @@ -6250,19 +6311,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 134348806, - 259, - const prefix0.ContainedReflectable(), - 20, - 20, - 20, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'other', - 134348806, - 272, + 271, const prefix0.ContainedReflectable(), 8, 8, @@ -6274,10 +6323,10 @@ final _data = { r.ParameterMirrorImpl( r'source', 151126022, - 279, + 278, const prefix0.ContainedReflectable(), 22, - 119, + 118, 22, null, const [], @@ -6286,6 +6335,18 @@ final _data = { r.ParameterMirrorImpl( r'value', 67239942, + 280, + const prefix0.ContainedReflectable(), + 8, + 8, + 8, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'key', + 67239942, 281, const prefix0.ContainedReflectable(), 8, @@ -6307,22 +6368,10 @@ final _data = { const [], null, null), - r.ParameterMirrorImpl( - r'key', - 67239942, - 283, - const prefix0.ContainedReflectable(), - 8, - 8, - 8, - const [], - const [], - null, - null), r.ParameterMirrorImpl( r'key', 6, - 284, + 283, const prefix0.ContainedReflectable(), -1, -1, @@ -6334,7 +6383,7 @@ final _data = { r.ParameterMirrorImpl( r'value', 6, - 284, + 283, const prefix0.ContainedReflectable(), -1, -1, @@ -6346,11 +6395,11 @@ final _data = { r.ParameterMirrorImpl( r'convert', 134217734, - 285, + 284, const prefix0.ContainedReflectable(), -1, - 120, - 120, + 119, + 119, const [], const [], null, @@ -6358,7 +6407,7 @@ final _data = { r.ParameterMirrorImpl( r'newEntries', 151126022, - 286, + 285, const prefix0.ContainedReflectable(), 23, 81, @@ -6370,7 +6419,7 @@ final _data = { r.ParameterMirrorImpl( r'key', 6, - 287, + 286, const prefix0.ContainedReflectable(), -1, -1, @@ -6382,11 +6431,11 @@ final _data = { r.ParameterMirrorImpl( r'update', 134217734, - 287, + 286, const prefix0.ContainedReflectable(), -1, - 121, - 121, + 120, + 120, const [], const [], null, @@ -6394,6 +6443,18 @@ final _data = { r.ParameterMirrorImpl( r'ifAbsent', 67121158, + 286, + const prefix0.ContainedReflectable(), + -1, + 121, + 121, + const [], + const [], + null, + #ifAbsent), + r.ParameterMirrorImpl( + r'update', + 134217734, 287, const prefix0.ContainedReflectable(), -1, @@ -6402,9 +6463,9 @@ final _data = { const [], const [], null, - #ifAbsent), + null), r.ParameterMirrorImpl( - r'update', + r'test', 134217734, 288, const prefix0.ContainedReflectable(), @@ -6415,22 +6476,10 @@ final _data = { const [], null, null), - r.ParameterMirrorImpl( - r'test', - 134217734, - 289, - const prefix0.ContainedReflectable(), - -1, - 124, - 124, - const [], - const [], - null, - null), r.ParameterMirrorImpl( r'key', 6, - 290, + 289, const prefix0.ContainedReflectable(), -1, -1, @@ -6442,11 +6491,11 @@ final _data = { r.ParameterMirrorImpl( r'ifAbsent', 134217734, - 290, + 289, const prefix0.ContainedReflectable(), -1, - 125, - 125, + 124, + 124, const [], const [], null, @@ -6454,7 +6503,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 151126022, - 291, + 290, const prefix0.ContainedReflectable(), 22, 84, @@ -6466,7 +6515,7 @@ final _data = { r.ParameterMirrorImpl( r'key', 67239942, - 292, + 291, const prefix0.ContainedReflectable(), 8, 8, @@ -6478,22 +6527,34 @@ final _data = { r.ParameterMirrorImpl( r'action', 134217734, - 294, + 293, const prefix0.ContainedReflectable(), -1, - 126, - 126, + 125, + 125, const [], const [], null, null), + r.ParameterMirrorImpl( + r'other', + 151126022, + 301, + const prefix0.ContainedReflectable(), + 22, + 126, + 22, + null, + const [], + null, + null), r.ParameterMirrorImpl( r'other', 151126022, 302, const prefix0.ContainedReflectable(), 22, - 127, + 84, 22, null, const [], @@ -6505,19 +6566,7 @@ final _data = { 303, const prefix0.ContainedReflectable(), 22, - 84, - 22, - null, - const [], - null, - null), - r.ParameterMirrorImpl( - r'other', - 151126022, - 304, - const prefix0.ContainedReflectable(), - 22, - 127, + 126, 22, null, const [], @@ -6526,10 +6575,10 @@ final _data = { r.ParameterMirrorImpl( r'iterable', 151126022, - 306, + 305, const prefix0.ContainedReflectable(), 23, - 117, + 116, 23, null, const [], @@ -6538,11 +6587,11 @@ final _data = { r.ParameterMirrorImpl( r'key', 67121158, - 306, + 305, const prefix0.ContainedReflectable(), -1, - 128, - 128, + 127, + 127, const [], const [], null, @@ -6550,11 +6599,11 @@ final _data = { r.ParameterMirrorImpl( r'value', 67121158, - 306, + 305, const prefix0.ContainedReflectable(), -1, - 129, - 129, + 128, + 128, const [], const [], null, @@ -6562,7 +6611,7 @@ final _data = { r.ParameterMirrorImpl( r'keys', 151126022, - 307, + 306, const prefix0.ContainedReflectable(), 23, 82, @@ -6574,7 +6623,7 @@ final _data = { r.ParameterMirrorImpl( r'values', 151126022, - 307, + 306, const prefix0.ContainedReflectable(), 23, 83, @@ -6586,7 +6635,7 @@ final _data = { r.ParameterMirrorImpl( r'entries', 151126022, - 308, + 307, const prefix0.ContainedReflectable(), 23, 81, @@ -6598,10 +6647,10 @@ final _data = { r.ParameterMirrorImpl( r'source', 151126022, - 309, + 308, const prefix0.ContainedReflectable(), 23, - 130, + 129, 23, null, const [], @@ -6610,7 +6659,7 @@ final _data = { r.ParameterMirrorImpl( r'other', 151126022, - 311, + 310, const prefix0.ContainedReflectable(), 23, 87, @@ -6622,6 +6671,18 @@ final _data = { r.ParameterMirrorImpl( r'toElement', 134217734, + 311, + const prefix0.ContainedReflectable(), + -1, + 130, + 130, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'test', + 134217734, 312, const prefix0.ContainedReflectable(), -1, @@ -6631,26 +6692,14 @@ final _data = { const [], null, null), - r.ParameterMirrorImpl( - r'test', - 134217734, - 313, - const prefix0.ContainedReflectable(), - -1, - 132, - 132, - const [], - const [], - null, - null), r.ParameterMirrorImpl( r'toElements', 134217734, - 315, + 314, const prefix0.ContainedReflectable(), -1, - 133, - 133, + 132, + 132, const [], const [], null, @@ -6658,7 +6707,7 @@ final _data = { r.ParameterMirrorImpl( r'element', 67239942, - 316, + 315, const prefix0.ContainedReflectable(), 8, 8, @@ -6670,6 +6719,18 @@ final _data = { r.ParameterMirrorImpl( r'action', 134217734, + 316, + const prefix0.ContainedReflectable(), + -1, + 133, + 133, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'combine', + 134217734, 317, const prefix0.ContainedReflectable(), -1, @@ -6679,6 +6740,18 @@ final _data = { const [], null, null), + r.ParameterMirrorImpl( + r'initialValue', + 6, + 318, + const prefix0.ContainedReflectable(), + -1, + -1, + -1, + const [], + const [], + null, + null), r.ParameterMirrorImpl( r'combine', 134217734, @@ -6691,38 +6764,14 @@ final _data = { const [], null, null), - r.ParameterMirrorImpl( - r'initialValue', - 6, - 319, - const prefix0.ContainedReflectable(), - -1, - -1, - -1, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'combine', - 134217734, - 319, - const prefix0.ContainedReflectable(), - -1, - 136, - 136, - const [], - const [], - null, - null), r.ParameterMirrorImpl( r'test', 134217734, - 320, + 319, const prefix0.ContainedReflectable(), -1, - 132, - 132, + 131, + 131, const [], const [], null, @@ -6730,7 +6779,7 @@ final _data = { r.ParameterMirrorImpl( r'separator', 134354950, - 321, + 320, const prefix0.ContainedReflectable(), 15, 15, @@ -6742,11 +6791,11 @@ final _data = { r.ParameterMirrorImpl( r'test', 134217734, - 322, + 321, const prefix0.ContainedReflectable(), -1, - 132, - 132, + 131, + 131, const [], const [], null, @@ -6754,7 +6803,7 @@ final _data = { r.ParameterMirrorImpl( r'growable', 134363142, - 323, + 322, const prefix0.ContainedReflectable(), 14, 14, @@ -6766,7 +6815,7 @@ final _data = { r.ParameterMirrorImpl( r'count', 134348806, - 325, + 324, const prefix0.ContainedReflectable(), 16, 16, @@ -6778,11 +6827,11 @@ final _data = { r.ParameterMirrorImpl( r'test', 134217734, - 326, + 325, const prefix0.ContainedReflectable(), -1, - 132, - 132, + 131, + 131, const [], const [], null, @@ -6790,7 +6839,7 @@ final _data = { r.ParameterMirrorImpl( r'count', 134348806, - 327, + 326, const prefix0.ContainedReflectable(), 16, 16, @@ -6799,26 +6848,50 @@ final _data = { const [], null, null), + r.ParameterMirrorImpl( + r'test', + 134217734, + 327, + const prefix0.ContainedReflectable(), + -1, + 131, + 131, + const [], + const [], + null, + null), r.ParameterMirrorImpl( r'test', 134217734, 328, const prefix0.ContainedReflectable(), -1, - 132, - 132, + 131, + 131, const [], const [], null, null), + r.ParameterMirrorImpl( + r'orElse', + 67121158, + 328, + const prefix0.ContainedReflectable(), + -1, + 136, + 136, + const [], + const [], + null, + #orElse), r.ParameterMirrorImpl( r'test', 134217734, 329, const prefix0.ContainedReflectable(), -1, - 132, - 132, + 131, + 131, const [], const [], null, @@ -6829,8 +6902,8 @@ final _data = { 329, const prefix0.ContainedReflectable(), -1, - 137, - 137, + 136, + 136, const [], const [], null, @@ -6841,8 +6914,8 @@ final _data = { 330, const prefix0.ContainedReflectable(), -1, - 132, - 132, + 131, + 131, const [], const [], null, @@ -6853,32 +6926,8 @@ final _data = { 330, const prefix0.ContainedReflectable(), -1, - 137, - 137, - const [], - const [], - null, - #orElse), - r.ParameterMirrorImpl( - r'test', - 134217734, - 331, - const prefix0.ContainedReflectable(), - -1, - 132, - 132, - const [], - const [], - null, - null), - r.ParameterMirrorImpl( - r'orElse', - 67121158, - 331, - const prefix0.ContainedReflectable(), - -1, - 137, - 137, + 136, + 136, const [], const [], null, @@ -6886,7 +6935,7 @@ final _data = { r.ParameterMirrorImpl( r'index', 134348806, - 332, + 331, const prefix0.ContainedReflectable(), 16, 16, @@ -6895,10 +6944,82 @@ final _data = { const [], null, null), + r.ParameterMirrorImpl( + r'iterable', + 151126022, + 333, + const prefix0.ContainedReflectable(), + 23, + 116, + 23, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'leftDelimiter', + 134354950, + 333, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'rightDelimiter', + 134354950, + 333, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'iterable', + 151126022, + 334, + const prefix0.ContainedReflectable(), + 23, + 116, + 23, + null, + const [], + null, + null), + r.ParameterMirrorImpl( + r'leftDelimiter', + 134354950, + 334, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), + r.ParameterMirrorImpl( + r'rightDelimiter', + 134354950, + 334, + const prefix0.ContainedReflectable(), + 15, + 15, + 15, + const [], + const [], + null, + null), r.ParameterMirrorImpl( r'count', 134348806, - 342, + 343, const prefix0.ContainedReflectable(), 16, 16, @@ -6910,11 +7031,11 @@ final _data = { r.ParameterMirrorImpl( r'generator', 67112966, - 342, + 343, const prefix0.ContainedReflectable(), -1, - 138, - 138, + 137, + 137, const [], const [], null, @@ -6947,7 +7068,6 @@ final _data = { Iterable, prefix6.ReflectCapability, Deprecated, - Null, const m.TypeValue>() .type, prefix3.ReflectorData, @@ -7001,6 +7121,7 @@ final _data = { const m.TypeValue>().type, prefix5.LibraryDependencyMirror, const m.TypeValue>().type, + Null, const r.FakeType(r'dart.core.Map'), const r.FakeType(r'dart.core.Map'), const r.FakeType(r'dart.core.Map'), @@ -7032,7 +7153,6 @@ final _data = { 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'), @@ -7130,7 +7250,7 @@ final _data = { Uri.parse( 'asset:angel3_container_generator/test/reflector_test.dart'), const prefix0.ContainedReflectable(), - const [45, 46, 47], + const [43, 44, 45], { r'main': () => prefix1.main, r'returnVoidFromAFunction': () => prefix1.returnVoidFromAFunction, @@ -7151,14 +7271,12 @@ final _data = { null), r.LibraryMirrorImpl( r'dart.core', - Uri.parse(r'reflectable://2/dart.core'), + Uri.parse(r'reflectable://2/library dart:core'), const prefix0.ContainedReflectable(), - const [1, 2, 3, 4, 49, 50, 51], + const [1, 2, 47, 48, 49], { r'deprecated': () => deprecated, r'override': () => override, - r'provisional': () => provisional, - r'proxy': () => proxy, r'identical': () => identical, r'identityHashCode': () => identityHashCode, r'print': () => print @@ -7179,7 +7297,7 @@ final _data = { r'reflectable.src.reflectable_builder_based', Uri.parse('package:reflectable/src/reflectable_builder_based.dart'), const prefix0.ContainedReflectable(), - const [5, 6, 7, 61], + const [3, 4, 5, 57], { r'pleaseInitializeMessage': () => prefix3.pleaseInitializeMessage, r'data': () => prefix3.data, @@ -7216,6 +7334,8 @@ final _data = { Uri.parse('package:reflectable/capability.dart'), const prefix0.ContainedReflectable(), const [ + 6, + 7, 8, 9, 10, @@ -7235,13 +7355,11 @@ final _data = { 24, 25, 26, - 27, - 28, - 62, - 63, - 64, - 65, - 66 + 58, + 59, + 60, + 61, + 62 ], { r'instanceInvokeCapability': () => From 1301b492f730000bc12e55270d8931e32c95e89a Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sun, 21 May 2023 09:20:55 +0800 Subject: [PATCH 21/51] Updated framework --- CHANGELOG.md | 4 ++ packages/framework/CHANGELOG.md | 4 ++ .../lib/src/core/response_context.dart | 2 +- .../lib/src/http2/http2_response_context.dart | 8 +-- packages/framework/pubspec.yaml | 64 +++++++++---------- 5 files changed, 45 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 329d8413..3f28d4b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ * Upgraded: angel3_container * Upgraded: angel3_container_generator * Upgraded: angel3_mock_request +* Upgraded: angel3_framework +* Upgraded: angel3_auth (todo) +* Upgraded: angel3_configuration (todo) +* Upgraded: angel3_validate (todo) ## 7.0.0 diff --git a/packages/framework/CHANGELOG.md b/packages/framework/CHANGELOG.md index 17ddb23e..43aa203a 100644 --- a/packages/framework/CHANGELOG.md +++ b/packages/framework/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.4 * Updated `Expose` fields to non-nullable diff --git a/packages/framework/lib/src/core/response_context.dart b/packages/framework/lib/src/core/response_context.dart index 317c07fd..97793880 100644 --- a/packages/framework/lib/src/core/response_context.dart +++ b/packages/framework/lib/src/core/response_context.dart @@ -392,7 +392,7 @@ abstract class ResponseContext } } -abstract class LockableBytesBuilder extends BytesBuilder { +abstract class LockableBytesBuilder implements BytesBuilder { factory LockableBytesBuilder() { return _LockableBytesBuilderImpl(); } diff --git a/packages/framework/lib/src/http2/http2_response_context.dart b/packages/framework/lib/src/http2/http2_response_context.dart index 8898453b..fc625d34 100644 --- a/packages/framework/lib/src/http2/http2_response_context.dart +++ b/packages/framework/lib/src/http2/http2_response_context.dart @@ -60,10 +60,10 @@ class Http2ResponseContext extends ResponseContext { @override BytesBuilder? get buffer => _buffer; - @override - void addError(Object error, [StackTrace? stackTrace]) { - super.addError(error, stackTrace); - } + // @override + // void addError(Object error, [StackTrace? stackTrace]) { + // super.addError(error, stackTrace); + // } @override void useBuffer() { diff --git a/packages/framework/pubspec.yaml b/packages/framework/pubspec.yaml index 7d18735a..cab7b2a2 100644 --- a/packages/framework/pubspec.yaml +++ b/packages/framework/pubspec.yaml @@ -1,49 +1,49 @@ name: angel3_framework -version: 7.0.4 +version: 8.0.0 description: A high-powered HTTP server extensible framework with dependency injection, routing and much more. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/framework environment: - sdk: '>=2.18.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_container: ^7.0.0 - angel3_http_exception: ^7.0.0 - angel3_model: ^7.0.0 - angel3_route: ^7.0.0 - angel3_mock_request: ^7.0.0 - belatuk_merge_map: ^4.0.0 - belatuk_combinator: ^4.0.0 - belatuk_http_server: ^3.0.0 - charcode: ^1.2.0 - file: ^6.1.0 + angel3_container: ^8.0.0 + angel3_http_exception: ^8.0.0 + angel3_model: ^8.0.0 + angel3_route: ^8.0.0 + angel3_mock_request: ^8.0.0 + belatuk_merge_map: ^5.0.0 + belatuk_combinator: ^5.0.0 + belatuk_http_server: ^4.0.0 + charcode: ^1.3.0 + file: ^7.0.0 http_parser: ^4.0.0 http2: ^2.0.0 - logging: ^1.0.0 - matcher: ^0.12.10 - meta: ^1.3.0 + logging: ^1.1.0 + matcher: ^0.12.16 + meta: ^1.9.0 mime: ^1.0.0 path: ^1.8.0 - quiver: ^3.0.1 - recase: ^4.0.0 - stack_trace: ^1.10.0 - string_scanner: ^1.1.0 + quiver: ^3.2.0 + recase: ^4.1.0 + stack_trace: ^1.11.0 + string_scanner: ^1.2.0 tuple: ^2.0.0 - uuid: ^3.0.1 - collection: ^1.15.0 + uuid: ^3.0.0 + collection: ^1.17.0 dev_dependencies: http: ^0.13.1 io: ^1.0.0 - test: ^1.21.0 - lints: ^2.0.0 + test: ^1.24.0 + lints: ^2.1.0 dependency_overrides: angel3_container: path: ../container/angel_container -# angel3_http_exception: -# path: ../http_exception -# angel3_model: -# path: ../model -# angel3_route: -# path: ../route -# angel3_mock_request: -# path: ../mock_request - + angel3_http_exception: + path: ../http_exception + angel3_model: + path: ../model + angel3_route: + path: ../route + angel3_mock_request: + path: ../mock_request + From b2618316ef5ab4a4e51f3aac97884c70d9d092cc Mon Sep 17 00:00:00 2001 From: Thomas Hii Date: Sun, 21 May 2023 09:29:15 +0000 Subject: [PATCH 22/51] Updated auth --- packages/auth/CHANGELOG.md | 4 ++++ packages/auth/pubspec.yaml | 48 +++++++++++++++++++------------------- 2 files changed, 28 insertions(+), 24 deletions(-) diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 1ad1bec3..182fe658 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.1 * Fixed linter warnings diff --git a/packages/auth/pubspec.yaml b/packages/auth/pubspec.yaml index 2755a8fb..a4dff73d 100644 --- a/packages/auth/pubspec.yaml +++ b/packages/auth/pubspec.yaml @@ -1,35 +1,35 @@ name: angel3_auth description: A complete authentication plugin for Angel3. Includes support for stateless JWT tokens, Basic Auth, and more. -version: 7.0.1 +version: 8.0.0 homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/auth environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_framework: ^7.0.0 - charcode: ^1.2.0 - collection: ^1.15.0 + angel3_framework: ^8.0.0 + charcode: ^1.3.0 + collection: ^1.17.0 crypto: ^3.0.0 http_parser: ^4.0.0 - meta: ^1.3.0 - quiver: ^3.0.0 - logging: ^1.0.0 + meta: ^1.9.0 + quiver: ^3.2.0 + logging: ^1.1.0 dev_dependencies: - angel3_container: ^7.0.0 - http: ^0.13.1 + angel3_container: ^8.0.0 + http: ^0.13.0 io: ^1.0.0 - test: ^1.21.0 - lints: ^2.0.0 -# dependency_overrides: -# angel3_container: -# path: ../container/angel_container -# angel3_framework: -# path: ../framework -# angel3_http_exception: -# path: ../http_exception -# angel3_model: -# path: ../model -# angel3_route: -# path: ../route -# angel3_mock_request: -# path: ../mock_request \ No newline at end of file + test: ^1.24.0 + lints: ^2.1.0 +dependency_overrides: + angel3_container: + path: ../container/angel_container + angel3_framework: + path: ../framework + angel3_http_exception: + path: ../http_exception + angel3_model: + path: ../model + angel3_route: + path: ../route + angel3_mock_request: + path: ../mock_request \ No newline at end of file From b8475b01b84b468959083c932b1644d7b88b9181 Mon Sep 17 00:00:00 2001 From: Thomas Hii Date: Sun, 21 May 2023 11:02:54 +0000 Subject: [PATCH 23/51] Updated configuration --- CHANGELOG.md | 4 +- packages/auth/lib/src/strategies/local.dart | 19 +-------- packages/auth/test/protect_cookie_test.dart | 2 +- packages/configuration/CHANGELOG.md | 4 ++ packages/configuration/pubspec.yaml | 44 ++++++++++----------- 5 files changed, 30 insertions(+), 43 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f28d4b2..389d72b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,8 @@ * Upgraded: angel3_container_generator * Upgraded: angel3_mock_request * Upgraded: angel3_framework -* Upgraded: angel3_auth (todo) -* Upgraded: angel3_configuration (todo) +* Upgraded: angel3_auth +* Upgraded: angel3_configuration * Upgraded: angel3_validate (todo) ## 7.0.0 diff --git a/packages/auth/lib/src/strategies/local.dart b/packages/auth/lib/src/strategies/local.dart index d4d8b68f..a0407153 100644 --- a/packages/auth/lib/src/strategies/local.dart +++ b/packages/auth/lib/src/strategies/local.dart @@ -5,8 +5,6 @@ import 'package:angel3_framework/angel3_framework.dart'; import '../options.dart'; import '../strategy.dart'; -bool _validateString(String? str) => str != null && str.isNotEmpty; - /// Determines the validity of an incoming username and password. // typedef FutureOr LocalAuthVerifier(String? username, String? password); typedef LocalAuthVerifier = FutureOr Function( @@ -72,22 +70,7 @@ class LocalAuthStrategy extends AuthStrategy { } } - if (verificationResult == null) { - var body = await req - .parseBody() - .then((_) => req.bodyAsMap) - .catchError((_) => {}); - //if (body != null) { - if (_validateString(body[usernameField].toString()) && - _validateString(body[passwordField].toString())) { - verificationResult = await verifier( - body[usernameField].toString(), body[passwordField].toString()); - } - //} - } - - if (verificationResult == null || - (verificationResult is Map && verificationResult.isEmpty)) { + if (verificationResult is Map && verificationResult.isEmpty) { if (localOptions.failureRedirect != null && localOptions.failureRedirect!.isNotEmpty) { await res.redirect(localOptions.failureRedirect, code: 401); diff --git a/packages/auth/test/protect_cookie_test.dart b/packages/auth/test/protect_cookie_test.dart index b9a9e4aa..ddd750f1 100644 --- a/packages/auth/test/protect_cookie_test.dart +++ b/packages/auth/test/protect_cookie_test.dart @@ -11,7 +11,7 @@ void main() { secureCookies: true, cookieDomain: 'SECURE', jwtLifeSpan: threeDays.inMilliseconds, - serializer: (u) => u as String, + serializer: (u) => u, deserializer: (u) => u); setUp(() => defaultCookie = Cookie('a', 'b')); diff --git a/packages/configuration/CHANGELOG.md b/packages/configuration/CHANGELOG.md index e6dde2e1..2aaedd2c 100644 --- a/packages/configuration/CHANGELOG.md +++ b/packages/configuration/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.0 * Require Dart >= 2.17 diff --git a/packages/configuration/pubspec.yaml b/packages/configuration/pubspec.yaml index 86ad7c71..dc81fdad 100644 --- a/packages/configuration/pubspec.yaml +++ b/packages/configuration/pubspec.yaml @@ -1,32 +1,32 @@ name: angel3_configuration -version: 7.0.0 +version: 8.0.0 description: Automatic YAML application configuration loader for Angel 3, with .env support. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/configuration environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_framework: ^7.0.0 - belatuk_merge_map: ^4.0.0 - dotenv: ^4.0.0 - file: ^6.1.0 + angel3_framework: ^8.0.0 + belatuk_merge_map: ^5.0.0 + dotenv: ^4.1.0 + file: ^7.0.0 yaml: ^3.1.0 dev_dependencies: io: ^1.0.0 - logging: ^1.0.1 - lints: ^2.0.0 - belatuk_pretty_logging: ^5.0.0 - test: ^1.21.0 -# dependency_overrides: -# angel3_container: -# path: ../container/angel_container -# angel3_framework: -# path: ../framework -# angel3_http_exception: -# path: ../http_exception -# angel3_model: -# path: ../model -# angel3_route: -# path: ../route -# angel3_mock_request: -# path: ../mock_request \ No newline at end of file + logging: ^1.1.0 + lints: ^2.1.0 + belatuk_pretty_logging: ^6.0.0 + test: ^1.24.0 +dependency_overrides: + angel3_container: + path: ../container/angel_container + angel3_framework: + path: ../framework + angel3_http_exception: + path: ../http_exception + angel3_model: + path: ../model + angel3_route: + path: ../route + angel3_mock_request: + path: ../mock_request \ No newline at end of file From f89d15b1f4ba6909ee531496cbb24e69c755da0b Mon Sep 17 00:00:00 2001 From: Thomas Hii Date: Sun, 21 May 2023 11:06:47 +0000 Subject: [PATCH 24/51] Updated validate --- packages/validate/CHANGELOG.md | 4 ++++ packages/validate/pubspec.yaml | 44 +++++++++++++++++----------------- 2 files changed, 26 insertions(+), 22 deletions(-) diff --git a/packages/validate/CHANGELOG.md b/packages/validate/CHANGELOG.md index c04e990f..b7f3d420 100644 --- a/packages/validate/CHANGELOG.md +++ b/packages/validate/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.1 * Fixed linter warnings diff --git a/packages/validate/pubspec.yaml b/packages/validate/pubspec.yaml index d7954ecb..04d846bd 100644 --- a/packages/validate/pubspec.yaml +++ b/packages/validate/pubspec.yaml @@ -1,31 +1,31 @@ name: angel3_validate description: Cross-platform request body validation library based on `matcher`. -version: 7.0.1 +version: 8.0.0 homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/validate environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_framework: ^7.0.0 - angel3_http_exception: ^7.0.0 + angel3_framework: ^8.0.0 + angel3_http_exception: ^8.0.0 matcher: ^0.12.0 dev_dependencies: - angel3_mock_request: ^7.0.0 - build_runner: ^2.1.0 - build_web_compilers: ^3.2.0 - logging: ^1.0.1 - lints: ^2.0.0 - test: ^1.21.0 -# dependency_overrides: -# angel3_container: -# path: ../container/angel_container -# angel3_framework: -# path: ../framework -# angel3_http_exception: -# path: ../http_exception -# angel3_model: -# path: ../model -# angel3_route: -# path: ../route -# angel3_mock_request: -# path: ../mock_request \ No newline at end of file + angel3_mock_request: ^8.0.0 + build_runner: ^2.4.0 + build_web_compilers: ^4.0.0 + logging: ^1.1.0 + lints: ^2.1.0 + test: ^1.24.0 +dependency_overrides: + angel3_container: + path: ../container/angel_container + angel3_framework: + path: ../framework + angel3_http_exception: + path: ../http_exception + angel3_model: + path: ../model + angel3_route: + path: ../route + angel3_mock_request: + path: ../mock_request \ No newline at end of file From 3f77318e80ff07b08e990894a65a30478a321b9f Mon Sep 17 00:00:00 2001 From: Thomas Hii Date: Sun, 21 May 2023 11:09:39 +0000 Subject: [PATCH 25/51] Updated change log --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 389d72b1..829ff07e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,9 @@ * Upgraded: angel3_container_generator * Upgraded: angel3_mock_request * Upgraded: angel3_framework -* Upgraded: angel3_auth +* Upgraded: angel3_auth (4 failed test cases) * Upgraded: angel3_configuration -* Upgraded: angel3_validate (todo) +* Upgraded: angel3_validate ## 7.0.0 From 2933dbc191e7bee85e69868e1ccabf344a3f2363 Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Mon, 22 May 2023 23:50:41 +0800 Subject: [PATCH 26/51] Upgraded client --- CHANGELOG.md | 3 ++ packages/client/CHANGELOG.md | 4 +++ packages/client/pubspec.yaml | 64 ++++++++++++++++++------------------ 3 files changed, 39 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 829ff07e..8d452970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ * Upgraded: angel3_auth (4 failed test cases) * Upgraded: angel3_configuration * Upgraded: angel3_validate +* Upgraded: angel3_client (1 failed test cases) +* Upgraded: angel3_websocket +* Upgraded: angel3_test ## 7.0.0 diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index fa9e7991..c944400e 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.0 * Require Dart >= 2.17 diff --git a/packages/client/pubspec.yaml b/packages/client/pubspec.yaml index de7ff870..c9aa434b 100644 --- a/packages/client/pubspec.yaml +++ b/packages/client/pubspec.yaml @@ -1,41 +1,41 @@ name: angel3_client -version: 7.0.0 +version: 8.0.0 description: A browser, mobile and command line based client that supports querying Angel3 servers homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/client environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_http_exception: ^7.0.0 - belatuk_json_serializer: ^6.0.0 - collection: ^1.15.0 - http: ^0.13.1 - meta: ^1.3.0 + angel3_http_exception: ^8.0.0 + belatuk_json_serializer: ^7.0.0 + collection: ^1.17.0 + http: ^0.13.0 + meta: ^1.9.0 path: ^1.8.0 - logging: ^1.0.0 + logging: ^1.1.0 dev_dependencies: - angel3_framework: ^7.0.0 - angel3_model: ^7.0.0 - angel3_mock_request: ^7.0.0 - angel3_container: ^7.0.0 - angel3_auth: ^7.0.0 - async: ^2.6.1 - build_runner: ^2.1.2 - build_web_compilers: ^3.2.1 - test: ^1.21.0 - lints: ^2.0.0 -# dependency_overrides: -# angel3_container: -# path: ../container/angel_container -# angel3_framework: -# path: ../framework -# angel3_http_exception: -# path: ../http_exception -# angel3_model: -# path: ../model -# angel3_route: -# path: ../route -# angel3_mock_request: -# path: ../mock_request -# angel3_auth: -# path: ../auth \ No newline at end of file + angel3_framework: ^8.0.0 + angel3_model: ^8.0.0 + angel3_mock_request: ^8.0.0 + angel3_container: ^8.0.0 + angel3_auth: ^8.0.0 + async: ^2.11.0 + build_runner: ^2.4.0 + build_web_compilers: ^4.0.0 + test: ^1.24.0 + lints: ^2.1.0 +dependency_overrides: + angel3_container: + path: ../container/angel_container + angel3_framework: + path: ../framework + angel3_http_exception: + path: ../http_exception + angel3_model: + path: ../model + angel3_route: + path: ../route + angel3_mock_request: + path: ../mock_request + angel3_auth: + path: ../auth \ No newline at end of file From f3a1ede6fb56ad1a63c349a6f82c99109c307231 Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Mon, 22 May 2023 23:57:23 +0800 Subject: [PATCH 27/51] Upgraded client --- CHANGELOG.md | 2 +- packages/websocket/CHANGELOG.md | 4 +++ packages/websocket/pubspec.yaml | 60 ++++++++++++++++----------------- 3 files changed, 35 insertions(+), 31 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d452970..22720649 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ * Upgraded: angel3_configuration * Upgraded: angel3_validate * Upgraded: angel3_client (1 failed test cases) -* Upgraded: angel3_websocket +* Upgraded: angel3_websocket (1 failed test cases) * Upgraded: angel3_test ## 7.0.0 diff --git a/packages/websocket/CHANGELOG.md b/packages/websocket/CHANGELOG.md index 9a98b7fd..6bc6d1bd 100644 --- a/packages/websocket/CHANGELOG.md +++ b/packages/websocket/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.0 * Require Dart >= 2.17 diff --git a/packages/websocket/pubspec.yaml b/packages/websocket/pubspec.yaml index 5f80b9b3..7295fd71 100644 --- a/packages/websocket/pubspec.yaml +++ b/packages/websocket/pubspec.yaml @@ -1,41 +1,41 @@ name: angel3_websocket -version: 7.0.0 +version: 8.0.0 description: This library provides WebSockets support for Angel3 framework. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/websocket environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_auth: ^7.0.0 - angel3_client: ^7.0.0 - angel3_framework: ^7.0.0 - angel3_http_exception: ^7.0.0 - belatuk_merge_map: ^4.0.0 + angel3_auth: ^8.0.0 + angel3_client: ^8.0.0 + angel3_framework: ^8.0.0 + angel3_http_exception: ^8.0.0 + belatuk_merge_map: ^5.0.0 http: ^0.13.1 - meta: ^1.3.0 + meta: ^1.8.0 stream_channel: ^2.1.0 web_socket_channel: ^2.1.0 - collection: ^1.15.0 - logging: ^1.0.1 + collection: ^1.17.0 + logging: ^1.1.0 dev_dependencies: - angel3_container: ^7.0.0 - angel3_model: ^7.0.0 - test: ^1.21.0 - lints: ^2.0.0 -# dependency_overrides: -# angel3_container: -# path: ../container/angel_container -# angel3_framework: -# path: ../framework -# angel3_http_exception: -# path: ../http_exception -# angel3_model: -# path: ../model -# angel3_route: -# path: ../route -# angel3_mock_request: -# path: ../mock_request -# angel3_auth: -# path: ../auth -# angel3_client: -# path: ../client \ No newline at end of file + angel3_container: ^8.0.0 + angel3_model: ^8.0.0 + test: ^1.241.0 + lints: ^2.1.0 +dependency_overrides: + angel3_container: + path: ../container/angel_container + angel3_framework: + path: ../framework + angel3_http_exception: + path: ../http_exception + angel3_model: + path: ../model + angel3_route: + path: ../route + angel3_mock_request: + path: ../mock_request + angel3_auth: + path: ../auth + angel3_client: + path: ../client \ No newline at end of file From 85e7463afc39d39ab1ccdd488de8fdb382471a4e Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sat, 27 May 2023 06:58:32 +0800 Subject: [PATCH 28/51] Upgraded to Dart 3 --- packages/auth/CHANGELOG.md | 1 + packages/auth/pubspec.yaml | 4 +- packages/client/CHANGELOG.md | 1 + packages/client/pubspec.yaml | 2 +- packages/configuration/pubspec.yaml | 2 +- packages/jael/jael/CHANGELOG.md | 4 ++ packages/jael/jael/README.md | 2 +- packages/jael/jael/pubspec.yaml | 20 +++--- .../jael/jael/test/render/render_test.dart | 6 +- .../lib/src/analyzer.dart | 6 +- .../jael/jael_language_server/pubspec.yaml | 24 ++++--- packages/jael/jael_preprocessor/CHANGELOG.md | 5 ++ packages/jael/jael_preprocessor/pubspec.yaml | 22 +++--- packages/test/CHANGELOG.md | 5 ++ packages/test/pubspec.yaml | 68 +++++++++---------- packages/websocket/pubspec.yaml | 4 +- 16 files changed, 97 insertions(+), 79 deletions(-) diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 182fe658..45549833 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -3,6 +3,7 @@ ## 8.0.0 * Require Dart >= 3.0 +* Upgraded `http` to 1.0.0 ## 7.0.1 diff --git a/packages/auth/pubspec.yaml b/packages/auth/pubspec.yaml index a4dff73d..63678c29 100644 --- a/packages/auth/pubspec.yaml +++ b/packages/auth/pubspec.yaml @@ -13,10 +13,10 @@ dependencies: http_parser: ^4.0.0 meta: ^1.9.0 quiver: ^3.2.0 - logging: ^1.1.0 + logging: ^1.2.0 dev_dependencies: angel3_container: ^8.0.0 - http: ^0.13.0 + http: ^1.0.0 io: ^1.0.0 test: ^1.24.0 lints: ^2.1.0 diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index c944400e..42f2641f 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -3,6 +3,7 @@ ## 8.0.0 * Require Dart >= 3.0 +* Updated `http` to 1.0.0 ## 7.0.0 diff --git a/packages/client/pubspec.yaml b/packages/client/pubspec.yaml index c9aa434b..5420f1c0 100644 --- a/packages/client/pubspec.yaml +++ b/packages/client/pubspec.yaml @@ -9,7 +9,7 @@ dependencies: angel3_http_exception: ^8.0.0 belatuk_json_serializer: ^7.0.0 collection: ^1.17.0 - http: ^0.13.0 + http: ^1.0.0 meta: ^1.9.0 path: ^1.8.0 logging: ^1.1.0 diff --git a/packages/configuration/pubspec.yaml b/packages/configuration/pubspec.yaml index dc81fdad..c50dfcf9 100644 --- a/packages/configuration/pubspec.yaml +++ b/packages/configuration/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: yaml: ^3.1.0 dev_dependencies: io: ^1.0.0 - logging: ^1.1.0 + logging: ^1.2.0 lints: ^2.1.0 belatuk_pretty_logging: ^6.0.0 test: ^1.24.0 diff --git a/packages/jael/jael/CHANGELOG.md b/packages/jael/jael/CHANGELOG.md index be6f5620..5617672b 100644 --- a/packages/jael/jael/CHANGELOG.md +++ b/packages/jael/jael/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.0 * Require Dart >= 2.17 diff --git a/packages/jael/jael/README.md b/packages/jael/jael/README.md index 57a98f1c..5e31cfbe 100644 --- a/packages/jael/jael/README.md +++ b/packages/jael/jael/README.md @@ -15,7 +15,7 @@ In your `pubspec.yaml`: ```yaml dependencies: - jael3: ^6.0.0 + jael3: ^8.0.0 ``` ## API diff --git a/packages/jael/jael/pubspec.yaml b/packages/jael/jael/pubspec.yaml index 86dd50bd..2e0376eb 100644 --- a/packages/jael/jael/pubspec.yaml +++ b/packages/jael/jael/pubspec.yaml @@ -1,21 +1,21 @@ name: jael3 -version: 7.0.0 +version: 8.0.0 description: A simple server-side HTML templating engine for Dart. Comparable to Blade or Liquid. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/jael/jael environment: sdk: '>=3.0.0 <4.0.0' dependencies: - args: ^2.0.0 - charcode: ^1.0.0 - belatuk_code_buffer: ^4.0.0 - belatuk_symbol_table: ^4.0.0 - source_span: ^1.0.0 - string_scanner: ^1.0.0 - collection: ^1.15.0 + args: ^2.4.0 + charcode: ^1.3.0 + belatuk_code_buffer: ^5.0.0 + belatuk_symbol_table: ^5.0.0 + source_span: ^1.10.0 + string_scanner: ^1.2.0 + collection: ^1.17.0 matcher: ^0.12.10 dev_dependencies: - lints: ^2.0.0 - test: ^1.21.0 + lints: ^2.1.0 + test: ^1.24.0 executables: jaelfmt: jaelfmt \ No newline at end of file diff --git a/packages/jael/jael/test/render/render_test.dart b/packages/jael/jael/test/render/render_test.dart index 404e2a2f..dc52c4ce 100644 --- a/packages/jael/jael/test/render/render_test.dart +++ b/packages/jael/jael/test/render/render_test.dart @@ -108,7 +108,7 @@ void main() { var buf = CodeBuffer(); var document = jael.parseDocument(template, sourceUrl: 'test.jael')!; var scope = SymbolTable(values: { - 'starters': starters, + 'starters': _starters, }); const jael.Renderer().render(document, buf, scope); @@ -153,7 +153,7 @@ void main() { var buf = CodeBuffer(); var document = jael.parseDocument(template, sourceUrl: 'test.jael')!; var scope = SymbolTable(values: { - 'starters': starters, + 'starters': _starters, }); const jael.Renderer().render(document, buf, scope); @@ -338,7 +338,7 @@ void main() { }); } -const List<_Pokemon> starters = [ +const List<_Pokemon> _starters = [ _Pokemon('Bulbasaur', 'Grass'), _Pokemon('Charmander', 'Fire'), _Pokemon('Squirtle', 'Water'), diff --git a/packages/jael/jael_language_server/lib/src/analyzer.dart b/packages/jael/jael_language_server/lib/src/analyzer.dart index 5ca4084a..a00e845c 100644 --- a/packages/jael/jael_language_server/lib/src/analyzer.dart +++ b/packages/jael/jael_language_server/lib/src/analyzer.dart @@ -7,8 +7,9 @@ class Analyzer extends Parser { final Logger logger; Analyzer(Scanner scanner, this.logger) : super(scanner); - @override - final errors = []; + //@override + //final errors = []; + SymbolTable? _scope = SymbolTable(); var allDefinitions = >[]; @@ -135,7 +136,6 @@ class Analyzer extends Parser { return element; } finally { _scope = _scope!.parent; - return null; } } diff --git a/packages/jael/jael_language_server/pubspec.yaml b/packages/jael/jael_language_server/pubspec.yaml index b4b27986..3dedb2b5 100644 --- a/packages/jael/jael_language_server/pubspec.yaml +++ b/packages/jael/jael_language_server/pubspec.yaml @@ -1,24 +1,26 @@ name: jael3_language_server -version: 7.0.0 +version: 8.0.0 description: Language Server Protocol implementation for the Jael templating engine. homepage: https://github.com/angel-dart/vscode publish_to: none environment: sdk: '>=3.0.0 <4.0.0' dependencies: - args: ^2.1.1 + args: ^2.4.0 # dart_language_server: ^0.1.16 - file: ^6.1.2 + file: ^7.0.0 io: ^1.0.0 - jael3: ^7.0.0 - jael3_preprocessor: ^7.0.0 - json_rpc_2: ^3.0.1 - logging: ^1.0.1 + jael3: ^8.0.0 + jael3_preprocessor: ^8.0.0 + belatuk_symbol_table: ^5.0.0 + json_rpc_2: ^3.0.0 + logging: ^1.2.0 path: ^1.8.0 - source_span: ^1.8.1 - string_scanner: ^1.1.0 - belatuk_symbol_table: ^4.0.0 - lints: ^2.0.0 + source_span: ^1.10.0 + string_scanner: ^1.2.0 + lints: ^2.1.0 + stream_channel: ^2.1.0 + async: ^2.11.0 executables: jael3_language_server: jael3_language_server dependency_overrides: diff --git a/packages/jael/jael_preprocessor/CHANGELOG.md b/packages/jael/jael_preprocessor/CHANGELOG.md index 20e2ca02..62288b60 100644 --- a/packages/jael/jael_preprocessor/CHANGELOG.md +++ b/packages/jael/jael_preprocessor/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 +* Updated `file` to 7.0.0 + ## 7.0.0 * Require Dart >= 2.17 diff --git a/packages/jael/jael_preprocessor/pubspec.yaml b/packages/jael/jael_preprocessor/pubspec.yaml index 26c7d5ac..144ec605 100644 --- a/packages/jael/jael_preprocessor/pubspec.yaml +++ b/packages/jael/jael_preprocessor/pubspec.yaml @@ -1,19 +1,19 @@ name: jael3_preprocessor -version: 7.0.0 +version: 8.0.0 description: A pre-processor for resolving blocks and includes within Jael templates. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/jael/jael_preprocessor environment: sdk: '>=3.0.0 <4.0.0' dependencies: - file: ^6.1.0 - jael3: ^7.0.0 - belatuk_symbol_table: ^4.0.0 - collection: ^1.15.0 + file: ^7.0.0 + jael3: ^8.0.0 + belatuk_symbol_table: ^5.0.0 + collection: ^1.17.0 dev_dependencies: - belatuk_code_buffer: ^4.0.0 - test: ^1.21.0 - lints: ^2.0.0 -# dependency_overrides: -# jael3: -# path: ../jael + belatuk_code_buffer: ^5.0.0 + test: ^1.24.0 + lints: ^2.1.0 +dependency_overrides: + jael3: + path: ../jael diff --git a/packages/test/CHANGELOG.md b/packages/test/CHANGELOG.md index 54c834a8..462cbed6 100644 --- a/packages/test/CHANGELOG.md +++ b/packages/test/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 +* Upgraded `http` to 1.0.0 + ## 7.0.0 * Require Dart >= 2.17 diff --git a/packages/test/pubspec.yaml b/packages/test/pubspec.yaml index 1c6d7d73..8c019c41 100644 --- a/packages/test/pubspec.yaml +++ b/packages/test/pubspec.yaml @@ -1,42 +1,42 @@ name: angel3_test -version: 7.0.0 +version: 8.0.0 description: Testing utility library for the Angel3 framework. Use with package:test. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/test environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_client: ^7.0.0 - angel3_framework: ^7.0.0 - angel3_http_exception: ^7.0.0 - angel3_validate: ^7.0.0 - angel3_websocket: ^7.0.0 - angel3_mock_request: ^7.0.0 - angel3_container: ^7.0.0 - http: ^0.13.1 - matcher: ^0.12.10 - web_socket_channel: ^2.0.0 + angel3_client: ^8.0.0 + angel3_framework: ^8.0.0 + angel3_http_exception: ^8.0.0 + angel3_validate: ^8.0.0 + angel3_websocket: ^8.0.0 + angel3_mock_request: ^8.0.0 + angel3_container: ^8.0.0 + http: ^1.0.0 + matcher: ^0.12.16 + web_socket_channel: ^2.4.0 dev_dependencies: - test: ^1.21.0 - lints: ^2.0.0 -# dependency_overrides: -# angel3_container: -# path: ../container/angel_container -# angel3_framework: -# path: ../framework -# angel3_http_exception: -# path: ../http_exception -# angel3_model: -# path: ../model -# angel3_route: -# path: ../route -# angel3_mock_request: -# path: ../mock_request -# angel3_auth: -# path: ../auth -# angel3_client: -# path: ../client -# angel3_websocket: -# path: ../websocket -# angel3_validate: -# path: ../validate \ No newline at end of file + test: ^1.24.0 + lints: ^2.1.0 +dependency_overrides: + angel3_container: + path: ../container/angel_container + angel3_framework: + path: ../framework + angel3_http_exception: + path: ../http_exception + angel3_model: + path: ../model + angel3_route: + path: ../route + angel3_mock_request: + path: ../mock_request + angel3_auth: + path: ../auth + angel3_client: + path: ../client + angel3_websocket: + path: ../websocket + angel3_validate: + path: ../validate \ No newline at end of file diff --git a/packages/websocket/pubspec.yaml b/packages/websocket/pubspec.yaml index 7295fd71..2b857911 100644 --- a/packages/websocket/pubspec.yaml +++ b/packages/websocket/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: angel3_framework: ^8.0.0 angel3_http_exception: ^8.0.0 belatuk_merge_map: ^5.0.0 - http: ^0.13.1 + http: ^1.0.0 meta: ^1.8.0 stream_channel: ^2.1.0 web_socket_channel: ^2.1.0 @@ -20,7 +20,7 @@ dependencies: dev_dependencies: angel3_container: ^8.0.0 angel3_model: ^8.0.0 - test: ^1.241.0 + test: ^1.24.0 lints: ^2.1.0 dependency_overrides: angel3_container: From 981397791adc487a624d03bee5bd3ccddc00944c Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sat, 27 May 2023 07:27:47 +0800 Subject: [PATCH 29/51] Updated JAEL to Dart 3 --- CHANGELOG.md | 29 +++---- packages/jael/angel_jael/CHANGELOG.md | 4 + packages/jael/angel_jael/README.md | 2 +- packages/jael/angel_jael/lib/angel3_jael.dart | 8 +- packages/jael/angel_jael/pubspec.yaml | 76 +++++++++---------- packages/jael/jael_preprocessor/README.md | 2 +- packages/jael/jael_web/CHANGELOG.md | 4 + packages/jael/jael_web/README.md | 4 + packages/jael/jael_web/example/main.g.dart | 2 +- .../jael/jael_web/example/stateful.g.dart | 2 +- .../jael_web/example/using_components.g.dart | 4 +- .../jael_web/lib/src/builder/builder.dart | 3 +- packages/jael/jael_web/pubspec.yaml | 18 ++--- 13 files changed, 86 insertions(+), 72 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22720649..3b6bd159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,19 +3,22 @@ ## 8.0.0 * Require Dart >= 3.0 -* Upgraded: angel3_http_exception -* Upgraded: angel3_route -* Upgraded: angel3_model -* Upgraded: angel3_container -* Upgraded: angel3_container_generator -* Upgraded: angel3_mock_request -* Upgraded: angel3_framework -* Upgraded: angel3_auth (4 failed test cases) -* Upgraded: angel3_configuration -* Upgraded: angel3_validate -* Upgraded: angel3_client (1 failed test cases) -* Upgraded: angel3_websocket (1 failed test cases) -* Upgraded: angel3_test +* Updated: angel3_http_exception +* Updated: angel3_route +* Updated: angel3_model +* Updated: angel3_container +* Updated: angel3_container_generator +* Updated: angel3_mock_request +* Updated: angel3_framework +* Updated: angel3_auth (4 failed test cases) +* Updated: angel3_configuration +* Updated: angel3_validate +* Updated: angel3_client (1 failed test cases) +* Updated: angel3_websocket (1 failed test cases) +* Updated: angel3_test +* Updated: jael3 +* Updated: jael3_preprocessor +* Updated: jael3_language_server ## 7.0.0 diff --git a/packages/jael/angel_jael/CHANGELOG.md b/packages/jael/angel_jael/CHANGELOG.md index d2772a98..725d0eb9 100644 --- a/packages/jael/angel_jael/CHANGELOG.md +++ b/packages/jael/angel_jael/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.0 * Require Dart >= 2.17 diff --git a/packages/jael/angel_jael/README.md b/packages/jael/angel_jael/README.md index a5a5f283..0ad29812 100644 --- a/packages/jael/angel_jael/README.md +++ b/packages/jael/angel_jael/README.md @@ -13,7 +13,7 @@ In your `pubspec.yaml`: ```yaml dependencies: - angel3_jael: ^6.0.0 + angel3_jael: ^8.0.0 ``` ## Usage diff --git a/packages/jael/angel_jael/lib/angel3_jael.dart b/packages/jael/angel_jael/lib/angel3_jael.dart index 187d0c45..bd358ac6 100644 --- a/packages/jael/angel_jael/lib/angel3_jael.dart +++ b/packages/jael/angel_jael/lib/angel3_jael.dart @@ -22,7 +22,7 @@ AngelConfigurer jael(Directory viewsDirectory, bool asDSX = false, bool minified = true, CodeBuffer Function()? createBuffer}) { - var _cache = cache ?? {}; + var localCache = cache ?? {}; var bufferFunc = createBuffer ?? () => CodeBuffer(); @@ -37,14 +37,14 @@ AngelConfigurer jael(Directory viewsDirectory, //var stopwatch = Stopwatch()..start(); - if (cacheViews && _cache.containsKey(name)) { - processed = _cache[name]; + if (cacheViews && localCache.containsKey(name)) { + processed = localCache[name]; } else { processed = await _loadViewTemplate(viewsDirectory, name, fileExtension: fileExtension, asDSX: asDSX, patch: patch); if (cacheViews) { - _cache[name] = processed!; + localCache[name] = processed!; } } //print('Time executed: ${stopwatch.elapsed.inMilliseconds}'); diff --git a/packages/jael/angel_jael/pubspec.yaml b/packages/jael/angel_jael/pubspec.yaml index 675320a1..d9a19c00 100644 --- a/packages/jael/angel_jael/pubspec.yaml +++ b/packages/jael/angel_jael/pubspec.yaml @@ -1,47 +1,47 @@ name: angel3_jael -version: 7.0.0 +version: 8.0.0 description: Angel support for the Jael templating engine, similar to Blade or Liquid. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/jael/angel_jael environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_framework: ^7.0.0 - jael3: ^7.0.0 - jael3_preprocessor: ^7.0.0 - belatuk_code_buffer: ^4.0.0 - belatuk_symbol_table: ^4.0.0 - file: ^6.0.0 - logging: ^1.0.1 + angel3_framework: ^8.0.0 + jael3: ^8.0.0 + jael3_preprocessor: ^8.0.0 + belatuk_code_buffer: ^5.0.0 + belatuk_symbol_table: ^5.0.0 + file: ^7.0.0 + logging: ^1.2.0 dev_dependencies: - angel3_test: ^7.0.0 + angel3_test: ^8.0.0 html: ^0.15.0 - test: ^1.21.0 - lints: ^2.0.0 -# dependency_overrides: -# angel3_container: -# path: ../../container/angel_container -# angel3_framework: -# path: ../../framework -# angel3_http_exception: -# path: ../../http_exception -# angel3_model: -# path: ../../model -# angel3_route: -# path: ../../route -# angel3_mock_request: -# path: ../../mock_request -# angel3_auth: -# path: ../../auth -# angel3_client: -# path: ../../client -# angel3_websocket: -# path: ../../websocket -# angel3_validate: -# path: ../../validate -# angel3_test: -# path: ../../test -# jael3: -# path: ../jael -# jael3_preprocessor: -# path: ../jael_preprocessor + test: ^1.24.0 + lints: ^2.1.0 +dependency_overrides: + angel3_container: + path: ../../container/angel_container + angel3_framework: + path: ../../framework + angel3_http_exception: + path: ../../http_exception + angel3_model: + path: ../../model + angel3_route: + path: ../../route + angel3_mock_request: + path: ../../mock_request + angel3_auth: + path: ../../auth + angel3_client: + path: ../../client + angel3_websocket: + path: ../../websocket + angel3_validate: + path: ../../validate + angel3_test: + path: ../../test + jael3: + path: ../jael + jael3_preprocessor: + path: ../jael_preprocessor diff --git a/packages/jael/jael_preprocessor/README.md b/packages/jael/jael_preprocessor/README.md index ac9ba593..4fa7356f 100644 --- a/packages/jael/jael_preprocessor/README.md +++ b/packages/jael/jael_preprocessor/README.md @@ -13,7 +13,7 @@ In your `pubspec.yaml`: ```yaml dependencies: - jael3_prepreprocessor: ^6.0.0 + jael3_prepreprocessor: ^8.0.0 ``` ## Usage diff --git a/packages/jael/jael_web/CHANGELOG.md b/packages/jael/jael_web/CHANGELOG.md index 6d7ad1c8..8aa687bd 100644 --- a/packages/jael/jael_web/CHANGELOG.md +++ b/packages/jael/jael_web/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.1.1 * Added `exclusive` parameter to `createSync` diff --git a/packages/jael/jael_web/README.md b/packages/jael/jael_web/README.md index 22234379..8f812076 100644 --- a/packages/jael/jael_web/README.md +++ b/packages/jael/jael_web/README.md @@ -5,3 +5,7 @@ Experimental virtual DOM/SPA engine built on Jael. Supports SSR. **Not ready for production use.** + +## TODO + +* Builder failed to generate the class diff --git a/packages/jael/jael_web/example/main.g.dart b/packages/jael/jael_web/example/main.g.dart index 6a208fa6..56f13c64 100644 --- a/packages/jael/jael_web/example/main.g.dart +++ b/packages/jael/jael_web/example/main.g.dart @@ -6,7 +6,7 @@ part of 'main.dart'; // JaelComponentGenerator // ************************************************************************** -abstract class _HelloJaelTemplate implements Component { +mixin _HelloJaelTemplate implements Component { DateTime get now; @override DomNode render() { diff --git a/packages/jael/jael_web/example/stateful.g.dart b/packages/jael/jael_web/example/stateful.g.dart index fbf0816c..bd8221f5 100644 --- a/packages/jael/jael_web/example/stateful.g.dart +++ b/packages/jael/jael_web/example/stateful.g.dart @@ -6,7 +6,7 @@ part of 'stateful.dart'; // JaelComponentGenerator // ************************************************************************** -abstract class _StatefulAppJaelTemplate implements Component<_AppState> { +mixin _StatefulAppJaelTemplate implements Component<_AppState> { //Timer? get _timer; @override void beforeDestroy(); diff --git a/packages/jael/jael_web/example/using_components.g.dart b/packages/jael/jael_web/example/using_components.g.dart index db2bfcba..489ed5b9 100644 --- a/packages/jael/jael_web/example/using_components.g.dart +++ b/packages/jael/jael_web/example/using_components.g.dart @@ -6,7 +6,7 @@ part of 'using_components.dart'; // JaelComponentGenerator // ************************************************************************** -abstract class _MyAppJaelTemplate implements Component { +mixin _MyAppJaelTemplate implements Component { @override DomNode render() { return h('div', {}, [ @@ -16,7 +16,7 @@ abstract class _MyAppJaelTemplate implements Component { } } -abstract class _LabeledInputJaelTemplate implements Component { +mixin _LabeledInputJaelTemplate implements Component { String? get name; @override DomNode render() { diff --git a/packages/jael/jael_web/lib/src/builder/builder.dart b/packages/jael/jael_web/lib/src/builder/builder.dart index 3b61cf08..4cf394b8 100644 --- a/packages/jael/jael_web/lib/src/builder/builder.dart +++ b/packages/jael/jael_web/lib/src/builder/builder.dart @@ -60,9 +60,8 @@ class JaelComponentGenerator extends GeneratorForAnnotation { } // Generate a _XJaelTemplate mixin class - var clazz = Class((b) { + var clazz = Mixin((b) { b - ..abstract = true ..name = '_${element.name}JaelTemplate' ..implements.add(convertTypeReference(element.supertype)); diff --git a/packages/jael/jael_web/pubspec.yaml b/packages/jael/jael_web/pubspec.yaml index fbc8cde1..e8474cd8 100644 --- a/packages/jael/jael_web/pubspec.yaml +++ b/packages/jael/jael_web/pubspec.yaml @@ -1,5 +1,5 @@ name: jael3_web -version: 7.1.1 +version: 8.0.0 description: Experimental virtual DOM/SPA engine built on Jael3. Supports SSR. publish_to: none environment: @@ -9,15 +9,15 @@ dependencies: build: ^2.0.2 build_config: ^1.0.0 code_builder: ^4.0.0 - file: ^6.1.4 - path: ^1.8.2 - jael3: ^7.0.0 - jael3_preprocessor: ^7.0.0 - source_gen: ^1.0.2 + file: ^7.0.0 + path: ^1.8.0 + jael3: ^8.0.0 + jael3_preprocessor: ^8.0.0 + source_gen: ^1.3.0 dev_dependencies: - build_runner: ^2.0.4 - build_web_compilers: ^3.0.0 - lints: ^2.0.0 + build_runner: ^2.4.0 + build_web_compilers: ^4.0.0 + lints: ^2.1.0 dependency_overrides: jael3: path: ../jael From 7a9362fc56a84b73f5e8cb3ab36d491597438c43 Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sat, 27 May 2023 07:42:46 +0800 Subject: [PATCH 30/51] Updated production and hot to Dart 3 --- CHANGELOG.md | 5 +++ packages/hot/CHANGELOG.md | 5 +++ packages/hot/README.md | 4 +-- packages/hot/pubspec.yaml | 58 ++++++++++++++++---------------- packages/production/CHANGELOG.md | 4 +++ packages/production/pubspec.yaml | 42 +++++++++++------------ packages/validate/pubspec.yaml | 2 +- 7 files changed, 67 insertions(+), 53 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b6bd159..a4e83a0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ * Updated: jael3 * Updated: jael3_preprocessor * Updated: jael3_language_server +* Updated: angel3_jael +* Updated: jael3_web +* Updated: angel3_production +* Updated: angel3_hot +* Updated: angel3_static ## 7.0.0 diff --git a/packages/hot/CHANGELOG.md b/packages/hot/CHANGELOG.md index afcbb087..f029da3f 100644 --- a/packages/hot/CHANGELOG.md +++ b/packages/hot/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 +* Updated `vm_service` to 11.6.0 + ## 7.0.1 * Updated `server` header to `angel3` diff --git a/packages/hot/README.md b/packages/hot/README.md index 31e1bce6..45924623 100644 --- a/packages/hot/README.md +++ b/packages/hot/README.md @@ -17,8 +17,8 @@ In your `pubspec.yaml`: ```yaml dependencies: - angel3_framework: ^7.0.0 - angel3_hot: ^7.0.0 + angel3_framework: ^8.0.0 + angel3_hot: ^8.0.0 ``` ## Usage diff --git a/packages/hot/pubspec.yaml b/packages/hot/pubspec.yaml index baf50757..a22e40fd 100644 --- a/packages/hot/pubspec.yaml +++ b/packages/hot/pubspec.yaml @@ -1,41 +1,41 @@ name: angel3_hot -version: 7.0.1 +version: 8.0.0 description: Supports hot reloading/hot code push of Angel3 servers on file changes. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/hot environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_framework: ^7.0.0 - angel3_websocket: ^7.0.0 - belatuk_html_builder: ^4.0.0 - charcode: ^1.2.0 - glob: ^2.0.1 + angel3_framework: ^8.0.0 + angel3_websocket: ^8.0.0 + belatuk_html_builder: ^5.0.0 + charcode: ^1.3.0 + glob: ^2.1.0 io: ^1.0.0 path: ^1.8.0 - vm_service: ^9.3.0 + vm_service: ^11.6.0 watcher: ^1.0.0 dev_dependencies: - http: ^0.13.2 - logging: ^1.0.1 - lints: ^2.0.0 -# dependency_overrides: -# angel3_container: -# path: ../container/angel_container -# angel3_framework: -# path: ../framework -# angel3_http_exception: -# path: ../http_exception -# angel3_model: -# path: ../model -# angel3_route: -# path: ../route -# angel3_mock_request: -# path: ../mock_request -# angel3_auth: -# path: ../auth -# angel3_client: -# path: ../client -# angel3_websocket: -# path: ../websocket + http: ^1.0.0 + logging: ^1.2.0 + lints: ^2.1.0 +dependency_overrides: + angel3_container: + path: ../container/angel_container + angel3_framework: + path: ../framework + angel3_http_exception: + path: ../http_exception + angel3_model: + path: ../model + angel3_route: + path: ../route + angel3_mock_request: + path: ../mock_request + angel3_auth: + path: ../auth + angel3_client: + path: ../client + angel3_websocket: + path: ../websocket \ No newline at end of file diff --git a/packages/production/CHANGELOG.md b/packages/production/CHANGELOG.md index c4830a4b..d875c098 100644 --- a/packages/production/CHANGELOG.md +++ b/packages/production/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.0 * Require Dart >= 2.17 diff --git a/packages/production/pubspec.yaml b/packages/production/pubspec.yaml index 7237deb8..810632fa 100644 --- a/packages/production/pubspec.yaml +++ b/packages/production/pubspec.yaml @@ -1,30 +1,30 @@ name: angel3_production -version: 7.0.0 +version: 8.0.0 description: Helpers for concurrency, message-passing, rotating loggers, and other production functionality in Angel3. homepage: https://angel3-framework.web.app repository: https://github.com/dukefirehawk/angel/tree/master/packages/production environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_container: ^7.0.0 - angel3_framework: ^7.0.0 - belatuk_pub_sub: ^5.0.0 - args: ^2.3.0 + angel3_container: ^8.0.0 + angel3_framework: ^8.0.0 + belatuk_pub_sub: ^6.0.0 + args: ^2.4.0 io: ^1.0.0 - logging: ^1.0.1 - intl: ^0.17.0 + logging: ^1.2.0 + intl: ^0.18.0 dev_dependencies: - lints: ^2.0.0 -# dependency_overrides: -# angel3_container: -# path: ../container/angel_container -# angel3_framework: -# path: ../framework -# angel3_http_exception: -# path: ../http_exception -# angel3_model: -# path: ../model -# angel3_route: -# path: ../route -# angel3_mock_request: -# path: ../mock_request + lints: ^2.1.0 +dependency_overrides: + angel3_container: + path: ../container/angel_container + angel3_framework: + path: ../framework + angel3_http_exception: + path: ../http_exception + angel3_model: + path: ../model + angel3_route: + path: ../route + angel3_mock_request: + path: ../mock_request diff --git a/packages/validate/pubspec.yaml b/packages/validate/pubspec.yaml index 04d846bd..9b58e861 100644 --- a/packages/validate/pubspec.yaml +++ b/packages/validate/pubspec.yaml @@ -13,7 +13,7 @@ dev_dependencies: angel3_mock_request: ^8.0.0 build_runner: ^2.4.0 build_web_compilers: ^4.0.0 - logging: ^1.1.0 + logging: ^1.2.0 lints: ^2.1.0 test: ^1.24.0 dependency_overrides: From 97e9c6caf1342cbc1d02e4fb92e38e4b40e85edf Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sat, 27 May 2023 07:45:57 +0800 Subject: [PATCH 31/51] Updated static --- packages/static/CHANGELOG.md | 4 +++ packages/static/README.md | 2 +- packages/static/pubspec.yaml | 66 ++++++++++++++++++------------------ 3 files changed, 38 insertions(+), 34 deletions(-) diff --git a/packages/static/CHANGELOG.md b/packages/static/CHANGELOG.md index 28047922..c015113a 100644 --- a/packages/static/CHANGELOG.md +++ b/packages/static/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.0 * Require Dart >= 2.17 diff --git a/packages/static/README.md b/packages/static/README.md index b0e32b6e..ed59bdd3 100644 --- a/packages/static/README.md +++ b/packages/static/README.md @@ -13,7 +13,7 @@ In `pubspec.yaml`: ```yaml dependencies: - angel3_static: ^6.0.0 + angel3_static: ^8.0.0 ``` ## Usage diff --git a/packages/static/pubspec.yaml b/packages/static/pubspec.yaml index 5c3e3a33..4373802c 100644 --- a/packages/static/pubspec.yaml +++ b/packages/static/pubspec.yaml @@ -1,46 +1,46 @@ name: angel3_static -version: 7.0.0 +version: 8.0.0 description: This library provides a virtual directory to serve static files for Angel3 framework. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/angel3/packages/static environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_framework: ^7.0.0 - belatuk_range_header: ^5.0.0 + angel3_framework: ^8.0.0 + belatuk_range_header: ^6.0.0 convert: ^3.0.0 crypto: ^3.0.1 - file: ^6.1.0 + file: ^7.0.0 http_parser: ^4.0.0 path: ^1.8.0 - logging: ^1.0.1 + logging: ^1.2.0 dev_dependencies: - angel3_test: ^7.0.0 - http: ^0.13.2 + angel3_test: ^8.0.0 + http: ^1.0.0 matcher: ^0.12.10 - lints: ^2.0.0 - test: ^1.21.0 -# dependency_overrides: -# angel3_container: -# path: ../container/angel_container -# angel3_framework: -# path: ../framework -# angel3_http_exception: -# path: ../http_exception -# angel3_model: -# path: ../model -# angel3_route: -# path: ../route -# angel3_mock_request: -# path: ../mock_request -# angel3_auth: -# path: ../auth -# angel3_client: -# path: ../client -# angel3_websocket: -# path: ../websocket -# angel3_validate: -# path: ../validate -# angel3_test: -# path: ../test - + lints: ^2.1.0 + test: ^1.24.0 +dependency_overrides: + angel3_container: + path: ../container/angel_container + angel3_framework: + path: ../framework + angel3_http_exception: + path: ../http_exception + angel3_model: + path: ../model + angel3_route: + path: ../route + angel3_mock_request: + path: ../mock_request + angel3_auth: + path: ../auth + angel3_client: + path: ../client + angel3_websocket: + path: ../websocket + angel3_validate: + path: ../validate + angel3_test: + path: ../test + From a1f0512f5abd9c7a38abf939898443ebf7af855b Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sat, 27 May 2023 07:59:53 +0800 Subject: [PATCH 32/51] Updated serialize to Dart 3 --- CHANGELOG.md | 4 +++ .../serialize/angel_serialize/CHANGELOG.md | 4 +++ .../serialize/angel_serialize/pubspec.yaml | 18 ++++++------- .../angel_serialize_generator/CHANGELOG.md | 4 +++ .../angel_serialize_generator/pubspec.yaml | 26 +++++++++---------- .../test/models/book.g.dart | 2 +- 6 files changed, 35 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4e83a0b..d094d970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,10 @@ * Updated: angel3_production * Updated: angel3_hot * Updated: angel3_static +* Updated: angel3_serialize +* Updated: angel3_serialize_generator +* Updated: angel3_orm +* Updated: angel3_orm_generator ## 7.0.0 diff --git a/packages/serialize/angel_serialize/CHANGELOG.md b/packages/serialize/angel_serialize/CHANGELOG.md index 5906db0a..26b8a2c6 100644 --- a/packages/serialize/angel_serialize/CHANGELOG.md +++ b/packages/serialize/angel_serialize/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.0 * Require Dart >= 2.17 diff --git a/packages/serialize/angel_serialize/pubspec.yaml b/packages/serialize/angel_serialize/pubspec.yaml index 91d3fde7..77a07465 100644 --- a/packages/serialize/angel_serialize/pubspec.yaml +++ b/packages/serialize/angel_serialize/pubspec.yaml @@ -1,18 +1,18 @@ name: angel3_serialize -version: 7.0.0 +version: 8.0.0 description: Static annotations powering Angel3 model serialization. Combine with angel3_serialize_generator for flexible modeling. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/serialize/angel_serialize environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_model: ^7.0.0 - collection: ^1.15.0 - meta: ^1.3.0 - quiver: ^3.0.1 + angel3_model: ^8.0.0 + collection: ^1.17.0 + meta: ^1.9.0 + quiver: ^3.2.0 dev_dependencies: - lints: ^2.0.0 -# dependency_overrides: -# angel3_model: -# path: ../../model + lints: ^2.1.0 +dependency_overrides: + angel3_model: + path: ../../model diff --git a/packages/serialize/angel_serialize_generator/CHANGELOG.md b/packages/serialize/angel_serialize_generator/CHANGELOG.md index 726c243a..ebea7d8d 100644 --- a/packages/serialize/angel_serialize_generator/CHANGELOG.md +++ b/packages/serialize/angel_serialize_generator/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.2.0-beta.1 * Require Dart >= 2.19 diff --git a/packages/serialize/angel_serialize_generator/pubspec.yaml b/packages/serialize/angel_serialize_generator/pubspec.yaml index c3832bd7..9cbb9803 100644 --- a/packages/serialize/angel_serialize_generator/pubspec.yaml +++ b/packages/serialize/angel_serialize_generator/pubspec.yaml @@ -7,25 +7,25 @@ environment: sdk: '>=3.0.0 <4.0.0' dependencies: analyzer: ^5.0.0 - angel3_model: ^7.0.0 - angel3_serialize: ^7.0.0 - belatuk_code_buffer: ^4.0.0 + angel3_model: ^8.0.0 + angel3_serialize: ^8.0.0 + belatuk_code_buffer: ^5.0.0 build: ^2.0.1 build_config: ^1.0.0 code_builder: ^4.0.0 - meta: ^1.3.0 + meta: ^1.9.0 path: ^1.8.0 recase: ^4.0.0 source_gen: ^1.0.0 quiver: ^3.0.1 - logging: ^1.0.0 + logging: ^1.2.0 dev_dependencies: build_runner: ^2.0.1 - collection: ^1.15.0 - lints: ^2.0.0 - test: ^1.21.0 -# dependency_overrides: -# angel3_model: -# path: ../../model -# angel3_serialize: -# path: ../angel_serialize + collection: ^1.17.0 + lints: ^2.1.0 + test: ^1.24.0 +dependency_overrides: + angel3_model: + path: ../../model + angel3_serialize: + path: ../angel_serialize diff --git a/packages/serialize/angel_serialize_generator/test/models/book.g.dart b/packages/serialize/angel_serialize_generator/test/models/book.g.dart index 0fec33c8..3ab37a3d 100644 --- a/packages/serialize/angel_serialize_generator/test/models/book.g.dart +++ b/packages/serialize/angel_serialize_generator/test/models/book.g.dart @@ -1,6 +1,6 @@ // GENERATED CODE - DO NOT MODIFY BY HAND -part of angel_serialize.test.models.book; +part of 'book.dart'; // ************************************************************************** // JsonModelGenerator From 435fbe4e1aaf836d5308601f1b177081fa03d2cb Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sat, 27 May 2023 08:37:00 +0800 Subject: [PATCH 33/51] Updated ORM --- packages/orm/angel_migration/CHANGELOG.md | 4 + packages/orm/angel_migration/pubspec.yaml | 14 ++-- .../orm/angel_migration_runner/CHANGELOG.md | 4 + .../lib/src/mysql/runner.dart | 1 + .../lib/src/mysql/schema.dart | 1 + .../lib/src/postgres/schema.dart | 1 + .../orm/angel_migration_runner/pubspec.yaml | 24 +++--- packages/orm/angel_orm/CHANGELOG.md | 4 + packages/orm/angel_orm/pubspec.yaml | 38 ++++----- packages/orm/angel_orm_generator/CHANGELOG.md | 4 + .../lib/angel3_orm_generator.dart | 1 - packages/orm/angel_orm_generator/pubspec.yaml | 84 +++++++++---------- packages/orm/angel_orm_mysql/pubspec.yaml | 34 ++++---- .../orm/angel_orm_mysql/test/orm_debug.dart | 3 - packages/orm/angel_orm_postgres/CHANGELOG.md | 4 + packages/orm/angel_orm_postgres/pubspec.yaml | 34 ++++---- packages/orm/angel_orm_service/CHANGELOG.md | 4 + packages/orm/angel_orm_service/pubspec.yaml | 82 +++++++++--------- packages/orm/angel_orm_test/CHANGELOG.md | 8 +- packages/orm/angel_orm_test/pubspec.yaml | 60 ++++++------- 20 files changed, 219 insertions(+), 190 deletions(-) diff --git a/packages/orm/angel_migration/CHANGELOG.md b/packages/orm/angel_migration/CHANGELOG.md index 774af50d..37e4aca9 100755 --- a/packages/orm/angel_migration/CHANGELOG.md +++ b/packages/orm/angel_migration/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.1.0 * Require Dart >= 2.18 diff --git a/packages/orm/angel_migration/pubspec.yaml b/packages/orm/angel_migration/pubspec.yaml index a3859fc8..2aea7ba0 100755 --- a/packages/orm/angel_migration/pubspec.yaml +++ b/packages/orm/angel_migration/pubspec.yaml @@ -1,14 +1,14 @@ name: angel3_migration -version: 7.1.0 +version: 8.0.0 description: Database migration runtime for Angel3 ORM. Use this package to define schemas. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_migration environment: - sdk: '>=2.18.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_orm: ^7.0.0 + angel3_orm: ^8.0.0 dev_dependencies: - lints: ^2.0.0 -# dependency_overrides: -# angel3_orm: -# path: ../angel_orm + lints: ^2.1.0 +dependency_overrides: + angel3_orm: + path: ../angel_orm diff --git a/packages/orm/angel_migration_runner/CHANGELOG.md b/packages/orm/angel_migration_runner/CHANGELOG.md index 52105413..742415a9 100755 --- a/packages/orm/angel_migration_runner/CHANGELOG.md +++ b/packages/orm/angel_migration_runner/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.1.0 * Require Dart >= 2.18 diff --git a/packages/orm/angel_migration_runner/lib/src/mysql/runner.dart b/packages/orm/angel_migration_runner/lib/src/mysql/runner.dart index a2cc93a2..561ace41 100644 --- a/packages/orm/angel_migration_runner/lib/src/mysql/runner.dart +++ b/packages/orm/angel_migration_runner/lib/src/mysql/runner.dart @@ -86,6 +86,7 @@ class MySqlMigrationRunner implements MigrationRunner { "INSERT INTO migrations (batch, path) VALUES ($curBatch, '$k')") .catchError((e) { _log.severe('Failed to insert into "migrations" table.', e); + throw Exception(e); }); return result.affectedRows.toInt(); diff --git a/packages/orm/angel_migration_runner/lib/src/mysql/schema.dart b/packages/orm/angel_migration_runner/lib/src/mysql/schema.dart index e2143b9c..20ab4ad0 100644 --- a/packages/orm/angel_migration_runner/lib/src/mysql/schema.dart +++ b/packages/orm/angel_migration_runner/lib/src/mysql/schema.dart @@ -22,6 +22,7 @@ class MySqlSchema extends Schema { var sql = compile(); var result = await ctx.execute(sql).catchError((e) { _log.severe('Failed to run query: [ $sql ]', e); + throw Exception(e); }); affectedRows = result.affectedRows.toInt(); }).catchError((e) { diff --git a/packages/orm/angel_migration_runner/lib/src/postgres/schema.dart b/packages/orm/angel_migration_runner/lib/src/postgres/schema.dart index f5a06275..2a1d4aa0 100755 --- a/packages/orm/angel_migration_runner/lib/src/postgres/schema.dart +++ b/packages/orm/angel_migration_runner/lib/src/postgres/schema.dart @@ -20,6 +20,7 @@ class PostgresSchema extends Schema { var sql = compile(); var result = await ctx.query(sql).catchError((e) { _log.severe('Failed to run query: [ $sql ]', e); + throw Exception(e); }); return result.affectedRowCount; }); diff --git a/packages/orm/angel_migration_runner/pubspec.yaml b/packages/orm/angel_migration_runner/pubspec.yaml index 3b825786..f45942c9 100755 --- a/packages/orm/angel_migration_runner/pubspec.yaml +++ b/packages/orm/angel_migration_runner/pubspec.yaml @@ -1,23 +1,23 @@ name: angel3_migration_runner -version: 7.1.0 +version: 8.0.0 description: Command-line based database migration runner for Angel3's ORM. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_migration_runner environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_migration: ^7.0.0 - angel3_orm: ^7.0.0 - args: ^2.1.0 + angel3_migration: ^8.0.0 + angel3_orm: ^8.0.0 + args: ^2.4.0 charcode: ^1.3.0 postgres: ^2.6.0 - mysql_client: ^0.0.26 + mysql_client: ^0.0.27 mysql1: ^0.20.0 - logging: ^1.1.0 + logging: ^1.2.0 dev_dependencies: - lints: ^2.0.0 -# dependency_overrides: -# angel3_orm: -# path: ../angel_orm -# angel3_migration: -# path: ../angel_migration + lints: ^2.1.0 +dependency_overrides: + angel3_orm: + path: ../angel_orm + angel3_migration: + path: ../angel_migration diff --git a/packages/orm/angel_orm/CHANGELOG.md b/packages/orm/angel_orm/CHANGELOG.md index 4ac7d715..cb4e48ef 100644 --- a/packages/orm/angel_orm/CHANGELOG.md +++ b/packages/orm/angel_orm/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.1.0 * Require Dart >= 2.18 diff --git a/packages/orm/angel_orm/pubspec.yaml b/packages/orm/angel_orm/pubspec.yaml index ae06f0c7..b4aa7fca 100644 --- a/packages/orm/angel_orm/pubspec.yaml +++ b/packages/orm/angel_orm/pubspec.yaml @@ -1,28 +1,28 @@ name: angel3_orm -version: 7.1.0 +version: 8.0.0 description: Runtime support for Angel3 ORM. Includes base classes for queries. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_orm environment: - sdk: '>=2.18.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: charcode: ^1.3.0 - intl: ^0.17.0 - meta: ^1.3.0 - string_scanner: ^1.1.0 + intl: ^0.18.0 + meta: ^1.9.0 + string_scanner: ^1.2.0 optional: ^6.1.0 - logging: ^1.0.0 + logging: ^1.2.0 dev_dependencies: - angel3_model: ^7.0.0 - angel3_serialize: ^7.0.0 - angel3_serialize_generator: ^7.0.0 - build_runner: ^2.1.1 - test: ^1.17.4 - lints: ^2.0.0 -# dependency_overrides: -# angel3_serialize: -# path: ../../serialize/angel_serialize -# angel3_serialize_generator: -# path: ../../serialize/angel_serialize_generator -# angel3_model: -# path: ../../model \ No newline at end of file + angel3_model: ^8.0.0 + angel3_serialize: ^8.0.0 + angel3_serialize_generator: ^8.0.0 + build_runner: ^2.4.0 + test: ^1.24.0 + lints: ^2.1.0 +dependency_overrides: + angel3_serialize: + path: ../../serialize/angel_serialize + angel3_serialize_generator: + path: ../../serialize/angel_serialize_generator + angel3_model: + path: ../../model \ No newline at end of file diff --git a/packages/orm/angel_orm_generator/CHANGELOG.md b/packages/orm/angel_orm_generator/CHANGELOG.md index 63d04b08..fc5d9bec 100644 --- a/packages/orm/angel_orm_generator/CHANGELOG.md +++ b/packages/orm/angel_orm_generator/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.2.0-beta.1 * [Breaking] Require Dart >= 2.19 diff --git a/packages/orm/angel_orm_generator/lib/angel3_orm_generator.dart b/packages/orm/angel_orm_generator/lib/angel3_orm_generator.dart index a853cf9d..da7b45f1 100644 --- a/packages/orm/angel_orm_generator/lib/angel3_orm_generator.dart +++ b/packages/orm/angel_orm_generator/lib/angel3_orm_generator.dart @@ -1,4 +1,3 @@ -//export 'src/mongodb_orm_generator.dart'; export 'src/migration_generator.dart'; export 'src/orm_build_context.dart'; export 'src/orm_generator.dart'; diff --git a/packages/orm/angel_orm_generator/pubspec.yaml b/packages/orm/angel_orm_generator/pubspec.yaml index 5c181b34..dbea1de2 100644 --- a/packages/orm/angel_orm_generator/pubspec.yaml +++ b/packages/orm/angel_orm_generator/pubspec.yaml @@ -1,54 +1,54 @@ name: angel3_orm_generator -version: 7.2.0-beta.1 +version: 8.0.0 description: Code generators for Angel3 ORM. Generates query builder classes. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_orm_generator environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_model: ^7.0.0 - angel3_serialize: ^7.0.0 - angel3_orm: ^7.0.0 - angel3_serialize_generator: ^7.2.0-beta.1 - analyzer: ^5.3.0 - inflection3: ^0.5.3+1 - build: ^2.0.1 - build_config: ^1.0.0 - code_builder: ^4.0.0 - dart_style: ^2.0.1 - meta: ^1.3.0 + angel3_model: ^8.0.0 + angel3_serialize: ^8.0.0 + angel3_orm: ^8.0.0 + angel3_serialize_generator: ^8.0.0 + analyzer: ^5.13.0 + inflection3: ^0.5.3+2 + build: ^2.4.0 + build_config: ^1.1.0 + code_builder: ^4.4.0 + dart_style: ^2.3.0 + meta: ^1.9.0 path: ^1.8.0 - recase: ^4.0.0 - source_gen: ^1.0.0 - collection: ^1.15.0 - logging: ^1.0.0 + recase: ^4.1.0 + source_gen: ^1.3.0 + collection: ^1.17.0 + logging: ^1.2.0 optional: ^6.0.0 dev_dependencies: - angel3_framework: ^7.0.0 - angel3_migration: ^7.0.0 - build_runner: ^2.0.1 + angel3_framework: ^8.0.0 + angel3_migration: ^8.0.0 + build_runner: ^2.4.0 postgres: ^2.4.0 - test: ^1.21.0 - lints: ^2.0.0 -#dependency_overrides: -# angel3_container: -# path: ../../container/angel_container -# angel3_framework: -# path: ../../framework -# angel3_http_exception: -# path: ../../http_exception -# angel3_model: -# path: ../../model -# angel3_route: -# path: ../../route -# angel3_mock_request: -# path: ../../mock_request -# angel3_serialize: -# path: ../../serialize/angel_serialize -# angel3_serialize_generator: -# path: ../../serialize/angel_serialize_generator -# angel3_orm: -# path: ../angel_orm -# angel3_migration: -# path: ../angel_migration + test: ^1.24.0 + lints: ^2.1.0 +dependency_overrides: + angel3_container: + path: ../../container/angel_container + angel3_framework: + path: ../../framework + angel3_http_exception: + path: ../../http_exception + angel3_model: + path: ../../model + angel3_route: + path: ../../route + angel3_mock_request: + path: ../../mock_request + angel3_serialize: + path: ../../serialize/angel_serialize + angel3_serialize_generator: + path: ../../serialize/angel_serialize_generator + angel3_orm: + path: ../angel_orm + angel3_migration: + path: ../angel_migration \ No newline at end of file diff --git a/packages/orm/angel_orm_mysql/pubspec.yaml b/packages/orm/angel_orm_mysql/pubspec.yaml index 1cd47353..dadbcc49 100644 --- a/packages/orm/angel_orm_mysql/pubspec.yaml +++ b/packages/orm/angel_orm_mysql/pubspec.yaml @@ -1,35 +1,35 @@ name: angel3_orm_mysql -version: 7.1.0-beta.1 +version: 8.0.0 description: MySQL support for Angel3 ORM. Includes functionality for querying and transactions. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_orm_mysql environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_orm: ^7.0.0 - logging: ^1.1.0 + angel3_orm: ^8.0.0 + logging: ^1.2.0 mysql1: ^0.20.0 mysql_client: ^0.0.27 optional: ^6.1.0 dev_dependencies: - angel3_orm_generator: ^7.1.0-beta.1 - angel3_orm_test: ^7.2.0-beta.1 - build_runner: ^2.0.1 + angel3_orm_generator: ^8.0.0 + angel3_orm_test: ^8.0.0 + build_runner: ^2.4.0 test: ^1.24.0 - lints: ^2.0.0 + lints: ^2.1.0 dependency_overrides: -# angel3_serialize: -# path: ../../serialize/angel_serialize -# angel3_serialize_generator: -# path: ../../serialize/angel_serialize_generator -# angel3_model: -# path: ../../model + angel3_serialize: + path: ../../serialize/angel_serialize + angel3_serialize_generator: + path: ../../serialize/angel_serialize_generator + angel3_model: + path: ../../model angel3_orm_test: path: ../angel_orm_test -# angel3_orm: -# path: ../angel_orm + angel3_orm: + path: ../angel_orm angel3_orm_generator: path: ../angel_orm_generator -# angel3_migration: -# path: ../angel_migration + angel3_migration: + path: ../angel_migration diff --git a/packages/orm/angel_orm_mysql/test/orm_debug.dart b/packages/orm/angel_orm_mysql/test/orm_debug.dart index 4df4e5e0..d1ebebe4 100644 --- a/packages/orm/angel_orm_mysql/test/orm_debug.dart +++ b/packages/orm/angel_orm_mysql/test/orm_debug.dart @@ -1,8 +1,5 @@ -import 'package:angel3_orm_test/angel3_orm_test.dart'; import 'package:logging/logging.dart'; -import 'common.dart'; - void main() async { //hierarchicalLoggingEnabled = true; Logger.root diff --git a/packages/orm/angel_orm_postgres/CHANGELOG.md b/packages/orm/angel_orm_postgres/CHANGELOG.md index f2db2f79..ed836eba 100644 --- a/packages/orm/angel_orm_postgres/CHANGELOG.md +++ b/packages/orm/angel_orm_postgres/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.1.0-beta.1 * Require Dart >= 2.19 diff --git a/packages/orm/angel_orm_postgres/pubspec.yaml b/packages/orm/angel_orm_postgres/pubspec.yaml index a0dbdea7..93db07d4 100644 --- a/packages/orm/angel_orm_postgres/pubspec.yaml +++ b/packages/orm/angel_orm_postgres/pubspec.yaml @@ -1,32 +1,34 @@ name: angel3_orm_postgres -version: 7.1.0-beta.1 +version: 8.0.0 description: PostgreSQL support for Angel3 ORM. Includes functionality for querying and transactions. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_orm_postgres environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_orm: ^7.0.0 - logging: ^1.1.0 + angel3_orm: ^8.0.0 + logging: ^1.2.0 pool: ^1.5.0 postgres: ^2.6.1 postgres_pool: ^2.1.6 dev_dependencies: - belatuk_pretty_logging: ^5.0.0 - angel3_orm_generator: ^7.1.0-beta.1 - angel3_orm_test: ^7.2.0-beta.1 + belatuk_pretty_logging: ^6.0.0 + angel3_orm_generator: ^8.0.0 + angel3_orm_test: ^8.0.0 test: ^1.24.0 - lints: ^2.0.0 + lints: ^2.1.0 dependency_overrides: -# angel3_serialize: -# path: ../../serialize/angel_serialize -# angel3_model: -# path: ../../model + angel3_serialize: + path: ../../serialize/angel_serialize + angel3_serialize_generator: + path: ../../serialize/angel_serialize_generator + angel3_model: + path: ../../model angel3_orm_test: path: ../angel_orm_test - angel3_orm_genrator: + angel3_orm_generator: path: ../angel_orm_generator -# angel3_orm: -# path: ../angel_orm -# angel3_migration: -# path: ../angel_migration + angel3_orm: + path: ../angel_orm + angel3_migration: + path: ../angel_migration diff --git a/packages/orm/angel_orm_service/CHANGELOG.md b/packages/orm/angel_orm_service/CHANGELOG.md index c4d3ec1e..14562707 100644 --- a/packages/orm/angel_orm_service/CHANGELOG.md +++ b/packages/orm/angel_orm_service/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.0 * Require Dart >= 2.17 diff --git a/packages/orm/angel_orm_service/pubspec.yaml b/packages/orm/angel_orm_service/pubspec.yaml index 85ef2d2e..65becdd0 100644 --- a/packages/orm/angel_orm_service/pubspec.yaml +++ b/packages/orm/angel_orm_service/pubspec.yaml @@ -1,51 +1,51 @@ name: angel3_orm_service -version: 7.0.0 +version: 8.0.0 description: Service implementation that wraps over Angel3 ORM Query classes. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_orm_service environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_framework: ^7.0.0 - angel3_orm: ^7.0.0 + angel3_framework: ^8.0.0 + angel3_orm: ^8.0.0 postgres: ^2.4.0 optional: ^6.0.0 dev_dependencies: - angel3_migration: ^7.0.0 - angel3_migration_runner: ^7.0.0 - angel3_orm_generator: ^7.0.0 - angel3_orm_postgres: ^7.0.0 - angel3_serialize: ^7.0.0 - build_runner: ^2.0.4 - logging: ^1.0.1 - test: ^1.21.0 - lints: ^2.0.0 -# dependency_overrides: -# angel3_container: -# path: ../../container/angel_container -# angel3_framework: -# path: ../../framework -# angel3_http_exception: -# path: ../../http_exception -# angel3_model: -# path: ../../model -# angel3_route: -# path: ../../route -# angel3_mock_request: -# path: ../../mock_request -# angel3_serialize: -# path: ../../serialize/angel_serialize -# angel3_serialize_generator: -# path: ../../serialize/angel_serialize_generator -# angel3_orm_test: -# path: ../angel_orm_test -# angel3_orm: -# path: ../angel_orm -# angel3_orm_generator: -# path: ../angel_orm_generator -# angel3_orm_postgres: -# path: ../angel_orm_postgres -# angel3_migration: -# path: ../angel_migration -# angel3_migration_runner: -# path: ../angel_migration_runner + angel3_migration: ^8.0.0 + angel3_migration_runner: ^8.0.0 + angel3_orm_generator: ^8.0.0 + angel3_orm_postgres: ^8.0.0 + angel3_serialize: ^8.0.0 + build_runner: ^2.4.0 + logging: ^1.2.0 + test: ^1.24.0 + lints: ^2.1.0 +dependency_overrides: + angel3_container: + path: ../../container/angel_container + angel3_framework: + path: ../../framework + angel3_http_exception: + path: ../../http_exception + angel3_model: + path: ../../model + angel3_route: + path: ../../route + angel3_mock_request: + path: ../../mock_request + angel3_serialize: + path: ../../serialize/angel_serialize + angel3_serialize_generator: + path: ../../serialize/angel_serialize_generator + angel3_orm_test: + path: ../angel_orm_test + angel3_orm: + path: ../angel_orm + angel3_orm_generator: + path: ../angel_orm_generator + angel3_orm_postgres: + path: ../angel_orm_postgres + angel3_migration: + path: ../angel_migration + angel3_migration_runner: + path: ../angel_migration_runner diff --git a/packages/orm/angel_orm_test/CHANGELOG.md b/packages/orm/angel_orm_test/CHANGELOG.md index 3bf41c85..bdbb50d6 100644 --- a/packages/orm/angel_orm_test/CHANGELOG.md +++ b/packages/orm/angel_orm_test/CHANGELOG.md @@ -1,12 +1,16 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.2.0-beta.1 -* [Breaking] Require Dart >= 2.19 +* Require Dart >= 2.19 ## 7.1.0 -* [Breaking] Require Dart >= 2.18 +* Require Dart >= 2.18 ## 7.0.2 diff --git a/packages/orm/angel_orm_test/pubspec.yaml b/packages/orm/angel_orm_test/pubspec.yaml index 06d61f1b..2aca930a 100644 --- a/packages/orm/angel_orm_test/pubspec.yaml +++ b/packages/orm/angel_orm_test/pubspec.yaml @@ -1,44 +1,44 @@ name: angel3_orm_test -version: 7.2.0-beta.1 +version: 8.0.0 description: Common tests for Angel3 ORM. Reference implmentation of the generated ORM files. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_orm_test environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_migration: ^7.0.0 - angel3_model: ^7.0.0 - angel3_orm: ^7.0.0 - angel3_serialize: ^7.0.0 + angel3_migration: ^8.0.0 + angel3_model: ^8.0.0 + angel3_orm: ^8.0.0 + angel3_serialize: ^8.0.0 io: ^1.0.0 test: ^1.24.0 - collection: ^1.15.0 + collection: ^1.17.0 optional: ^6.1.0 dev_dependencies: - angel3_orm_generator: ^7.1.0-beta.1 - angel3_framework: ^7.0.0 - build_runner: ^2.0.1 - lints: ^2.0.0 + angel3_orm_generator: ^8.0.0 + angel3_framework: ^8.0.0 + build_runner: ^2.4.0 + lints: ^2.1.0 dependency_overrides: -# angel3_container: -# path: ../../container/angel_container -# angel3_framework: -# path: ../../framework -# angel3_http_exception: -# path: ../../http_exception -# angel3_model: -# path: ../../model -# angel3_route: -# path: ../../route -# angel3_mock_request: -# path: ../../mock_request -# angel3_serialize: -# path: ../../serialize/angel_serialize -# angel3_serialize_generator: -# path: ../../serialize/angel_serialize_generator -# angel3_orm: -# path: ../angel_orm -# angel3_migration: -# path: ../angel_migration + angel3_container: + path: ../../container/angel_container + angel3_framework: + path: ../../framework + angel3_http_exception: + path: ../../http_exception + angel3_model: + path: ../../model + angel3_route: + path: ../../route + angel3_mock_request: + path: ../../mock_request + angel3_serialize: + path: ../../serialize/angel_serialize + angel3_serialize_generator: + path: ../../serialize/angel_serialize_generator + angel3_orm: + path: ../angel_orm + angel3_migration: + path: ../angel_migration angel3_orm_generator: path: ../angel_orm_generator From 79b3417fcc759d2dde71a07f034b13d223036b44 Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sat, 27 May 2023 08:39:42 +0800 Subject: [PATCH 34/51] Updated generated models --- packages/orm/angel_orm_test/lib/src/models/book.g.dart | 2 +- packages/orm/angel_orm_test/lib/src/models/car.g.dart | 2 +- packages/orm/angel_orm_test/lib/src/models/leg.g.dart | 2 +- packages/orm/angel_orm_test/lib/src/models/order.g.dart | 2 +- packages/orm/angel_orm_test/lib/src/models/person.g.dart | 2 +- packages/orm/angel_orm_test/lib/src/models/person_order.g.dart | 2 +- packages/orm/angel_orm_test/lib/src/models/quotation.g.dart | 2 +- packages/orm/angel_orm_test/lib/src/models/tree.g.dart | 2 +- packages/orm/angel_orm_test/lib/src/models/user.g.dart | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/orm/angel_orm_test/lib/src/models/book.g.dart b/packages/orm/angel_orm_test/lib/src/models/book.g.dart index 94996bf8..b27b3b0d 100644 --- a/packages/orm/angel_orm_test/lib/src/models/book.g.dart +++ b/packages/orm/angel_orm_test/lib/src/models/book.g.dart @@ -1,6 +1,6 @@ // GENERATED CODE - DO NOT MODIFY BY HAND -part of angel_orm3.generator.models.book; +part of 'book.dart'; // ************************************************************************** // MigrationGenerator diff --git a/packages/orm/angel_orm_test/lib/src/models/car.g.dart b/packages/orm/angel_orm_test/lib/src/models/car.g.dart index 14c19c2b..f73ab211 100644 --- a/packages/orm/angel_orm_test/lib/src/models/car.g.dart +++ b/packages/orm/angel_orm_test/lib/src/models/car.g.dart @@ -1,6 +1,6 @@ // GENERATED CODE - DO NOT MODIFY BY HAND -part of angel_orm3.generator.models.car; +part of 'car.dart'; // ************************************************************************** // MigrationGenerator diff --git a/packages/orm/angel_orm_test/lib/src/models/leg.g.dart b/packages/orm/angel_orm_test/lib/src/models/leg.g.dart index 183c9523..60b84dbd 100644 --- a/packages/orm/angel_orm_test/lib/src/models/leg.g.dart +++ b/packages/orm/angel_orm_test/lib/src/models/leg.g.dart @@ -1,6 +1,6 @@ // GENERATED CODE - DO NOT MODIFY BY HAND -part of angel3_orm_generator.test.models.leg; +part of 'leg.dart'; // ************************************************************************** // MigrationGenerator diff --git a/packages/orm/angel_orm_test/lib/src/models/order.g.dart b/packages/orm/angel_orm_test/lib/src/models/order.g.dart index aaa7fdce..9aa92be3 100644 --- a/packages/orm/angel_orm_test/lib/src/models/order.g.dart +++ b/packages/orm/angel_orm_test/lib/src/models/order.g.dart @@ -1,6 +1,6 @@ // GENERATED CODE - DO NOT MODIFY BY HAND -part of angel3_orm_generator.test.models.order; +part of 'order.dart'; // ************************************************************************** // MigrationGenerator diff --git a/packages/orm/angel_orm_test/lib/src/models/person.g.dart b/packages/orm/angel_orm_test/lib/src/models/person.g.dart index 2da16de2..c68ad130 100644 --- a/packages/orm/angel_orm_test/lib/src/models/person.g.dart +++ b/packages/orm/angel_orm_test/lib/src/models/person.g.dart @@ -1,6 +1,6 @@ // GENERATED CODE - DO NOT MODIFY BY HAND -part of angel_orm3.generator.models.person; +part of 'person.dart'; // ************************************************************************** // MigrationGenerator diff --git a/packages/orm/angel_orm_test/lib/src/models/person_order.g.dart b/packages/orm/angel_orm_test/lib/src/models/person_order.g.dart index c04a25d6..b07ea5f8 100644 --- a/packages/orm/angel_orm_test/lib/src/models/person_order.g.dart +++ b/packages/orm/angel_orm_test/lib/src/models/person_order.g.dart @@ -1,6 +1,6 @@ // GENERATED CODE - DO NOT MODIFY BY HAND -part of angel3_orm_generator.test.models.person_order; +part of 'person_order.dart'; // ************************************************************************** // MigrationGenerator diff --git a/packages/orm/angel_orm_test/lib/src/models/quotation.g.dart b/packages/orm/angel_orm_test/lib/src/models/quotation.g.dart index 6a1c9346..c35ff888 100644 --- a/packages/orm/angel_orm_test/lib/src/models/quotation.g.dart +++ b/packages/orm/angel_orm_test/lib/src/models/quotation.g.dart @@ -173,7 +173,7 @@ class QuotationQueryValues extends MapQueryValues { // ************************************************************************** @generatedSerializable -class Quotation extends _Quotation { +class Quotation implements _Quotation { Quotation({ this.id, this.name, diff --git a/packages/orm/angel_orm_test/lib/src/models/tree.g.dart b/packages/orm/angel_orm_test/lib/src/models/tree.g.dart index ac97a8ae..c8db339e 100644 --- a/packages/orm/angel_orm_test/lib/src/models/tree.g.dart +++ b/packages/orm/angel_orm_test/lib/src/models/tree.g.dart @@ -1,6 +1,6 @@ // GENERATED CODE - DO NOT MODIFY BY HAND -part of angel3_orm_generator.test.models.tree; +part of 'tree.dart'; // ************************************************************************** // MigrationGenerator diff --git a/packages/orm/angel_orm_test/lib/src/models/user.g.dart b/packages/orm/angel_orm_test/lib/src/models/user.g.dart index b6bff054..19143cdc 100644 --- a/packages/orm/angel_orm_test/lib/src/models/user.g.dart +++ b/packages/orm/angel_orm_test/lib/src/models/user.g.dart @@ -1,6 +1,6 @@ // GENERATED CODE - DO NOT MODIFY BY HAND -part of angel3_orm_generator.test.models.user; +part of 'user.dart'; // ************************************************************************** // MigrationGenerator From dad2106021f51c3e4a90c681ea6cb66005a5e208 Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sat, 27 May 2023 08:56:05 +0800 Subject: [PATCH 35/51] Updated cache and cors to Dart 3 --- CHANGELOG.md | 8 +++++ packages/cache/CHANGELOG.md | 4 +++ packages/cache/pubspec.yaml | 64 ++++++++++++++++++------------------- packages/cors/CHANGELOG.md | 4 +++ packages/cors/pubspec.yaml | 58 ++++++++++++++++----------------- 5 files changed, 77 insertions(+), 61 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d094d970..6acea485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,14 @@ * Updated: angel3_serialize_generator * Updated: angel3_orm * Updated: angel3_orm_generator +* Updated: angel3_migration +* Updated: angel3_migration_generator +* Updated: angel3_orm_postgresql +* Updated: angel3_orm_mysql +* Updated: angel3_orm_service +* Updated: angel3_orm_test +* Updated: angel3_orm_cache +* Updated: angel3_orm_cors ## 7.0.0 diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index 7cce8e7b..ea6458af 100644 --- a/packages/cache/CHANGELOG.md +++ b/packages/cache/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.0 * Require Dart >= 2.17 diff --git a/packages/cache/pubspec.yaml b/packages/cache/pubspec.yaml index 3ba6ac37..3a735692 100644 --- a/packages/cache/pubspec.yaml +++ b/packages/cache/pubspec.yaml @@ -1,42 +1,42 @@ name: angel3_cache -version: 7.0.0 +version: 8.0.0 description: A service that provides HTTP caching to the response data for Angel3 homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/cache environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_framework: ^7.0.0 - collection: ^1.15.0 - meta: ^1.4.0 + angel3_framework: ^8.0.0 + collection: ^1.17.0 + meta: ^1.9.0 pool: ^1.5.0 - logging: ^1.0.0 + logging: ^1.2.0 dev_dependencies: - angel3_test: ^7.0.0 + angel3_test: ^8.0.0 glob: ^2.0.1 - http: ^0.13.3 - test: ^1.21.0 - lints: ^2.0.0 -# dependency_overrides: -# angel3_container: -# path: ../container/angel_container -# angel3_framework: -# path: ../framework -# angel3_http_exception: -# path: ../http_exception -# angel3_model: -# path: ../model -# angel3_route: -# path: ../route -# angel3_mock_request: -# path: ../mock_request -# angel3_test: -# path: ../test -# angel3_websocket: -# path: ../websocket -# angel3_client: -# path: ../client -# angel3_auth: -# path: ../auth -# angel3_validate: -# path: ../validate \ No newline at end of file + http: ^1.0.0 + test: ^1.24.0 + lints: ^2.1.0 +dependency_overrides: + angel3_container: + path: ../container/angel_container + angel3_framework: + path: ../framework + angel3_http_exception: + path: ../http_exception + angel3_model: + path: ../model + angel3_route: + path: ../route + angel3_mock_request: + path: ../mock_request + angel3_test: + path: ../test + angel3_websocket: + path: ../websocket + angel3_client: + path: ../client + angel3_auth: + path: ../auth + angel3_validate: + path: ../validate \ No newline at end of file diff --git a/packages/cors/CHANGELOG.md b/packages/cors/CHANGELOG.md index 303348e2..2c587af3 100644 --- a/packages/cors/CHANGELOG.md +++ b/packages/cors/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.0 * Require Dart >= 2.17 diff --git a/packages/cors/pubspec.yaml b/packages/cors/pubspec.yaml index 2ffb1dc8..8f1ddd61 100644 --- a/packages/cors/pubspec.yaml +++ b/packages/cors/pubspec.yaml @@ -1,37 +1,37 @@ name: angel3_cors -version: 7.0.0 +version: 8.0.0 description: Angel3 CORS middleware. Ported from expressjs/cors to Angel3 framework. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/cors environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_framework: ^7.0.0 + angel3_framework: ^8.0.0 dev_dependencies: - angel3_test: ^7.0.0 - http: ^0.13.3 - lints: ^2.0.0 - test: ^1.21.0 -# dependency_overrides: -# angel3_container: -# path: ../container/angel_container -# angel3_framework: -# path: ../framework -# angel3_http_exception: -# path: ../http_exception -# angel3_model: -# path: ../model -# angel3_route: -# path: ../route -# angel3_mock_request: -# path: ../mock_request -# angel3_auth: -# path: ../auth -# angel3_client: -# path: ../client -# angel3_websocket: -# path: ../websocket -# angel3_validate: -# path: ../validate -# angel3_test: -# path: ../test + angel3_test: ^8.0.0 + http: ^1.0.0 + lints: ^2.1.0 + test: ^1.24.0 +dependency_overrides: + angel3_container: + path: ../container/angel_container + angel3_framework: + path: ../framework + angel3_http_exception: + path: ../http_exception + angel3_model: + path: ../model + angel3_route: + path: ../route + angel3_mock_request: + path: ../mock_request + angel3_auth: + path: ../auth + angel3_client: + path: ../client + angel3_websocket: + path: ../websocket + angel3_validate: + path: ../validate + angel3_test: + path: ../test From d440ebd6496306aeceebe55599fbe60b4c504d48 Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sat, 27 May 2023 09:33:53 +0800 Subject: [PATCH 36/51] Updated oauth --- packages/auth_oauth2/CHANGELOG.md | 5 ++ packages/auth_oauth2/pubspec.yaml | 40 +++++++------- packages/oauth2/CHANGELOG.md | 4 ++ packages/oauth2/pubspec.yaml | 66 ++++++++++++------------ packages/oauth2/test/auth_code_test.dart | 2 +- packages/oauth2/test/pkce_test.dart | 2 +- 6 files changed, 64 insertions(+), 55 deletions(-) diff --git a/packages/auth_oauth2/CHANGELOG.md b/packages/auth_oauth2/CHANGELOG.md index 9f1cafdb..ba854ed7 100644 --- a/packages/auth_oauth2/CHANGELOG.md +++ b/packages/auth_oauth2/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 +* Issue: `oauth2` does not support `http` 1.0.0 + ## 7.0.1 * Updated example diff --git a/packages/auth_oauth2/pubspec.yaml b/packages/auth_oauth2/pubspec.yaml index afdd260f..faf812cb 100644 --- a/packages/auth_oauth2/pubspec.yaml +++ b/packages/auth_oauth2/pubspec.yaml @@ -1,30 +1,30 @@ name: angel3_auth_oauth2 -version: 7.0.1 +version: 8.0.0 description: Angel3 library for authenticating users with external identity providers via OAuth2. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/auth_oauth2 environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_auth: ^7.0.0 - angel3_framework: ^7.0.0 + angel3_auth: ^8.0.0 + angel3_framework: ^8.0.0 http_parser: ^4.0.0 oauth2: ^2.0.0 dev_dependencies: - logging: ^1.0.1 - lints: ^2.0.0 -# dependency_overrides: -# angel3_container: -# path: ../container/angel_container -# angel3_framework: -# path: ../framework -# angel3_http_exception: -# path: ../http_exception -# angel3_model: -# path: ../model -# angel3_route: -# path: ../route -# angel3_mock_request: -# path: ../mock_request -# angel3_auth: -# path: ../auth + logging: ^1.2.0 + lints: ^2.1.0 +dependency_overrides: + angel3_container: + path: ../container/angel_container + angel3_framework: + path: ../framework + angel3_http_exception: + path: ../http_exception + angel3_model: + path: ../model + angel3_route: + path: ../route + angel3_mock_request: + path: ../mock_request + angel3_auth: + path: ../auth diff --git a/packages/oauth2/CHANGELOG.md b/packages/oauth2/CHANGELOG.md index 16c31fb9..ecbf2fe7 100644 --- a/packages/oauth2/CHANGELOG.md +++ b/packages/oauth2/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.0 * Require Dart >= 2.17 diff --git a/packages/oauth2/pubspec.yaml b/packages/oauth2/pubspec.yaml index 3623b04b..5959f234 100644 --- a/packages/oauth2/pubspec.yaml +++ b/packages/oauth2/pubspec.yaml @@ -1,43 +1,43 @@ name: angel3_oauth2 -version: 7.0.0 +version: 8.0.0 description: A class containing handlers that can be used within Angel to build a spec-compliant OAuth 2.0 server. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/oauth2 environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_framework: ^7.0.0 - angel3_http_exception: ^7.0.0 + angel3_framework: ^8.0.0 + angel3_http_exception: ^8.0.0 crypto: ^3.0.1 - collection: ^1.15.0 + collection: ^1.17.0 dev_dependencies: - angel3_validate: ^7.0.0 - angel3_test: ^7.0.0 - logging: ^1.0.1 + angel3_validate: ^8.0.0 + angel3_test: ^8.0.0 + logging: ^1.2.0 oauth2: ^2.0.0 - lints: ^2.0.0 - test: ^1.21.0 - uuid: ^3.0.4 -# dependency_overrides: -# angel3_container: -# path: ../container/angel_container -# angel3_framework: -# path: ../framework -# angel3_http_exception: -# path: ../http_exception -# angel3_model: -# path: ../model -# angel3_route: -# path: ../route -# angel3_mock_request: -# path: ../mock_request -# angel3_test: -# path: ../test -# angel3_validate: -# path: ../validate -# angel3_websocket: -# path: ../websocket -# angel3_client: -# path: ../client -# angel3_auth: -# path: ../auth \ No newline at end of file + lints: ^2.1.0 + test: ^1.24.0 + uuid: ^3.0.0 +dependency_overrides: + angel3_container: + path: ../container/angel_container + angel3_framework: + path: ../framework + angel3_http_exception: + path: ../http_exception + angel3_model: + path: ../model + angel3_route: + path: ../route + angel3_mock_request: + path: ../mock_request + angel3_test: + path: ../test + angel3_validate: + path: ../validate + angel3_websocket: + path: ../websocket + angel3_client: + path: ../client + angel3_auth: + path: ../auth \ No newline at end of file diff --git a/packages/oauth2/test/auth_code_test.dart b/packages/oauth2/test/auth_code_test.dart index ccca5471..2212f18b 100644 --- a/packages/oauth2/test/auth_code_test.dart +++ b/packages/oauth2/test/auth_code_test.dart @@ -176,7 +176,7 @@ class _Server extends AuthorizationServer { } } -class AuthCodes extends MapBase with MapMixin { +class AuthCodes with MapMixin { var inner = {}; @override diff --git a/packages/oauth2/test/pkce_test.dart b/packages/oauth2/test/pkce_test.dart index 2c80d632..0b58cc3b 100644 --- a/packages/oauth2/test/pkce_test.dart +++ b/packages/oauth2/test/pkce_test.dart @@ -262,7 +262,7 @@ class _Server extends AuthorizationServer { } } -class AuthCodes extends MapBase with MapMixin { +class AuthCodes with MapMixin { var inner = {}; @override From 82b78fdaef24783bc160eea6c9b8bf6a023fca22 Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sat, 27 May 2023 10:08:51 +0800 Subject: [PATCH 37/51] Updated to support dart 3 --- CHANGELOG.md | 15 ++++++++ packages/auth_oauth2/pubspec.yaml | 2 + packages/file_service/CHANGELOG.md | 4 ++ packages/file_service/pubspec.yaml | 36 +++++++++--------- packages/jinja/CHANGELOG.md | 4 ++ packages/jinja/pubspec.yaml | 58 ++++++++++++++--------------- packages/markdown/pubspec.yaml | 58 ++++++++++++++--------------- packages/mongo/pubspec.yaml | 40 ++++++++++---------- packages/mustache/CHANGELOG.md | 4 ++ packages/mustache/pubspec.yaml | 36 +++++++++--------- packages/oauth2/pubspec.yaml | 2 + packages/proxy/CHANGELOG.md | 4 ++ packages/proxy/pubspec.yaml | 60 +++++++++++++++--------------- packages/redis/CHANGELOG.md | 4 ++ packages/redis/pubspec.yaml | 36 +++++++++--------- 15 files changed, 201 insertions(+), 162 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6acea485..c64749a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,21 @@ * Updated: angel3_orm_test * Updated: angel3_orm_cache * Updated: angel3_orm_cors +* Updated: angel3_mustache +* Updated: angel3_proxy +* Updated: angel3_redis +* Updated: angel3_oauth2 (issue: oauth2 don't support http 1.0.0) +* Updated: angel3_markdown (issue: markdown don't support file 7.0.0) +* Updated: angel3_auth_oauth2 (issue: oauth2 don't support http 1.0.0) +* Updated: angel3_mongo (issue: mongo_dart don't support http 1.0.0) +* Updated: angel3_jinja (issue: 2 errors) +* Updated: angel3_user_agent (todo) +* Updated: angel3_sync (todo) +* Updated: angel3_shelf (todo) +* Updated: angel3_sembast (todo) +* Updated: angel3_security (todo) +* Updated: angel3_seo (todo) +* Updated: angel3_auth_twitter (todo) ## 7.0.0 diff --git a/packages/auth_oauth2/pubspec.yaml b/packages/auth_oauth2/pubspec.yaml index faf812cb..453a0490 100644 --- a/packages/auth_oauth2/pubspec.yaml +++ b/packages/auth_oauth2/pubspec.yaml @@ -14,6 +14,8 @@ dev_dependencies: logging: ^1.2.0 lints: ^2.1.0 dependency_overrides: + oauth2: + path: ../../../oauth2 angel3_container: path: ../container/angel_container angel3_framework: diff --git a/packages/file_service/CHANGELOG.md b/packages/file_service/CHANGELOG.md index 7cbf6390..bb58f290 100644 --- a/packages/file_service/CHANGELOG.md +++ b/packages/file_service/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.0 * Require Dart >= 2.17 diff --git a/packages/file_service/pubspec.yaml b/packages/file_service/pubspec.yaml index 8c87d0c8..02380aa9 100644 --- a/packages/file_service/pubspec.yaml +++ b/packages/file_service/pubspec.yaml @@ -1,27 +1,27 @@ name: angel3_file_service -version: 7.0.0 +version: 8.0.0 description: Angel service that persists data to a file on disk, stored as a JSON list. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/file_service environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_framework: ^7.0.0 - file: ^6.1.1 + angel3_framework: ^8.0.0 + file: ^7.0.0 pool: ^1.5.0 dev_dependencies: - test: ^1.21.0 - lints: ^2.0.0 -# dependency_overrides: -# angel3_container: -# path: ../container/angel_container -# angel3_framework: -# path: ../framework -# angel3_http_exception: -# path: ../http_exception -# angel3_model: -# path: ../model -# angel3_route: -# path: ../route -# angel3_mock_request: -# path: ../mock_request + test: ^1.24.0 + lints: ^2.1.0 +dependency_overrides: + angel3_container: + path: ../container/angel_container + angel3_framework: + path: ../framework + angel3_http_exception: + path: ../http_exception + angel3_model: + path: ../model + angel3_route: + path: ../route + angel3_mock_request: + path: ../mock_request diff --git a/packages/jinja/CHANGELOG.md b/packages/jinja/CHANGELOG.md index 041043f5..08573b33 100644 --- a/packages/jinja/CHANGELOG.md +++ b/packages/jinja/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.0 * Require Dart >= 2.17 diff --git a/packages/jinja/pubspec.yaml b/packages/jinja/pubspec.yaml index 21db7690..ee8dd817 100644 --- a/packages/jinja/pubspec.yaml +++ b/packages/jinja/pubspec.yaml @@ -1,37 +1,37 @@ name: angel3_jinja -version: 7.0.0 +version: 8.0.0 description: A service that renders Jinja2 template into HTML view for Angel3. Ported from Python to Dart. homepage: https://github.com/dukefirehawk/angel/tree/master/packages/jinja environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_framework: ^7.0.0 - jinja: ^0.3.4 + angel3_framework: ^8.0.0 + jinja: ^0.4.2 dev_dependencies: - angel3_test: ^7.0.0 + angel3_test: ^8.0.0 path: ^1.8.0 - test: ^1.21.0 - lints: ^2.0.0 -# dependency_overrides: -# angel3_container: -# path: ../container/angel_container -# angel3_framework: -# path: ../framework -# angel3_http_exception: -# path: ../http_exception -# angel3_model: -# path: ../model -# angel3_route: -# path: ../route -# angel3_mock_request: -# path: ../mock_request -# angel3_test: -# path: ../test -# angel3_websocket: -# path: ../websocket -# angel3_client: -# path: ../client -# angel3_auth: -# path: ../auth -# angel3_validate: -# path: ../validate \ No newline at end of file + test: ^1.24.0 + lints: ^2.1.0 +dependency_overrides: + angel3_container: + path: ../container/angel_container + angel3_framework: + path: ../framework + angel3_http_exception: + path: ../http_exception + angel3_model: + path: ../model + angel3_route: + path: ../route + angel3_mock_request: + path: ../mock_request + angel3_test: + path: ../test + angel3_websocket: + path: ../websocket + angel3_client: + path: ../client + angel3_auth: + path: ../auth + angel3_validate: + path: ../validate \ No newline at end of file diff --git a/packages/markdown/pubspec.yaml b/packages/markdown/pubspec.yaml index 18e36526..9bcaeea3 100644 --- a/packages/markdown/pubspec.yaml +++ b/packages/markdown/pubspec.yaml @@ -1,38 +1,38 @@ name: angel3_markdown -version: 7.0.0 +version: 8.0.0 description: Angel3 Markdown view generator. Write static sites, with no build step. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/markdown environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_framework: ^7.0.0 + angel3_framework: ^8.0.0 file: ^6.1.2 - markdown: ^6.0.0 + markdown: ^7.1.0 dev_dependencies: - angel3_test: ^7.0.0 - lints: ^2.0.0 - test: ^1.21.0 -# dependency_overrides: -# angel3_container: -# path: ../container/angel_container -# angel3_framework: -# path: ../framework -# angel3_http_exception: -# path: ../http_exception -# angel3_model: -# path: ../model -# angel3_route: -# path: ../route -# angel3_mock_request: -# path: ../mock_request -# angel3_test: -# path: ../test -# angel3_websocket: -# path: ../websocket -# angel3_client: -# path: ../client -# angel3_auth: -# path: ../auth -# angel3_validate: -# path: ../validate \ No newline at end of file + angel3_test: ^8.0.0 + lints: ^2.1.0 + test: ^1.24.0 +dependency_overrides: + angel3_container: + path: ../container/angel_container + angel3_framework: + path: ../framework + angel3_http_exception: + path: ../http_exception + angel3_model: + path: ../model + angel3_route: + path: ../route + angel3_mock_request: + path: ../mock_request + angel3_test: + path: ../test + angel3_websocket: + path: ../websocket + angel3_client: + path: ../client + angel3_auth: + path: ../auth + angel3_validate: + path: ../validate \ No newline at end of file diff --git a/packages/mongo/pubspec.yaml b/packages/mongo/pubspec.yaml index 510da81d..c9bc6054 100644 --- a/packages/mongo/pubspec.yaml +++ b/packages/mongo/pubspec.yaml @@ -1,29 +1,29 @@ name: angel3_mongo -version: 7.0.0 +version: 8.0.0 description: MongoDB-enabled services for the Angel3 framework. Well-tested. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/mongo environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_framework: ^7.0.0 - belatuk_json_serializer: ^6.0.0 - belatuk_merge_map: ^4.0.0 + angel3_framework: ^8.0.0 + belatuk_json_serializer: ^7.0.0 + belatuk_merge_map: ^5.0.0 mongo_dart: ^0.7.0 dev_dependencies: - http: ^0.13.0 - test: ^1.21.0 - lints: ^2.0.0 -# dependency_overrides: -# angel3_container: -# path: ../container/angel_container -# angel3_framework: -# path: ../framework -# angel3_http_exception: -# path: ../http_exception -# angel3_model: -# path: ../model -# angel3_route: -# path: ../route -# angel3_mock_request: -# path: ../mock_request \ No newline at end of file + http: ^1.0.0 + test: ^1.24.0 + lints: ^2.1.0 +dependency_overrides: + angel3_container: + path: ../container/angel_container + angel3_framework: + path: ../framework + angel3_http_exception: + path: ../http_exception + angel3_model: + path: ../model + angel3_route: + path: ../route + angel3_mock_request: + path: ../mock_request \ No newline at end of file diff --git a/packages/mustache/CHANGELOG.md b/packages/mustache/CHANGELOG.md index 81a69079..e12ad86a 100644 --- a/packages/mustache/CHANGELOG.md +++ b/packages/mustache/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.0 * Require Dart >= 2.17 diff --git a/packages/mustache/pubspec.yaml b/packages/mustache/pubspec.yaml index 1e85a0cb..48db4c0b 100644 --- a/packages/mustache/pubspec.yaml +++ b/packages/mustache/pubspec.yaml @@ -6,24 +6,24 @@ repository: https://github.com/dukefirehawk/angel/tree/master/packages/mustache environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_framework: ^7.0.0 - file: ^6.1.2 + angel3_framework: ^8.0.0 + file: ^7.0.0 mustache_template: ^2.0.0 path: ^1.8.0 dev_dependencies: - http: ^0.13.3 - test: ^1.21.0 - lints: ^2.0.0 -# dependency_overrides: -# angel3_container: -# path: ../container/angel_container -# angel3_framework: -# path: ../framework -# angel3_http_exception: -# path: ../http_exception -# angel3_model: -# path: ../model -# angel3_route: -# path: ../route -# angel3_mock_request: -# path: ../mock_request \ No newline at end of file + http: ^1.0.0 + test: ^1.24.0 + lints: ^2.1.0 +dependency_overrides: + angel3_container: + path: ../container/angel_container + angel3_framework: + path: ../framework + angel3_http_exception: + path: ../http_exception + angel3_model: + path: ../model + angel3_route: + path: ../route + angel3_mock_request: + path: ../mock_request \ No newline at end of file diff --git a/packages/oauth2/pubspec.yaml b/packages/oauth2/pubspec.yaml index 5959f234..349163fc 100644 --- a/packages/oauth2/pubspec.yaml +++ b/packages/oauth2/pubspec.yaml @@ -19,6 +19,8 @@ dev_dependencies: test: ^1.24.0 uuid: ^3.0.0 dependency_overrides: + oauth2: + path: ../../../oauth2 angel3_container: path: ../container/angel_container angel3_framework: diff --git a/packages/proxy/CHANGELOG.md b/packages/proxy/CHANGELOG.md index f38b645f..8c7a6ec0 100644 --- a/packages/proxy/CHANGELOG.md +++ b/packages/proxy/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.1 * Fixed `BytesBuilder` warnings diff --git a/packages/proxy/pubspec.yaml b/packages/proxy/pubspec.yaml index b02cc0e8..4c277330 100644 --- a/packages/proxy/pubspec.yaml +++ b/packages/proxy/pubspec.yaml @@ -6,36 +6,36 @@ repository: https://github.com/dukefirehawk/angel/tree/master/packages/proxy environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_framework: ^7.0.0 - http: ^0.13.3 + angel3_framework: ^8.0.0 + http: ^1.0.0 http_parser: ^4.0.0 path: ^1.8.0 dev_dependencies: - angel3_test: ^7.0.0 - angel3_mock_request: ^7.0.0 - logging: ^1.0.1 - lints: ^2.0.0 - test: ^1.21.0 -# dependency_overrides: -# angel3_framework: -# path: ../framework -# angel3_container: -# path: ../container/angel_container -# angel3_http_exception: -# path: ../http_exception -# angel3_model: -# path: ../model -# angel3_route: -# path: ../route -# angel3_mock_request: -# path: ../mock_request -# angel3_test: -# path: ../test -# angel3_websocket: -# path: ../websocket -# angel3_client: -# path: ../client -# angel3_auth: -# path: ../auth -# angel3_validate: -# path: ../validate \ No newline at end of file + angel3_test: ^8.0.0 + angel3_mock_request: ^8.0.0 + logging: ^1.2.0 + lints: ^2.1.0 + test: ^1.24.0 +dependency_overrides: + angel3_framework: + path: ../framework + angel3_container: + path: ../container/angel_container + angel3_http_exception: + path: ../http_exception + angel3_model: + path: ../model + angel3_route: + path: ../route + angel3_mock_request: + path: ../mock_request + angel3_test: + path: ../test + angel3_websocket: + path: ../websocket + angel3_client: + path: ../client + angel3_auth: + path: ../auth + angel3_validate: + path: ../validate \ No newline at end of file diff --git a/packages/redis/CHANGELOG.md b/packages/redis/CHANGELOG.md index ff064f7f..56a9f066 100644 --- a/packages/redis/CHANGELOG.md +++ b/packages/redis/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.0 * Require Dart >= 2.17 diff --git a/packages/redis/pubspec.yaml b/packages/redis/pubspec.yaml index db66f0b2..2395b977 100644 --- a/packages/redis/pubspec.yaml +++ b/packages/redis/pubspec.yaml @@ -1,27 +1,27 @@ name: angel3_redis -version: 7.0.0 +version: 8.0.0 description: An Angel3 service provider for Redis. Works well for caching volatile data. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/redis environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_framework: ^7.0.0 - angel3_http_exception: ^7.0.0 + angel3_framework: ^8.0.0 + angel3_http_exception: ^8.0.0 resp_client: ^1.2.0 dev_dependencies: - test: ^1.21.0 - lints: ^2.0.0 -# dependency_overrides: -# angel3_framework: -# path: ../framework -# angel3_container: -# path: ../container/angel_container -# angel3_http_exception: -# path: ../http_exception -# angel3_model: -# path: ../model -# angel3_route: -# path: ../route -# angel3_mock_request: -# path: ../mock_request \ No newline at end of file + test: ^1.24.0 + lints: ^2.1.0 +dependency_overrides: + angel3_framework: + path: ../framework + angel3_container: + path: ../container/angel_container + angel3_http_exception: + path: ../http_exception + angel3_model: + path: ../model + angel3_route: + path: ../route + angel3_mock_request: + path: ../mock_request \ No newline at end of file From f2c9ab23eb16a2bc7c9caf75e5c67b93a3c2d01a Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sat, 27 May 2023 15:07:30 +0800 Subject: [PATCH 38/51] Updated Jinja --- packages/jinja/CHANGELOG.md | 1 + packages/jinja/lib/angel3_jinja.dart | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/jinja/CHANGELOG.md b/packages/jinja/CHANGELOG.md index 08573b33..fcfcc234 100644 --- a/packages/jinja/CHANGELOG.md +++ b/packages/jinja/CHANGELOG.md @@ -3,6 +3,7 @@ ## 8.0.0 * Require Dart >= 3.0 +* Update `jinja` to 0.4.2 ## 7.0.0 diff --git a/packages/jinja/lib/angel3_jinja.dart b/packages/jinja/lib/angel3_jinja.dart index 572244ef..10a15fa0 100644 --- a/packages/jinja/lib/angel3_jinja.dart +++ b/packages/jinja/lib/angel3_jinja.dart @@ -1,5 +1,6 @@ import 'package:angel3_framework/angel3_framework.dart'; import 'package:jinja/jinja.dart'; +import 'package:jinja/loaders.dart'; /// Configures an Angel server to use Jinja2 to render templates. /// @@ -28,7 +29,7 @@ AngelConfigurer jinja({ createLoader ??= () { return FileSystemLoader( extensions: ext, - path: path, + paths: [path], followLinks: followLinks, ); }; @@ -47,7 +48,7 @@ AngelConfigurer jinja({ ); app.viewGenerator = (path, [values]) { - return env.getTemplate(path).render.renderMap(values) as String; + return env.getTemplate(path).render(values); }; }; } From 7f3eba85383e84995f18080648dc601c936968f1 Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sat, 27 May 2023 15:38:50 +0800 Subject: [PATCH 39/51] Updated to support dart 3 --- CHANGELOG.md | 18 ++--- packages/auth_twitter/pubspec.yaml | 44 +++++------ packages/security/CHANGELOG.md | 4 + packages/security/pubspec.yaml | 76 +++++++++---------- packages/sembast/CHANGELOG.md | 4 + packages/sembast/pubspec.yaml | 38 +++++----- packages/sembast/test/all_test.dart | 1 - packages/seo/CHANGELOG.md | 4 + packages/seo/pubspec.yaml | 66 ++++++++-------- packages/shelf/CHANGELOG.md | 4 + packages/shelf/pubspec.yaml | 66 ++++++++-------- packages/sync/CHANGELOG.md | 4 + packages/sync/pubspec.yaml | 60 +++++++-------- .../user_agent/angel_user_agent/CHANGELOG.md | 4 + .../user_agent/angel_user_agent/pubspec.yaml | 34 ++++----- 15 files changed, 225 insertions(+), 202 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c64749a7..adeb958e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,18 +39,18 @@ * Updated: angel3_mustache * Updated: angel3_proxy * Updated: angel3_redis +* Updated: angel3_jinja +* Updated: angel3_security +* Updated: angel3_user_agent +* Updated: angel3_seo +* Updated: angel3_sync +* Updated: angel3_sembast * Updated: angel3_oauth2 (issue: oauth2 don't support http 1.0.0) -* Updated: angel3_markdown (issue: markdown don't support file 7.0.0) * Updated: angel3_auth_oauth2 (issue: oauth2 don't support http 1.0.0) +* Updated: angel3_auth_twitter (issue: oauth2 don't support http 1.0.0) * Updated: angel3_mongo (issue: mongo_dart don't support http 1.0.0) -* Updated: angel3_jinja (issue: 2 errors) -* Updated: angel3_user_agent (todo) -* Updated: angel3_sync (todo) -* Updated: angel3_shelf (todo) -* Updated: angel3_sembast (todo) -* Updated: angel3_security (todo) -* Updated: angel3_seo (todo) -* Updated: angel3_auth_twitter (todo) +* Updated: angel3_markdown (issue: markdown don't support file 7.0.0) +* Updated: angel3_shelf (issue: 2 failed test cases) ## 7.0.0 diff --git a/packages/auth_twitter/pubspec.yaml b/packages/auth_twitter/pubspec.yaml index 7b9e6ec4..b7b97eb6 100644 --- a/packages/auth_twitter/pubspec.yaml +++ b/packages/auth_twitter/pubspec.yaml @@ -1,33 +1,33 @@ name: "angel3_auth_twitter" description: Angel3 authentication strategy for Twitter login. Auto-signs requests. -version: 7.0.0 +version: 8.0.0 homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/auth_twitter publish_to: none environment: - sdk: ">=2.17.0 <3.0.0" + sdk: ">=3.0.0 <4.0.0" dependencies: - angel3_auth: ^7.0.0 - angel3_framework: ^7.0.0 - http: ^0.13.0 + angel3_auth: ^8.0.0 + angel3_framework: ^8.0.0 + http: ^1.0.0 path: ^1.0.0 oauth1: ^2.0.0 dart_twitter_api: ^0.5.6+1 dev_dependencies: - logging: ^1.0.0 - lints: ^1.0.0 -# dependency_overrides: -# angel3_container: -# path: ../container/angel_container -# angel3_framework: -# path: ../framework -# angel3_http_exception: -# path: ../http_exception -# angel3_model: -# path: ../model -# angel3_route: -# path: ../route -# angel3_mock_request: -# path: ../mock_request -# angel3_auth: -# path: ../auth \ No newline at end of file + logging: ^1.2.0 + lints: ^2.1.0 +dependency_overrides: + angel3_container: + path: ../container/angel_container + angel3_framework: + path: ../framework + angel3_http_exception: + path: ../http_exception + angel3_model: + path: ../model + angel3_route: + path: ../route + angel3_mock_request: + path: ../mock_request + angel3_auth: + path: ../auth \ No newline at end of file diff --git a/packages/security/CHANGELOG.md b/packages/security/CHANGELOG.md index 86a64771..d1845040 100644 --- a/packages/security/CHANGELOG.md +++ b/packages/security/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.0 * Require Dart >= 2.17 diff --git a/packages/security/pubspec.yaml b/packages/security/pubspec.yaml index 7eafa55c..ba7e689e 100644 --- a/packages/security/pubspec.yaml +++ b/packages/security/pubspec.yaml @@ -1,48 +1,48 @@ name: angel3_security -version: 7.0.0 +version: 8.0.0 description: Angel3 infrastructure for improving security, rate limiting, and more homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/security environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_framework: ^7.0.0 + angel3_framework: ^8.0.0 crypto: ^3.0.1 dev_dependencies: - angel3_auth: ^7.0.0 - angel3_production: ^7.0.0 - angel3_redis: ^7.0.0 - angel3_test: ^7.0.0 - angel3_validate: ^7.0.0 - belatuk_pretty_logging: ^5.0.0 - test: ^1.21.0 - logging: ^1.0.0 + angel3_auth: ^8.0.0 + angel3_production: ^8.0.0 + angel3_redis: ^8.0.0 + angel3_test: ^8.0.0 + angel3_validate: ^8.0.0 + belatuk_pretty_logging: ^6.0.0 + test: ^1.24.0 + logging: ^1.2.0 resp_client: ^1.2.0 - lints: ^2.0.0 -# dependency_overrides: -# angel3_production: -# path: ../production -# angel3_redis: -# path: ../redis -# angel3_test: -# path: ../test -# angel3_container: -# path: ../container/angel_container -# angel3_framework: -# path: ../framework -# angel3_http_exception: -# path: ../http_exception -# angel3_model: -# path: ../model -# angel3_route: -# path: ../route -# angel3_mock_request: -# path: ../mock_request -# angel3_auth: -# path: ../auth -# angel3_client: -# path: ../client -# angel3_websocket: -# path: ../websocket -# angel3_validate: -# path: ../validate \ No newline at end of file + lints: ^2.1.0 +dependency_overrides: + angel3_production: + path: ../production + angel3_redis: + path: ../redis + angel3_test: + path: ../test + angel3_container: + path: ../container/angel_container + angel3_framework: + path: ../framework + angel3_http_exception: + path: ../http_exception + angel3_model: + path: ../model + angel3_route: + path: ../route + angel3_mock_request: + path: ../mock_request + angel3_auth: + path: ../auth + angel3_client: + path: ../client + angel3_websocket: + path: ../websocket + angel3_validate: + path: ../validate \ No newline at end of file diff --git a/packages/sembast/CHANGELOG.md b/packages/sembast/CHANGELOG.md index 639c6d92..fca95e3f 100644 --- a/packages/sembast/CHANGELOG.md +++ b/packages/sembast/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.0 * Require Dart >= 2.17 diff --git a/packages/sembast/pubspec.yaml b/packages/sembast/pubspec.yaml index 6c1a4815..9ae8b6c4 100644 --- a/packages/sembast/pubspec.yaml +++ b/packages/sembast/pubspec.yaml @@ -1,28 +1,28 @@ name: angel3_sembast -version: 7.0.0 +version: 8.0.0 description: A plugin service that persist data to Sembast for Angel3 framework. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/sembast environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_framework: ^7.0.0 + angel3_framework: ^8.0.0 sembast: ^3.1.1 dev_dependencies: - angel3_http_exception: ^7.0.0 - logging: ^1.0.1 - lints: ^2.0.0 - test: ^1.21.0 -# dependency_overrides: -# angel3_framework: -# path: ../framework -# angel3_container: -# path: ../container/angel_container -# angel3_http_exception: -# path: ../http_exception -# angel3_model: -# path: ../model -# angel3_route: -# path: ../route -# angel3_mock_request: -# path: ../mock_request + angel3_http_exception: ^8.0.0 + logging: ^1.2.0 + lints: ^2.1.0 + test: ^1.24.0 +dependency_overrides: + angel3_framework: + path: ../framework + angel3_container: + path: ../container/angel_container + angel3_http_exception: + path: ../http_exception + angel3_model: + path: ../model + angel3_route: + path: ../route + angel3_mock_request: + path: ../mock_request diff --git a/packages/sembast/test/all_test.dart b/packages/sembast/test/all_test.dart index fc8e623b..49131b7a 100644 --- a/packages/sembast/test/all_test.dart +++ b/packages/sembast/test/all_test.dart @@ -1,6 +1,5 @@ import 'dart:collection'; import 'package:angel3_framework/angel3_framework.dart'; -import 'package:angel3_http_exception/angel3_http_exception.dart'; import 'package:angel3_sembast/angel3_sembast.dart'; import 'package:sembast/sembast.dart'; import 'package:sembast/sembast_io.dart'; diff --git a/packages/seo/CHANGELOG.md b/packages/seo/CHANGELOG.md index ba94a649..7d3ae997 100644 --- a/packages/seo/CHANGELOG.md +++ b/packages/seo/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.0 * Require Dart >= 2.17 diff --git a/packages/seo/pubspec.yaml b/packages/seo/pubspec.yaml index ef3a5d63..22cbd405 100644 --- a/packages/seo/pubspec.yaml +++ b/packages/seo/pubspec.yaml @@ -1,44 +1,44 @@ name: angel3_seo -version: 7.0.0 +version: 8.0.0 description: Helper infrastructure for building SEO-friendly Web backends in Angel3. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/angel3/packages/seo environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_framework: ^7.0.0 - angel3_static: ^7.0.0 - file: ^6.1.2 + angel3_framework: ^8.0.0 + angel3_static: ^8.0.0 + file: ^7.0.0 html: ^0.15.0 http_parser: ^4.0.0 path: ^1.8.0 dev_dependencies: - angel3_test: ^7.0.0 - logging: ^1.0.1 - test: ^1.21.0 - lints: ^2.0.0 -# dependency_overrides: -# angel3_static: -# path: ../static -# angel3_websocket: -# path: ../websocket -# angel3_container: -# path: ../container/angel_container -# angel3_framework: -# path: ../framework -# angel3_http_exception: -# path: ../http_exception -# angel3_model: -# path: ../model -# angel3_route: -# path: ../route -# angel3_mock_request: -# path: ../mock_request -# angel3_auth: -# path: ../auth -# angel3_client: -# path: ../client -# angel3_test: -# path: ../test -# angel3_validate: -# path: ../validate \ No newline at end of file + angel3_test: ^8.0.0 + logging: ^1.2.0 + test: ^1.24.0 + lints: ^2.1.0 +dependency_overrides: + angel3_static: + path: ../static + angel3_websocket: + path: ../websocket + angel3_container: + path: ../container/angel_container + angel3_framework: + path: ../framework + angel3_http_exception: + path: ../http_exception + angel3_model: + path: ../model + angel3_route: + path: ../route + angel3_mock_request: + path: ../mock_request + angel3_auth: + path: ../auth + angel3_client: + path: ../client + angel3_test: + path: ../test + angel3_validate: + path: ../validate \ No newline at end of file diff --git a/packages/shelf/CHANGELOG.md b/packages/shelf/CHANGELOG.md index 301bd4d4..5dc3e1bb 100644 --- a/packages/shelf/CHANGELOG.md +++ b/packages/shelf/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.0-beta.2 * Fixed `BytesBuilder` warnings diff --git a/packages/shelf/pubspec.yaml b/packages/shelf/pubspec.yaml index ae5c2689..0fe9f4ea 100644 --- a/packages/shelf/pubspec.yaml +++ b/packages/shelf/pubspec.yaml @@ -1,46 +1,46 @@ name: angel3_shelf -version: 7.0.0-beta.2 +version: 8.0.0 description: Shelf interop with Angel3. Use this to wrap existing server code. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/shelf environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_framework: ^7.0.0 - angel3_container: ^7.0.0 - angel3_mock_request: ^7.0.0 + angel3_framework: ^8.0.0 + angel3_container: ^8.0.0 + angel3_mock_request: ^8.0.0 path: ^1.8.0 shelf: ^1.3.0 stream_channel: ^2.1.0 - logging: ^1.0.0 + logging: ^1.2.0 charcode: ^1.3.0 - http: ^0.13.0 + http: ^1.0.0 dev_dependencies: - angel3_test: ^7.0.0 - belatuk_pretty_logging: ^5.0.0 + angel3_test: ^8.0.0 + belatuk_pretty_logging: ^6.0.0 shelf_static: ^1.1.0 - test: ^1.21.0 - lints: ^2.0.0 -# dependency_overrides: -# angel3_test: -# path: ../test -# angel3_container: -# path: ../container/angel_container -# angel3_framework: -# path: ../framework -# angel3_http_exception: -# path: ../http_exception -# angel3_model: -# path: ../model -# angel3_route: -# path: ../route -# angel3_mock_request: -# path: ../mock_request -# angel3_auth: -# path: ../auth -# angel3_client: -# path: ../client -# angel3_websocket: -# path: ../websocket -# angel3_validate: -# path: ../validate + test: ^1.24.0 + lints: ^2.1.0 +dependency_overrides: + angel3_test: + path: ../test + angel3_container: + path: ../container/angel_container + angel3_framework: + path: ../framework + angel3_http_exception: + path: ../http_exception + angel3_model: + path: ../model + angel3_route: + path: ../route + angel3_mock_request: + path: ../mock_request + angel3_auth: + path: ../auth + angel3_client: + path: ../client + angel3_websocket: + path: ../websocket + angel3_validate: + path: ../validate diff --git a/packages/sync/CHANGELOG.md b/packages/sync/CHANGELOG.md index 8adaf731..04864f14 100644 --- a/packages/sync/CHANGELOG.md +++ b/packages/sync/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.0 * Require Dart >= 2.17 diff --git a/packages/sync/pubspec.yaml b/packages/sync/pubspec.yaml index 015d1e6b..5ff04ec7 100644 --- a/packages/sync/pubspec.yaml +++ b/packages/sync/pubspec.yaml @@ -1,39 +1,39 @@ name: angel3_sync -version: 7.0.0 +version: 8.0.0 description: Easily synchronize and scale WebSockets using belatuk_pub_sub in Angel3. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/angel3/packages/sync environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_framework: ^7.0.0 - angel3_websocket: ^7.0.0 - belatuk_pub_sub: ^5.0.0 + angel3_framework: ^8.0.0 + angel3_websocket: ^8.0.0 + belatuk_pub_sub: ^6.0.0 stream_channel: ^2.1.0 dev_dependencies: - angel3_test: ^7.0.0 - test: ^1.21.0 - lints: ^2.0.0 -# dependency_overrides: -# angel3_websocket: -# path: ../websocket -# angel3_container: -# path: ../container/angel_container -# angel3_framework: -# path: ../framework -# angel3_http_exception: -# path: ../http_exception -# angel3_model: -# path: ../model -# angel3_route: -# path: ../route -# angel3_mock_request: -# path: ../mock_request -# angel3_auth: -# path: ../auth -# angel3_client: -# path: ../client -# angel3_test: -# path: ../test -# angel3_validate: -# path: ../validate \ No newline at end of file + angel3_test: ^8.0.0 + test: ^1.24.0 + lints: ^2.1.0 +dependency_overrides: + angel3_websocket: + path: ../websocket + angel3_container: + path: ../container/angel_container + angel3_framework: + path: ../framework + angel3_http_exception: + path: ../http_exception + angel3_model: + path: ../model + angel3_route: + path: ../route + angel3_mock_request: + path: ../mock_request + angel3_auth: + path: ../auth + angel3_client: + path: ../client + angel3_test: + path: ../test + angel3_validate: + path: ../validate \ No newline at end of file diff --git a/packages/user_agent/angel_user_agent/CHANGELOG.md b/packages/user_agent/angel_user_agent/CHANGELOG.md index f23f44c2..3372823b 100644 --- a/packages/user_agent/angel_user_agent/CHANGELOG.md +++ b/packages/user_agent/angel_user_agent/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.0 + +* Require Dart >= 3.0 + ## 7.0.0-beta.1 * Require Dart >= 2.17 diff --git a/packages/user_agent/angel_user_agent/pubspec.yaml b/packages/user_agent/angel_user_agent/pubspec.yaml index 02a51b93..a40fcde2 100644 --- a/packages/user_agent/angel_user_agent/pubspec.yaml +++ b/packages/user_agent/angel_user_agent/pubspec.yaml @@ -1,24 +1,24 @@ name: angel3_user_agent -version: 7.0.0-beta.1 +version: 8.0.0 description: Angel3 middleware to parse and inject a User Agent object into requests. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/angel3/packages/user_agent/angel_user_agent environment: sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_framework: ^7.0.0 - user_agent_analyzer: ^3.0.0 - lints: ^2.0.0 -# dependency_overrides: -# angel3_container: -# path: ../../container/angel_container -# angel3_http_exception: -# path: ../../http_exception -# angel3_model: -# path: ../../model -# angel3_route: -# path: ../../route -# angel3_mock_request: -# path: ../../mock_request -# angel3_framework: -# path: ../../framework \ No newline at end of file + angel3_framework: ^8.0.0 + user_agent_analyzer: ^5.0.0 + lints: ^2.1.0 +dependency_overrides: + angel3_container: + path: ../../container/angel_container + angel3_http_exception: + path: ../../http_exception + angel3_model: + path: ../../model + angel3_route: + path: ../../route + angel3_mock_request: + path: ../../mock_request + angel3_framework: + path: ../../framework \ No newline at end of file From e5743b95e2b785bdbed1ee3815fed9782c35e9b1 Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Tue, 30 May 2023 19:49:02 +0800 Subject: [PATCH 40/51] Fixed bug for Auth --- CHANGELOG.md | 4 +- packages/auth/CHANGELOG.md | 4 + packages/auth/example/client/example1.http | 8 ++ packages/auth/example/client/example2.http | 8 ++ packages/auth/example/example1.dart | 113 ++++++++++++++++++ packages/auth/example/example2.dart | 62 ++++++++++ packages/auth/lib/src/strategies/local.dart | 3 +- packages/auth/test/callback_test.dart | 11 +- packages/auth/test/local_test.dart | 20 ++-- .../framework/lib/src/core/map_service.dart | 5 - packages/markdown/pubspec.yaml | 2 +- 11 files changed, 219 insertions(+), 21 deletions(-) create mode 100644 packages/auth/example/client/example1.http create mode 100644 packages/auth/example/client/example2.http create mode 100644 packages/auth/example/example1.dart create mode 100644 packages/auth/example/example2.dart diff --git a/CHANGELOG.md b/CHANGELOG.md index adeb958e..d5baa05a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ * Updated: angel3_container_generator * Updated: angel3_mock_request * Updated: angel3_framework -* Updated: angel3_auth (4 failed test cases) +* Updated: angel3_auth (1 failed test cases) * Updated: angel3_configuration * Updated: angel3_validate * Updated: angel3_client (1 failed test cases) @@ -49,7 +49,7 @@ * Updated: angel3_auth_oauth2 (issue: oauth2 don't support http 1.0.0) * Updated: angel3_auth_twitter (issue: oauth2 don't support http 1.0.0) * Updated: angel3_mongo (issue: mongo_dart don't support http 1.0.0) -* Updated: angel3_markdown (issue: markdown don't support file 7.0.0) +* Updated: angel3_markdown (issue: basic_utils don't support http 1.0.0) * Updated: angel3_shelf (issue: 2 failed test cases) ## 7.0.0 diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 45549833..be11b041 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -4,6 +4,10 @@ * Require Dart >= 3.0 * Upgraded `http` to 1.0.0 +* Fixed bug causing `successRedirect` test case to fail +* Fixed bug causing `failureRedirect` test case to fail +* Fixed bug causing `login` test case to fail +* Added `example1` and `example2` ## 7.0.1 diff --git a/packages/auth/example/client/example1.http b/packages/auth/example/client/example1.http new file mode 100644 index 00000000..36bb9f52 --- /dev/null +++ b/packages/auth/example/client/example1.http @@ -0,0 +1,8 @@ +### Load landing page +GET http://localhost:3000/ HTTP/1.1 + +### Success redirect +POST http://localhost:3000/login HTTP/1.1 +Content-Type: application/json +Authorization: Basic jdoe1:password + diff --git a/packages/auth/example/client/example2.http b/packages/auth/example/client/example2.http new file mode 100644 index 00000000..6a4ddc51 --- /dev/null +++ b/packages/auth/example/client/example2.http @@ -0,0 +1,8 @@ +### Load landing page +GET http://localhost:3000/ HTTP/1.1 + +### Failure redirect +POST http://localhost:3000/login HTTP/1.1 +Content-Type: application/json +Authorization: Basic password:username + diff --git a/packages/auth/example/example1.dart b/packages/auth/example/example1.dart new file mode 100644 index 00000000..a39cd25b --- /dev/null +++ b/packages/auth/example/example1.dart @@ -0,0 +1,113 @@ +import 'package:angel3_auth/angel3_auth.dart'; +import 'package:angel3_container/mirrors.dart'; +import 'package:angel3_framework/angel3_framework.dart'; +import 'package:angel3_framework/http.dart'; +import 'package:collection/collection.dart' show IterableExtension; +import 'package:io/ansi.dart'; +import 'package:logging/logging.dart'; +import 'package:collection/collection.dart'; + +class User extends Model { + String? username, password; + + User({this.username, this.password}); + + static User parse(Map map) { + return User( + username: map['username'], + password: map['password'], + ); + } + + Map toJson() { + return { + 'id': id, + 'username': username, + 'password': password, + 'created_at': createdAt?.toIso8601String(), + 'updated_at': updatedAt?.toIso8601String() + }; + } +} + +/* + * Backend for callback test cases + */ +void main() async { + hierarchicalLoggingEnabled = true; + + Angel app = Angel(reflector: MirrorsReflector()); + AngelHttp angelHttp = AngelHttp(app); + app.use('/users', MapService()); + + var oldErrorHandler = app.errorHandler; + app.errorHandler = (e, req, res) { + app.logger.severe(e.message, e, e.stackTrace ?? StackTrace.current); + return oldErrorHandler(e, req, res); + }; + + app.logger = Logger('angel3_auth') + ..level = Level.FINEST + ..onRecord.listen((rec) { + print(rec); + + if (rec.error != null) { + print(yellow.wrap(rec.error.toString())); + } + + if (rec.stackTrace != null) { + print(yellow.wrap(rec.stackTrace.toString())); + } + }); + + await app + .findService('users') + ?.create({'username': 'jdoe1', 'password': 'password'}); + + var auth = AngelAuth( + serializer: (u) => u.id ?? '', + deserializer: (id) async => + await app.findService('users')?.read(id) as User); + //auth.serializer = (u) => u.id; + //auth.deserializer = + // (id) async => await app.findService('users')!.read(id) as User; + + await app.configure(auth.configureServer); + + auth.strategies['local'] = LocalAuthStrategy((username, password) async { + var users = await app + .findService('users') + ?.index() + .then((it) => it.map((m) => User.parse(m)).toList()); + + var result = users?.firstWhereOrNull( + (user) => user.username == username && user.password == password); + + return Future.value(result); + }); + + app.post( + '/login', + auth.authenticate('local', AngelAuthOptions(callback: (req, res, token) { + res + ..write('Hello!') + ..close(); + }))); + + app.get('/', (req, res) => res.write("Hello")); + + app.chain([ + (req, res) { + if (!req.container!.has()) { + req.container!.registerSingleton( + User(username: req.params['name']?.toString())); + } + return true; + } + ]).post( + '/existing/:name', + auth.authenticate('local'), + ); + + await angelHttp.startServer('127.0.0.1', 3000); +} diff --git a/packages/auth/example/example2.dart b/packages/auth/example/example2.dart new file mode 100644 index 00000000..5b1e0dde --- /dev/null +++ b/packages/auth/example/example2.dart @@ -0,0 +1,62 @@ +import 'dart:async'; +import 'package:angel3_auth/angel3_auth.dart'; +import 'package:angel3_container/mirrors.dart'; +import 'package:angel3_framework/angel3_framework.dart'; +import 'package:angel3_framework/http.dart'; +import 'package:logging/logging.dart'; + +final Map sampleUser = {'hello': 'world'}; + +final AngelAuth> auth = AngelAuth>( + serializer: (user) async => '1337', deserializer: (id) async => sampleUser); +//var headers = {'accept': 'application/json'}; +var localOpts = AngelAuthOptions>( + failureRedirect: '/failure', successRedirect: '/success'); +var localOpts2 = + AngelAuthOptions>(canRespondWithJson: false); + +Future> verifier(String? username, String? password) async { + if (username == 'username' && password == 'password') { + return sampleUser; + } else { + return {}; + } +} + +Future wireAuth(Angel app) async { + auth.strategies['local'] = LocalAuthStrategy(verifier); + await app.configure(auth.configureServer); +} + +void main() async { + Angel app = Angel(reflector: MirrorsReflector()); + AngelHttp angelHttp = AngelHttp(app, useZone: false); + await app.configure(wireAuth); + + app.get('/hello', (req, res) { + // => 'Woo auth' + return 'Woo auth'; + }, middleware: [auth.authenticate('local', localOpts2)]); + + app.post('/login', (req, res) => 'This should not be shown', + middleware: [auth.authenticate('local', localOpts)]); + + app.get('/success', (req, res) => 'yep', middleware: [ + requireAuthentication>(), + ]); + + app.get('/failure', (req, res) => 'nope'); + + app.logger = Logger('local_test') + ..onRecord.listen((rec) { + print( + '${rec.time}: ${rec.level.name}: ${rec.loggerName}: ${rec.message}'); + + if (rec.error != null) { + print(rec.error); + print(rec.stackTrace); + } + }); + + await angelHttp.startServer('127.0.0.1', 3000); +} diff --git a/packages/auth/lib/src/strategies/local.dart b/packages/auth/lib/src/strategies/local.dart index a0407153..b8e1b721 100644 --- a/packages/auth/lib/src/strategies/local.dart +++ b/packages/auth/lib/src/strategies/local.dart @@ -66,7 +66,8 @@ class LocalAuthStrategy extends AuthStrategy { return null; } - return verificationResult; + // Allow non-null to pass through + //return verificationResult; } } diff --git a/packages/auth/test/callback_test.dart b/packages/auth/test/callback_test.dart index 9609fcd1..1030a2bf 100644 --- a/packages/auth/test/callback_test.dart +++ b/packages/auth/test/callback_test.dart @@ -16,7 +16,7 @@ class User extends Model { User({this.username, this.password}); - static User parse(Map map) { + static User parse(Map map) { return User( username: map['username'] as String?, password: map['password'] as String?, @@ -41,6 +41,7 @@ void main() { http.Client? client; HttpServer server; String? url; + String? encodedAuth; setUp(() async { hierarchicalLoggingEnabled = true; @@ -54,7 +55,7 @@ void main() { return oldErrorHandler(e, req, res); }; - app.logger = Logger('angel_auth') + app.logger = Logger('angel3_auth') ..level = Level.FINEST ..onRecord.listen((rec) { print(rec); @@ -86,7 +87,7 @@ void main() { var users = await app .findService('users') ?.index() - .then((it) => it.map((m) => User.parse(m as Map)).toList()); + .then((it) => it.map((m) => User.parse(m)).toList()); var result = users?.firstWhereOrNull( (user) => user.username == username && user.password == password); @@ -116,6 +117,8 @@ void main() { auth.authenticate('local'), ); + encodedAuth = base64.encode(utf8.encode('jdoe1:password')); + client = http.Client(); server = await angelHttp.startServer(); url = 'http://${server.address.address}:${server.port}'; @@ -131,7 +134,7 @@ void main() { test('login', () async { final response = await client!.post(Uri.parse('$url/login'), - body: {'username': 'jdoe1', 'password': 'password'}); + headers: {'Authorization': 'Basic $encodedAuth'}); print('Response: ${response.body}'); expect(response.body, equals('Hello!')); }, diff --git a/packages/auth/test/local_test.dart b/packages/auth/test/local_test.dart index 9b92f29b..303e6d7b 100644 --- a/packages/auth/test/local_test.dart +++ b/packages/auth/test/local_test.dart @@ -1,5 +1,6 @@ import 'dart:async'; import 'package:angel3_auth/angel3_auth.dart'; +import 'package:angel3_container/mirrors.dart'; import 'package:angel3_framework/angel3_framework.dart'; import 'package:angel3_framework/http.dart'; import 'dart:convert'; @@ -9,7 +10,7 @@ import 'package:test/test.dart'; final AngelAuth> auth = AngelAuth>( serializer: (user) async => '1337', deserializer: (id) async => sampleUser); -var headers = {'accept': 'application/json'}; +//var headers = {'accept': 'application/json'}; var localOpts = AngelAuthOptions>( failureRedirect: '/failure', successRedirect: '/success'); var localOpts2 = @@ -42,7 +43,7 @@ void main() async { setUp(() async { client = http.Client(); - app = Angel(); + app = Angel(reflector: MirrorsReflector()); angelHttp = AngelHttp(app, useZone: false); await app.configure(wireAuth); app.get('/hello', (req, res) { @@ -88,19 +89,22 @@ void main() async { }); test('successRedirect', () async { - var postData = {'username': 'username', 'password': 'password'}; + //var postData = {'username': 'username', 'password': 'password'}; + var encodedAuth = base64.encode(utf8.encode('username:password')); + var response = await client.post(Uri.parse('$url/login'), - body: json.encode(postData), - headers: {'content-type': 'application/json'}); + headers: {'Authorization': 'Basic $encodedAuth'}); expect(response.statusCode, equals(302)); expect(response.headers['location'], equals('/success')); }); test('failureRedirect', () async { - var postData = {'username': 'password', 'password': 'username'}; + //var postData = {'username': 'password', 'password': 'username'}; + var encodedAuth = base64.encode(utf8.encode('password:username')); + var response = await client.post(Uri.parse('$url/login'), - body: json.encode(postData), - headers: {'content-type': 'application/json'}); + //body: json.encode(postData), + headers: {'Authorization': 'Basic $encodedAuth'}); print('Status Code: ${response.statusCode}'); print(response.headers); print(response.body); diff --git a/packages/framework/lib/src/core/map_service.dart b/packages/framework/lib/src/core/map_service.dart index 00a89a23..ab7bf928 100644 --- a/packages/framework/lib/src/core/map_service.dart +++ b/packages/framework/lib/src/core/map_service.dart @@ -79,11 +79,6 @@ class MapService extends Service> { @override Future> create(Map data, [Map? params]) { - //if (data is! Map) { - // throw AngelHttpException.badRequest( - // message: - // 'MapService does not support `create` with ${data.runtimeType}.'); - //} var now = DateTime.now().toIso8601String(); var result = Map.from(data); diff --git a/packages/markdown/pubspec.yaml b/packages/markdown/pubspec.yaml index 9bcaeea3..fc3f0531 100644 --- a/packages/markdown/pubspec.yaml +++ b/packages/markdown/pubspec.yaml @@ -7,7 +7,7 @@ environment: sdk: '>=3.0.0 <4.0.0' dependencies: angel3_framework: ^8.0.0 - file: ^6.1.2 + file: ^7.0.0 markdown: ^7.1.0 dev_dependencies: angel3_test: ^8.0.0 From adf380dc54977dc82010784f4ab393f3307acfe7 Mon Sep 17 00:00:00 2001 From: Thomas Hii Date: Wed, 31 May 2023 15:24:09 +0000 Subject: [PATCH 41/51] Updated auth --- CHANGELOG.md | 16 ++++++++-------- packages/auth_oauth2/pubspec.yaml | 2 -- packages/oauth2/pubspec.yaml | 2 -- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5baa05a..749902ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,11 @@ * Updated: angel3_container_generator * Updated: angel3_mock_request * Updated: angel3_framework -* Updated: angel3_auth (1 failed test cases) +* Updated: angel3_auth (1 failed test case) * Updated: angel3_configuration * Updated: angel3_validate -* Updated: angel3_client (1 failed test cases) -* Updated: angel3_websocket (1 failed test cases) +* Updated: angel3_client (1 failed test case) +* Updated: angel3_websocket (1 failed test case) * Updated: angel3_test * Updated: jael3 * Updated: jael3_preprocessor @@ -45,12 +45,12 @@ * Updated: angel3_seo * Updated: angel3_sync * Updated: angel3_sembast -* Updated: angel3_oauth2 (issue: oauth2 don't support http 1.0.0) -* Updated: angel3_auth_oauth2 (issue: oauth2 don't support http 1.0.0) -* Updated: angel3_auth_twitter (issue: oauth2 don't support http 1.0.0) +* Updated: angel3_markdown +* Updated: angel3_auth_oauth2 +* Updated: angel3_oauth2 (5 failed test cases) +* Updated: angel3_auth_twitter (issue: oauth1 don't support http 1.0.0) * Updated: angel3_mongo (issue: mongo_dart don't support http 1.0.0) -* Updated: angel3_markdown (issue: basic_utils don't support http 1.0.0) -* Updated: angel3_shelf (issue: 2 failed test cases) +* Updated: angel3_shelf (2 failed test cases) ## 7.0.0 diff --git a/packages/auth_oauth2/pubspec.yaml b/packages/auth_oauth2/pubspec.yaml index 453a0490..faf812cb 100644 --- a/packages/auth_oauth2/pubspec.yaml +++ b/packages/auth_oauth2/pubspec.yaml @@ -14,8 +14,6 @@ dev_dependencies: logging: ^1.2.0 lints: ^2.1.0 dependency_overrides: - oauth2: - path: ../../../oauth2 angel3_container: path: ../container/angel_container angel3_framework: diff --git a/packages/oauth2/pubspec.yaml b/packages/oauth2/pubspec.yaml index 349163fc..5959f234 100644 --- a/packages/oauth2/pubspec.yaml +++ b/packages/oauth2/pubspec.yaml @@ -19,8 +19,6 @@ dev_dependencies: test: ^1.24.0 uuid: ^3.0.0 dependency_overrides: - oauth2: - path: ../../../oauth2 angel3_container: path: ../container/angel_container angel3_framework: From 764829b01ac2c04b0f01086634488f80e2882135 Mon Sep 17 00:00:00 2001 From: Thomas Hii Date: Wed, 31 May 2023 16:25:42 +0000 Subject: [PATCH 42/51] Updated test --- packages/auth/example/example2.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/auth/example/example2.dart b/packages/auth/example/example2.dart index 5b1e0dde..12210e64 100644 --- a/packages/auth/example/example2.dart +++ b/packages/auth/example/example2.dart @@ -24,7 +24,8 @@ Future> verifier(String? username, String? password) async { } Future wireAuth(Angel app) async { - auth.strategies['local'] = LocalAuthStrategy(verifier); + //auth.strategies['local'] = LocalAuthStrategy(verifier); + auth.strategies['local'] = LocalAuthStrategy(verifier, forceBasic: true, realm: 'test'); await app.configure(auth.configureServer); } From 1d00088d899d7db504093a34faf049a98ce24776 Mon Sep 17 00:00:00 2001 From: Thomas Hii Date: Wed, 31 May 2023 16:44:37 +0000 Subject: [PATCH 43/51] Update test cases --- packages/auth/example/client/example1.http | 9 +++++++++ packages/auth/example/client/example2.http | 5 ----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/packages/auth/example/client/example1.http b/packages/auth/example/client/example1.http index 36bb9f52..256c8ae2 100644 --- a/packages/auth/example/client/example1.http +++ b/packages/auth/example/client/example1.http @@ -6,3 +6,12 @@ POST http://localhost:3000/login HTTP/1.1 Content-Type: application/json Authorization: Basic jdoe1:password +### Failure redirect +POST http://localhost:3000/login HTTP/1.1 +Content-Type: application/json +Authorization: Basic password:username + +### Force basic +POST http://localhost:3000/hello HTTP/1.1 +Content-Type: application/json +Accept:application/json \ No newline at end of file diff --git a/packages/auth/example/client/example2.http b/packages/auth/example/client/example2.http index 6a4ddc51..feba0fdd 100644 --- a/packages/auth/example/client/example2.http +++ b/packages/auth/example/client/example2.http @@ -1,8 +1,3 @@ ### Load landing page GET http://localhost:3000/ HTTP/1.1 -### Failure redirect -POST http://localhost:3000/login HTTP/1.1 -Content-Type: application/json -Authorization: Basic password:username - From 4ebb63c5f719a28f38d7c54e72865170686d85ab Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sat, 3 Jun 2023 10:29:43 +0800 Subject: [PATCH 44/51] Fixed Auth failed test cases --- packages/auth/example/client/example1.http | 2 +- packages/auth/lib/src/strategies/local.dart | 8 ++++++++ packages/auth/test/local_test.dart | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/auth/example/client/example1.http b/packages/auth/example/client/example1.http index 256c8ae2..7a5f2b73 100644 --- a/packages/auth/example/client/example1.http +++ b/packages/auth/example/client/example1.http @@ -12,6 +12,6 @@ Content-Type: application/json Authorization: Basic password:username ### Force basic -POST http://localhost:3000/hello HTTP/1.1 +GET http://localhost:3000/hello HTTP/1.1 Content-Type: application/json Accept:application/json \ No newline at end of file diff --git a/packages/auth/lib/src/strategies/local.dart b/packages/auth/lib/src/strategies/local.dart index b8e1b721..778f0842 100644 --- a/packages/auth/lib/src/strategies/local.dart +++ b/packages/auth/lib/src/strategies/local.dart @@ -71,6 +71,14 @@ class LocalAuthStrategy extends AuthStrategy { } } + if (verificationResult == null) { + if (forceBasic) { + res.headers['www-authenticate'] = 'Basic realm="$realm"'; + return null; + } + return null; + } + if (verificationResult is Map && verificationResult.isEmpty) { if (localOptions.failureRedirect != null && localOptions.failureRedirect!.isNotEmpty) { diff --git a/packages/auth/test/local_test.dart b/packages/auth/test/local_test.dart index 303e6d7b..07fab1f3 100644 --- a/packages/auth/test/local_test.dart +++ b/packages/auth/test/local_test.dart @@ -46,6 +46,7 @@ void main() async { app = Angel(reflector: MirrorsReflector()); angelHttp = AngelHttp(app, useZone: false); await app.configure(wireAuth); + app.get('/hello', (req, res) { // => 'Woo auth' return 'Woo auth'; From 1e616f3f5cf8d8a5463ccfbca83539455cc9b5b4 Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sat, 3 Jun 2023 10:32:46 +0800 Subject: [PATCH 45/51] Fixed auth --- CHANGELOG.md | 2 +- packages/auth/CHANGELOG.md | 7 ++++--- packages/auth/example/client/example2.http | 3 --- .../example/client/{example1.http => example_client.http} | 0 4 files changed, 5 insertions(+), 7 deletions(-) delete mode 100644 packages/auth/example/client/example2.http rename packages/auth/example/client/{example1.http => example_client.http} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 749902ea..2fec1520 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ * Updated: angel3_container_generator * Updated: angel3_mock_request * Updated: angel3_framework -* Updated: angel3_auth (1 failed test case) +* Updated: angel3_auth * Updated: angel3_configuration * Updated: angel3_validate * Updated: angel3_client (1 failed test case) diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index be11b041..cf656385 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -4,9 +4,10 @@ * Require Dart >= 3.0 * Upgraded `http` to 1.0.0 -* Fixed bug causing `successRedirect` test case to fail -* Fixed bug causing `failureRedirect` test case to fail -* Fixed bug causing `login` test case to fail +* Fixed failed `successRedirect` test case +* Fixed failed `failureRedirect` test case +* Fixed failed `login` test case +* Fixed failed 'force basic` test case * Added `example1` and `example2` ## 7.0.1 diff --git a/packages/auth/example/client/example2.http b/packages/auth/example/client/example2.http deleted file mode 100644 index feba0fdd..00000000 --- a/packages/auth/example/client/example2.http +++ /dev/null @@ -1,3 +0,0 @@ -### Load landing page -GET http://localhost:3000/ HTTP/1.1 - diff --git a/packages/auth/example/client/example1.http b/packages/auth/example/client/example_client.http similarity index 100% rename from packages/auth/example/client/example1.http rename to packages/auth/example/client/example_client.http From 8e251e553a9d0ab38ca353fee5a11f41c2d551da Mon Sep 17 00:00:00 2001 From: thomashii Date: Sun, 4 Jun 2023 13:20:42 +0800 Subject: [PATCH 46/51] Refactored --- packages/auth/lib/src/strategies/local.dart | 40 +++++++++++++++++---- 1 file changed, 34 insertions(+), 6 deletions(-) diff --git a/packages/auth/lib/src/strategies/local.dart b/packages/auth/lib/src/strategies/local.dart index 778f0842..d2d58739 100644 --- a/packages/auth/lib/src/strategies/local.dart +++ b/packages/auth/lib/src/strategies/local.dart @@ -66,19 +66,44 @@ class LocalAuthStrategy extends AuthStrategy { return null; } - // Allow non-null to pass through + //Allow non-null to pass through //return verificationResult; } + } else { + var body = await req + .parseBody() + .then((_) => req.bodyAsMap) + .catchError((_) => {}); + if (_validateString(body[usernameField]?.toString()) && + _validateString(body[passwordField]?.toString())) { + verificationResult = await verifier( + body[usernameField]?.toString(), body[passwordField]?.toString()); + } } - if (verificationResult == null) { - if (forceBasic) { - res.headers['www-authenticate'] = 'Basic realm="$realm"'; - return null; - } + // User authentication succeeded + if (verificationResult == true || + (verificationResult is Map && verificationResult.isNotEmpty)) { + return verificationResult; + } + + // Force basic if set + if (forceBasic) { + res.headers['www-authenticate'] = 'Basic realm="$realm"'; return null; } + // Redirect failed authentication + if (localOptions.failureRedirect != null && + localOptions.failureRedirect!.isNotEmpty) { + await res.redirect(localOptions.failureRedirect, code: 401); + return null; + } + + _log.info('Not authenticated'); + throw AngelHttpException.notAuthenticated(); + + /* if (verificationResult is Map && verificationResult.isEmpty) { if (localOptions.failureRedirect != null && localOptions.failureRedirect!.isNotEmpty) { @@ -99,5 +124,8 @@ class LocalAuthStrategy extends AuthStrategy { _log.info('Not authenticated'); throw AngelHttpException.notAuthenticated(); } + */ } + + bool _validateString(String? str) => str != null && str.isNotEmpty; } From a806d7c6dbbf52e94e23cebe833e0f7ef1640043 Mon Sep 17 00:00:00 2001 From: thomashii Date: Mon, 5 Jun 2023 19:00:42 +0800 Subject: [PATCH 47/51] Fixed auth failed test cases --- .../auth/example/client/example_client.http | 9 +++++++-- packages/auth/example/example2.dart | 6 +++++- packages/auth/lib/src/strategies/local.dart | 17 ++++++++++++----- 3 files changed, 24 insertions(+), 8 deletions(-) diff --git a/packages/auth/example/client/example_client.http b/packages/auth/example/client/example_client.http index 7a5f2b73..330cae03 100644 --- a/packages/auth/example/client/example_client.http +++ b/packages/auth/example/client/example_client.http @@ -1,12 +1,17 @@ ### Load landing page GET http://localhost:3000/ HTTP/1.1 -### Success redirect +### login (call_back) POST http://localhost:3000/login HTTP/1.1 Content-Type: application/json Authorization: Basic jdoe1:password -### Failure redirect +### Success redirect (local) +POST http://localhost:3000/login HTTP/1.1 +Content-Type: application/json +Authorization: Basic username:password + +### Failure redirect (local) POST http://localhost:3000/login HTTP/1.1 Content-Type: application/json Authorization: Basic password:username diff --git a/packages/auth/example/example2.dart b/packages/auth/example/example2.dart index 12210e64..77830377 100644 --- a/packages/auth/example/example2.dart +++ b/packages/auth/example/example2.dart @@ -25,10 +25,14 @@ Future> verifier(String? username, String? password) async { Future wireAuth(Angel app) async { //auth.strategies['local'] = LocalAuthStrategy(verifier); - auth.strategies['local'] = LocalAuthStrategy(verifier, forceBasic: true, realm: 'test'); + auth.strategies['local'] = + LocalAuthStrategy(verifier, forceBasic: true, realm: 'test'); await app.configure(auth.configureServer); } +/* + * Backend for local test cases + */ void main() async { Angel app = Angel(reflector: MirrorsReflector()); AngelHttp angelHttp = AngelHttp(app, useZone: false); diff --git a/packages/auth/lib/src/strategies/local.dart b/packages/auth/lib/src/strategies/local.dart index d2d58739..b89d2b6f 100644 --- a/packages/auth/lib/src/strategies/local.dart +++ b/packages/auth/lib/src/strategies/local.dart @@ -81,15 +81,22 @@ class LocalAuthStrategy extends AuthStrategy { } } - // User authentication succeeded - if (verificationResult == true || - (verificationResult is Map && verificationResult.isNotEmpty)) { - return verificationResult; + // User authentication succeeded can return Map(one element), User(non null) or true + if (verificationResult != null && verificationResult != false) { + if (verificationResult is Map && verificationResult.isNotEmpty) { + return verificationResult; + } else if (verificationResult is! Map) { + return verificationResult; + } } // Force basic if set if (forceBasic) { - res.headers['www-authenticate'] = 'Basic realm="$realm"'; + //res.headers['www-authenticate'] = 'Basic realm="$realm"'; + res + ..statusCode = 401 + ..headers['www-authenticate'] = 'Basic realm="$realm"'; + await res.close(); return null; } From f59b309327bf7c64308f5849beab331d7dc46d5c Mon Sep 17 00:00:00 2001 From: thomashii Date: Thu, 8 Jun 2023 00:42:34 +0800 Subject: [PATCH 48/51] Fixed Basic Auth issue --- CHANGELOG.md | 2 +- packages/auth/CHANGELOG.md | 2 +- packages/auth/README.md | 2 +- packages/auth/example/example1.dart | 2 +- packages/auth/lib/src/strategies/local.dart | 2 +- packages/auth/test/callback_test.dart | 2 +- packages/auth/test/local_test.dart | 3 +- .../client/example/client/example_client.dart | 11 ++++++ packages/client/example/example1.dart | 35 +++++++++++++++++++ 9 files changed, 53 insertions(+), 8 deletions(-) create mode 100644 packages/client/example/client/example_client.dart create mode 100644 packages/client/example/example1.dart diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fec1520..3b2cd098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ * Updated: angel3_auth * Updated: angel3_configuration * Updated: angel3_validate -* Updated: angel3_client (1 failed test case) +* Updated: angel3_client * Updated: angel3_websocket (1 failed test case) * Updated: angel3_test * Updated: jael3 diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index cf656385..0ec94e79 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -7,7 +7,7 @@ * Fixed failed `successRedirect` test case * Fixed failed `failureRedirect` test case * Fixed failed `login` test case -* Fixed failed 'force basic` test case +* Fixed failed `force basic` test case * Added `example1` and `example2` ## 7.0.1 diff --git a/packages/auth/README.md b/packages/auth/README.md index 10082783..a009a5f3 100644 --- a/packages/auth/README.md +++ b/packages/auth/README.md @@ -20,7 +20,7 @@ Ensure you have read the [User Guide](https://angel3-docs.dukefirehawk.com/guide configureServer(Angel app) async { var auth = AngelAuth( serializer: (user) => user.id ?? '', - deserializer: (id) => fetchAUserByIdSomehow(id) + deserializer: (id) => fetchAUserByIdSomehow(id ); auth.strategies['local'] = LocalAuthStrategy(...); diff --git a/packages/auth/example/example1.dart b/packages/auth/example/example1.dart index a39cd25b..7f8d901d 100644 --- a/packages/auth/example/example1.dart +++ b/packages/auth/example/example1.dart @@ -84,7 +84,7 @@ void main() async { (user) => user.username == username && user.password == password); return Future.value(result); - }); + }, allowBasic: true); app.post( '/login', diff --git a/packages/auth/lib/src/strategies/local.dart b/packages/auth/lib/src/strategies/local.dart index b89d2b6f..ac21ac1d 100644 --- a/packages/auth/lib/src/strategies/local.dart +++ b/packages/auth/lib/src/strategies/local.dart @@ -28,7 +28,7 @@ class LocalAuthStrategy extends AuthStrategy { {this.usernameField = 'username', this.passwordField = 'password', this.invalidMessage = 'Please provide a valid username and password.', - this.allowBasic = true, + this.allowBasic = false, this.forceBasic = false, this.realm = 'Authentication is required.'}) { _log.info('Using LocalAuthStrategy'); diff --git a/packages/auth/test/callback_test.dart b/packages/auth/test/callback_test.dart index 1030a2bf..f1b8622b 100644 --- a/packages/auth/test/callback_test.dart +++ b/packages/auth/test/callback_test.dart @@ -93,7 +93,7 @@ void main() { (user) => user.username == username && user.password == password); return Future.value(result); - }); + }, allowBasic: true); app.post( '/login', diff --git a/packages/auth/test/local_test.dart b/packages/auth/test/local_test.dart index 07fab1f3..f7b9f48a 100644 --- a/packages/auth/test/local_test.dart +++ b/packages/auth/test/local_test.dart @@ -30,7 +30,7 @@ Future wireAuth(Angel app) async { //auth.serializer = (user) async => 1337; //auth.deserializer = (id) async => sampleUser; - auth.strategies['local'] = LocalAuthStrategy(verifier); + auth.strategies['local'] = LocalAuthStrategy(verifier, allowBasic: true); await app.configure(auth.configureServer); } @@ -104,7 +104,6 @@ void main() async { var encodedAuth = base64.encode(utf8.encode('password:username')); var response = await client.post(Uri.parse('$url/login'), - //body: json.encode(postData), headers: {'Authorization': 'Basic $encodedAuth'}); print('Status Code: ${response.statusCode}'); print(response.headers); diff --git a/packages/client/example/client/example_client.dart b/packages/client/example/client/example_client.dart new file mode 100644 index 00000000..2266d154 --- /dev/null +++ b/packages/client/example/client/example_client.dart @@ -0,0 +1,11 @@ +import 'package:angel3_client/io.dart' as c; + +void main() async { + c.Angel client = c.Rest('http://localhost:3000'); + + const Map user = {'username': 'foo', 'password': 'bar'}; + + var localAuth = await client.authenticate(type: 'local', credentials: user); + print('JWT: ${localAuth.token}'); + print('Data: ${localAuth.data}'); +} diff --git a/packages/client/example/example1.dart b/packages/client/example/example1.dart new file mode 100644 index 00000000..d63af47c --- /dev/null +++ b/packages/client/example/example1.dart @@ -0,0 +1,35 @@ +import 'package:angel3_auth/angel3_auth.dart'; +import 'package:angel3_framework/angel3_framework.dart'; +import 'package:angel3_framework/http.dart'; +import 'package:logging/logging.dart'; + +void main() async { + const Map user = {'username': 'foo', 'password': 'bar'}; + var localOpts = + AngelAuthOptions>(canRespondWithJson: true); + + Angel app = Angel(); + AngelHttp http = AngelHttp(app, useZone: false); + var auth = AngelAuth( + serializer: (_) async => 'baz', deserializer: (_) async => user); + + auth.strategies['local'] = LocalAuthStrategy((username, password) async { + if (username == 'foo' && password == 'bar') { + return user; + } + + return {}; + }, allowBasic: false); + + app.post('/auth/local', auth.authenticate('local', localOpts)); + + await app.configure(auth.configureServer); + + app.logger = Logger('auth_test') + ..onRecord.listen((rec) { + print( + '${rec.time}: ${rec.level.name}: ${rec.loggerName}: ${rec.message}'); + }); + + await http.startServer('127.0.0.1', 3000); +} From b52e5aed39bed89a7fe214602363c8493b56c694 Mon Sep 17 00:00:00 2001 From: thomashii Date: Thu, 8 Jun 2023 00:45:33 +0800 Subject: [PATCH 49/51] Updated README --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b2cd098..5009fec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ * Updated: angel3_configuration * Updated: angel3_validate * Updated: angel3_client -* Updated: angel3_websocket (1 failed test case) +* Updated: angel3_websocket * Updated: angel3_test * Updated: jael3 * Updated: jael3_preprocessor From 048f06bc42c3afa9360d70ab91ff1d007465b46a Mon Sep 17 00:00:00 2001 From: thomashii Date: Thu, 8 Jun 2023 01:13:49 +0800 Subject: [PATCH 50/51] Temporarily disable publish --- packages/auth_twitter/pubspec.yaml | 1 + packages/oauth2/pubspec.yaml | 1 + packages/shelf/pubspec.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/packages/auth_twitter/pubspec.yaml b/packages/auth_twitter/pubspec.yaml index b7b97eb6..efe2fae9 100644 --- a/packages/auth_twitter/pubspec.yaml +++ b/packages/auth_twitter/pubspec.yaml @@ -6,6 +6,7 @@ repository: https://github.com/dukefirehawk/angel/tree/master/packages/auth_twit publish_to: none environment: sdk: ">=3.0.0 <4.0.0" +published_to: none dependencies: angel3_auth: ^8.0.0 angel3_framework: ^8.0.0 diff --git a/packages/oauth2/pubspec.yaml b/packages/oauth2/pubspec.yaml index 5959f234..78e51092 100644 --- a/packages/oauth2/pubspec.yaml +++ b/packages/oauth2/pubspec.yaml @@ -5,6 +5,7 @@ homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/oauth2 environment: sdk: '>=3.0.0 <4.0.0' +published_to: none dependencies: angel3_framework: ^8.0.0 angel3_http_exception: ^8.0.0 diff --git a/packages/shelf/pubspec.yaml b/packages/shelf/pubspec.yaml index 0fe9f4ea..7bb3a49d 100644 --- a/packages/shelf/pubspec.yaml +++ b/packages/shelf/pubspec.yaml @@ -5,6 +5,7 @@ homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/shelf environment: sdk: '>=3.0.0 <4.0.0' +published_to: none dependencies: angel3_framework: ^8.0.0 angel3_container: ^8.0.0 From 6772ebbf31b45786ba9ffbce6cbbea464bb77f87 Mon Sep 17 00:00:00 2001 From: thomashii Date: Fri, 9 Jun 2023 00:49:42 +0800 Subject: [PATCH 51/51] Fixed warning --- packages/orm/angel_orm_test/lib/src/performance_test.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/orm/angel_orm_test/lib/src/performance_test.dart b/packages/orm/angel_orm_test/lib/src/performance_test.dart index 98896a92..dd5fbae9 100644 --- a/packages/orm/angel_orm_test/lib/src/performance_test.dart +++ b/packages/orm/angel_orm_test/lib/src/performance_test.dart @@ -11,12 +11,12 @@ void performanceTests(FutureOr Function() createExecutor, {FutureOr Function(QueryExecutor)? close}) { QueryExecutor? executor; - int _sampleSize = 1000; + //int _sampleSize = 1000; int concurrency = 200; // Generate a random number between 1 and 10000 - int _genRandomId() { + int genRandomId() { var rand = Random(); return rand.nextInt(10000) + 1; } @@ -65,7 +65,7 @@ void performanceTests(FutureOr Function() createExecutor, var stopwatch = Stopwatch(); stopwatch.start(); - var id = _genRandomId(); + var id = genRandomId(); var query = WorldQuery()..where?.id.equals(id); var result = await query.get(executor!); @@ -79,7 +79,7 @@ void performanceTests(FutureOr Function() createExecutor, var stopwatch = Stopwatch(); stopwatch.start(); - var id = _genRandomId(); + var id = genRandomId(); var query = WorldQuery()..where?.id.equals(id); var result = await query.get(executor!);